SAM3S + Yagarto + Eclipse

Hi all, I’m trying to use the SAM3S-EK board with Yagarto + Eclipse. I tried to compile the “Atmel SAM7X ARM7 with GCC and Eclipse development tools” project but I get an error of the type file not found, even though I changed the FreeRTOS_ROOT variable. Also, Atmel provides a demo using FreeRTOS but only for IAR. Right know I’m kinda clueless of what to do. Please help me If you can.

SAM3S + Yagarto + Eclipse

Try building it from the command line using the provided makefile first (outside of Eclipse) to keep potential sources of problem to a minimum.  It sounds like a simple path problem.  What file can it not find? Regards.

SAM3S + Yagarto + Eclipse

Ok so I managed to compile a demo for the SAM3U-EK using GCC. What are the steps now to make it work on SAM3S-EK? regards