Hello,
I am new to ARM. Right I am trying to get up to speed with the SAM7S examples pack "at91sam7s-ek" available from the Microchip website.
When I load any project into Eclipse I get the following error After building project.
make: *** [obj/flash_board_cstartup.o] Error 2
I have checked that paths are correct and that the files are where they are supposed to be.
Is there anyone that can help me to get this running or can anyone recommend a better set of examples that actually work for the SAM7S devices.
Thank you for bringing some light on this; even though it's terrible that it's not handled as expected, it's still very helpful.
Perhaps Eclipse is doing this, because it expects that .s files are output files from the C-compiler, and thus it does not want to include them.
-I'm only guessing.