Linker errors [message #1385047] |
Tue, 03 June 2014 19:11  |
Eclipse User |
|
|
|
I am an Eclipse newbie. To begin, I'm trying to build a small program that was
exported from another IED. I've succeeded in getting the source files compiled.
Now the linker is complaining of undefined references. There is one of this
form:
./main.o: In function `mbed::DigitalOut::DigitalOut(PinName)':
C:\Documents and Settings\Owner\My
Documents\Eclipse\blinky\Debug/../mbed/DigitalOut.h:49: undefined reference to
`gpio_init'
And four similar to this:
c:/program files/gnu tools arm embedded/4.7
2012q4/bin/../lib/gcc/arm-none-eabi/4.7.3/../../../../arm-none-eabi/lib/armv7-m\libg.a(lib_a-abort.o):
In function `abort': abort.c:(.text.abort+0xa): undefined reference to `_exit'
Other undefineds of this type were _kill, _wait, _getpid.
I hope this is enough information that someone can tell me what is missing.
Thanks in advance.
|
|
|
|
Powered by
FUDForum. Page generated in 0.04258 seconds