I am looking for an example makefile. I just got a 2106 demo board
and got gnuarm installed, and I'm wondering if anyone can walk a
newbie through the correct switches, etc. I'm ok with make in
general, just never played with an lpc machine. I'd like that to
change, obviously. I didn't see any examples on the distribution, but
maybe I'm just being naive?
Best,
Steve
makefile
Started by ●June 27, 2005
Posted by ●June 27, 2005
A good way to start is FreeRTOS. This has to be one of the best examples in
documentation I've seen, not to mention a really cool RTOS. The sample code
specifically includes the LPC2106 demo board from Olimex, which is what I've
been using to get started as well.
Good luck!
Jim On 6/27/05, paloalgodon <stevefranks@stev...> wrote:
>
> I am looking for an example makefile. I just got a 2106 demo board
> and got gnuarm installed, and I'm wondering if anyone can walk a
> newbie through the correct switches, etc. I'm ok with make in
> general, just never played with an lpc machine. I'd like that to
> change, obviously. I didn't see any examples on the distribution, but
> maybe I'm just being naive?
>
> Best,
> Steve
>
documentation I've seen, not to mention a really cool RTOS. The sample code
specifically includes the LPC2106 demo board from Olimex, which is what I've
been using to get started as well.
Good luck!
Jim On 6/27/05, paloalgodon <stevefranks@stev...> wrote:
>
> I am looking for an example makefile. I just got a 2106 demo board
> and got gnuarm installed, and I'm wondering if anyone can walk a
> newbie through the correct switches, etc. I'm ok with make in
> general, just never played with an lpc machine. I'd like that to
> change, obviously. I didn't see any examples on the distribution, but
> maybe I'm just being naive?
>
> Best,
> Steve
>
Posted by ●June 27, 2005
Hi Steve.
You might read my tutorial about "ARM Cross Development with Eclipse"
which is listed in the "links" for this LPC2000 group. There's also a
link to the sample programs associated with the tutorial.
My makefile is compatible with GNU and is extremely simple.
The FreeRTOS is very, very cool but a bit to swallow for a newcomer.
Cheers,
Jim Lynch
You might read my tutorial about "ARM Cross Development with Eclipse"
which is listed in the "links" for this LPC2000 group. There's also a
link to the sample programs associated with the tutorial.
My makefile is compatible with GNU and is extremely simple.
The FreeRTOS is very, very cool but a bit to swallow for a newcomer.
Cheers,
Jim Lynch