0

在我学习本教程 https://developer.mbed.org/cookbook/eclipse-for-building-and-debugging时 ,我在 Eclipse 上构建项目时遇到错误(我遵循所有步骤,直到第一个构建项目点我收到以下错误):

../../external/mbed/libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC11UXX/TOOLCHAIN_GCC_ARM/TARGET_LPC11U24_401/LPC11U24.ld:50 cannot move location counter backwards (from 00000238 to 00000200) collect2: error: ld returned 1 exit status make: *** [LPC11U24/FileTest.elf] Error 1

由于涉及 ld 我认为问题与链接器有关,但我不知道该做什么以及在哪里查看。我正在使用 Debian 32 位和 Eclipse LUNA。

4

1 回答 1

0

发现问题了,我选错了工具链:linux gcc 而不是cross gcc。

于 2015-02-05T08:26:37.900 回答