*There is an error to make command.* make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/bilguun/Desktop/trx/src/host/layer23/src/mobile' make[3]: Entering directory '/home/bilguun/Desktop/trx/src/host/layer23/src' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/bilguun/Desktop/trx/src/host/layer23/src' make[2]: Leaving directory '/home/bilguun/Desktop/trx/src/host/layer23/src' make[2]: Entering directory '/home/bilguun/Desktop/trx/src/host/layer23' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/bilguun/Desktop/trx/src/host/layer23' make[1]: Leaving directory '/home/bilguun/Desktop/trx/src/host/layer23' make -C host/osmocon make[1]: Entering directory '/home/bilguun/Desktop/trx/src/host/osmocon' make all-am make[2]: Entering directory '/home/bilguun/Desktop/trx/src/host/osmocon' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/bilguun/Desktop/trx/src/host/osmocon' make[1]: Leaving directory '/home/bilguun/Desktop/trx/src/host/osmocon' make -C host/gsmmap make[1]: Entering directory '/home/bilguun/Desktop/trx/src/host/gsmmap' make all-am make[2]: Entering directory '/home/bilguun/Desktop/trx/src/host/gsmmap' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/bilguun/Desktop/trx/src/host/gsmmap' make[1]: Leaving directory '/home/bilguun/Desktop/trx/src/host/gsmmap' make -C target/firmware CROSS_COMPILE=arm-elf- make[1]: Entering directory '/home/bilguun/Desktop/trx/src/target/firmware' LD board/compal_e88/hello_world.highram.elf arm-elf-ld: ../../shared/libosmocore/build-target/src/.libs/libosmocore.a(msgb.o): Relocations in generic ELF (EM: 3) arm-elf-ld: ../../shared/libosmocore/build-target/src/.libs/libosmocore.a(msgb.o): Relocations in generic ELF (EM: 3) arm-elf-ld: ../../shared/libosmocore/build-target/src/.libs/libosmocore.a(msgb.o): Relocations in generic ELF (EM: 3) arm-elf-ld: ../../shared/libosmocore/build-target/src/.libs/libosmocore.a(msgb.o): Relocations in generic ELF (EM: 3) ../../shared/libosmocore/build-target/src/.libs/libosmocore.a: could not read symbols: File in wrong format Makefile.inc:135: recipe for target 'board/compal_e88/hello_world.highram.elf' failed make[1]: *** [board/compal_e88/hello_world.highram.elf] Error 1 make[1]: Leaving directory '/home/bilguun/Desktop/trx/src/target/firmware' Makefile:57: recipe for target 'firmware' failed make: *** [firmware] Error 2
I cant build layer23. What should i do ? (OS UBUNTU 32 bit).
Hi Bilguun Tugs,
On 09/05/2019 09.03, Bilguun Tugs wrote:
arm-elf-ld: ../../shared/libosmocore/build-target/src/.libs/libosmocore.a(msgb.o): Relocations in generic ELF (EM: 3) arm-elf-ld: ../../shared/libosmocore/build-target/src/.libs/libosmocore.a(msgb.o): Relocations in generic ELF (EM: 3) arm-elf-ld: ../../shared/libosmocore/build-target/src/.libs/libosmocore.a(msgb.o): Relocations in generic ELF (EM: 3) arm-elf-ld: ../../shared/libosmocore/build-target/src/.libs/libosmocore.a(msgb.o): Relocations in generic ELF (EM: 3) ../../shared/libosmocore/build-target/src/.libs/libosmocore.a: could not read symbols: File in wrong format
The exact same errors were reported in http://lists.osmocom.org/pipermail/baseband-devel/2012-March/003012.html and the problem was with the following two commands.
git clean -dfx make
Regards, Vasil
baseband-devel@lists.osmocom.org