Peter Stuge wrote:
The fact that noone else had the problem could (and should) suggest that there is a greater error than something related to the header file.
..
roy@roy:~/osmocom-bb$ cd src roy@roy:~/osmocom-bb/src$ make cd shared/libosmocore/build-target && ../configure \ --host=arm-elf-linux --disable-vty --enable-panic-infloop \ --disable-shared --disable-talloc --disable-tests \ CC="arm-elf-gcc" CFLAGS="-Os -ffunction-sections -I/home/roy/osmocom-bb/src/target/firmware/include -nostartfiles -nodefaultlibs"
The error is with --host and the gnuarm toolchain.
While this is indeed an error it should work with gnuarm thinking a bit more. Is your problem simply missing files? Did you prepare all of the sourcecode dependencies, specifically libosmocore, in the right place, so that it can be found?
//Peter