Hello list,
I'm Nikola and I'm quite new to OpenBSC. Last two days I played little bit with OpenBSC compilation on FreeBSD and with few changes the work is done. I am sending the diff file. Not sure about __BYTE_ORDER declaration but hope someone can help (I am not developer).
Regards, Nikola
On Thu, Dec 12, 2013 at 04:36:09PM +0200, koue@chaosophia.net wrote:
Hello list,
Hi!
I'm Nikola and I'm quite new to OpenBSC. Last two days I played little bit with OpenBSC compilation on FreeBSD and with few changes the work is done. I am sending the diff file. Not sure about __BYTE_ORDER declaration but hope someone can help (I am not developer).
Oh? Does libosmo-abis and libosmo-sccp build on FreeBSD out of the box? The LIBRARY_DL change is correct, we need to think about the __BYTE_ORDER change.
holger
On Dec 12 2013, Holger Hans Peter Freyther wrote:
On Thu, Dec 12, 2013 at 04:36:09PM +0200, koue@chaosophia.net wrote:
Hello list,
Hi!
I'm Nikola and I'm quite new to OpenBSC. Last two days I played little bit with OpenBSC compilation on FreeBSD and with few changes the work is done. I am sending the diff file. Not sure about __BYTE_ORDER declaration but hope someone can help (I am not developer).
Oh? Does libosmo-abis and libosmo-sccp build on FreeBSD out of the box? The LIBRARY_DL change is correct, we need to think about the __BYTE_ORDER change.
Yes, libosmo-abis has been built successfully with ortp library from https://github.com/dyfet/ortp/ with no additional changes in the code of the abis lib. With ortp (0.13.0_1) from the ports tree there are errors during compilation.
libosmo-sccp has NOT been built because OpenBSC does not complain about missing dependencies during compilation. At first look there are errors during compilation of libosmo-sccp. I will try to fix them.
holger
Nikola
On Dec 13 2013, koue@chaosophia.net wrote:
On Dec 12 2013, Holger Hans Peter Freyther wrote:
On Thu, Dec 12, 2013 at 04:36:09PM +0200, koue@chaosophia.net wrote:
Hello list,
Hi!
I'm Nikola and I'm quite new to OpenBSC. Last two days I played little bit with OpenBSC compilation on FreeBSD and with few changes the work is done. I am sending the diff file. Not sure about __BYTE_ORDER declaration but hope someone can help (I am not developer).
Oh? Does libosmo-abis and libosmo-sccp build on FreeBSD out of the box? The LIBRARY_DL change is correct, we need to think about the __BYTE_ORDER change.
Yes, libosmo-abis has been built successfully with ortp library from https://github.com/dyfet/ortp/ with no additional changes in the code of the abis lib. With ortp (0.13.0_1) from the ports tree there are errors during compilation.
libosmo-sccp has NOT been built because OpenBSC does not complain about missing dependencies during compilation. At first look there are errors during compilation of libosmo-sccp. I will try to fix them.
libosmo-sccp has been built also with following patch.
Forgot to mention:
$ uname -a FreeBSD fbsd-osmocom 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:15:25 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
holger
Nikola