Hi Wolfram,
I hit the following linking error in the current
LD board/mt62xx/loader_mtk.mtkram.elf arm-elf-ld: address 0x400050ec of board/mt62xx/loader_mtk.mtkram.elf section .text is not within region LRAM make[1]: *** [board/mt62xx/loader_mtk.mtkram.elf] Error 1
I'm not familiar with those bits, any clue on what's wrong? Thanks.
I hit the following linking error in the current
LD board/mt62xx/loader_mtk.mtkram.elf arm-elf-ld: address 0x400050ec of board/mt62xx/loader_mtk.mtkram.elf section .text is not within region LRAM make[1]: *** [board/mt62xx/loader_mtk.mtkram.elf] Error 1
I'm not familiar with those bits, any clue on what's wrong? Thanks.
What toolchain?
I hit the following linking error in the current
LD board/mt62xx/loader_mtk.mtkram.elf arm-elf-ld: address 0x400050ec of board/mt62xx/loader_mtk.mtkram.elf section .text is not within region LRAM make[1]: *** [board/mt62xx/loader_mtk.mtkram.elf] Error 1
I'm not familiar with those bits, any clue on what's wrong? Thanks.
What toolchain?
Same here: arm-elf-ld: address 0x400053dc of board/mt62xx/loader_mtk.mtkram.elf section .text is not within region LRAM make[1]: *** [board/mt62xx/loader_mtk.mtkram.elf] Error 1 make: *** [mtk-firmware] Error 2
arm-elf-ld -version GNU ld version 2.14 20030612
which comes with the GNUARM MacOSX prebuilt toolchain (GCC 3.3).
Cheers Klaus
Hi folks
Same here: arm-elf-ld: address 0x400053dc of board/mt62xx/loader_mtk.mtkram.elf section .text is not within region LRAM make[1]: *** [board/mt62xx/loader_mtk.mtkram.elf] Error 1 make: *** [mtk-firmware] Error 2
I see I am not alone ;-)
I did not need the mt62xx stuff so i commented this out in makefile.mtk #BOARDS?=mt62xx
.... i must go now - it is time for uni.
regards. Philipp
arm-elf-ld -version GNU ld version 2.14 20030612
which comes with the GNUARM MacOSX prebuilt toolchain (GCC 3.3).
Try a 4.5 or 4.6 arm-none-eabi.
Actually I don't need the MTK code, as I'm using the C123 (as most other users I assume). Maybe the MTK target should be not be built by default...?
Cheers Klaus
Am 15.05.2011 19:58, schrieb Wolfram Sang:
I hit the following linking error in the current
LD board/mt62xx/loader_mtk.mtkram.elfarm-elf-ld: address 0x400050ec of board/mt62xx/loader_mtk.mtkram.elf section .text is not within region LRAM make[1]: *** [board/mt62xx/loader_mtk.mtkram.elf] Error 1
I'm not familiar with those bits, any clue on what's wrong? Thanks.
What toolchain?
Same here too:
arm-elf-ld: address 0x400050ec of board/mt62xx/loader_mtk.mtkram.elf section .text is not within region LRAM make[1]: *** [board/mt62xx/loader_mtk.mtkram.elf] Fehler 1 make[1]: Verlasse Verzeichnis '/home/konrad/software/osmocom-bb/src/target/firmware' make: *** [mtk-firmware] Fehler 2
System is Ubuntu 10.04.2 with the GNUArm toolchain linked on the osmocom website. (GCC version 3.4.3 and ld version 2.15)
Regards Konrad
System is Ubuntu 10.04.2 with the GNUArm toolchain linked on the osmocom website. (GCC version 3.4.3 and ld version 2.15)
Okay, there seem to be still quite some old v3.x toolchains around. Truth is, the code in the steve's old branch already did not work with v3.x. Including mtk-firmware into 'make all' gave a bigger test coverage, so people seem to notice now. A quick solution would be to simply increase the sections in the linker script, but it might be worthwhile to check why the v3.x is so much different. I will try to address it somewhen this week, but if somebody is willing to assist, this is greatly appreciated. Newer toolchains can be found here:
ftp://ftp.pengutronix.de/pub/oselas/
Regards,
Wolfram
baseband-devel@lists.osmocom.org