SAM7S64 with GCC demo?

nobody wrote on Monday, December 18, 2006:

Hello,

Does anyone know of a demo + port of the SAM7S64 with GCC?  I’m basically seeking the equivalent GCC version of the ARM7_AT91SAM7S64_IAR demo implementation provided in the source tree.

Any help would be appreciated- even tips on converting the IAR project to a GCC make file.

Thanks!

brent picasso

brentpicasso%yahoo.com

nobody wrote on Monday, December 18, 2006:

There is a makefile supplied to compile the FreeRTOS\Releases\Code\V4.1.3\Demo\lwIP_Demo_Rowley_ARM7 demo using GCC.  I suggest first getting the lwIP demo to compile, then strip out the EMAC, USB and lwIP code and you are left with a simple demo that should run on the SAM7S.  You might want to change the partest.c file to write to the LEDs on which ever hardware you are using.