Talk:BeagleBoardEclipse

From eLinux.org
Revision as of 06:34, 26 October 2010 by Leforban (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Hello

My experiment fails in building the project during linking.

Here's results of the make all command:

        • Build of configuration Default for project LEDblink ****

make all arm-none-linux-gnueabi-gcc -g -c -o crt0.o crt0.S arm-none-linux-gnueabi-ld -g -v -T ldscript -Map LEDblink.map -o LEDblink crt0.o LEDblink.o LEDblink.o:(.ARM.exidx+0x0): undefined reference to `__aeabi_unwind_cpp_pr0' GNU ld (Sourcery G++ Lite 2010q1-202) 2.19.51.20090709 make: *** [LEDblink] Erreur 1

It seems there's a patch but I didn't try it yet. If anyone have some informations about how to solve this bug...