main multiply defined / __ARM_use_no_argv multiply defined

18 Feb 2011

Hello i have written an programm to work with an rfm12 module.

Now i get some errors, although spending some hours googeling i have no clue where the problem is.

could anyone look at it please???

Errors: " Symbol ARM_use_no_argv multiply defined (by main.cpp.cpp.LPC1768.o and main.cpp.cpp.LPC1768.o). (EL6200E)" in file "/" " Symbol main multiply defined (by main.cpp.cpp.LPC1768.o and main.cpp.cpp.LPC1768.o). (EL6200E)" in file "/"

My Programm: http://mbed.org/users/dominik/programs/RFM12Master/lmu72q

Thanks a lot

18 Feb 2011

ok i am an idiot!

solved the problem. there was an second main in an libary i imported. the libary was packed, so i didn't see it...

regards

dominik