Yahoo Groups archive

Lpc2000

Index last updated: 2026-04-28 23:31 UTC

Thread

Makefile for the LPC2106 ARM

Makefile for the LPC2106 ARM

2004-02-26 by karstenbrandt1

Hello,

I'm new. I'm looking for a makefile for an Philips LPC2106 
microcontroller with a arm-elf-gcc compiler. 
Is there an simple program example (e.g. turn LED on and off) with a 
makefile for a arm-elf-gcc enviroment? What is needed for a complete 
project. 

Karsten

Re: [lpc2000] Makefile for the LPC2106 ARM

2004-02-26 by Alaric B Snell

karstenbrandt1 wrote:
> Hello,
> 
> I'm new. I'm looking for a makefile for an Philips LPC2106 
> microcontroller with a arm-elf-gcc compiler. 
> Is there an simple program example (e.g. turn LED on and off) with a 
> makefile for a arm-elf-gcc enviroment? What is needed for a complete 
> project. 

Look in the files section of this group for Bill Knight's sample code - 
it has the catchy name of "UT040322A"

I'm trying to get it to compile now. The Keil IDE I was using doesn't 
seem to recognise .S as meaning code that should be preprocessed before 
being assembled, so I'm trying to set up a proper gnu-arm toolchain on 
my Unix box (which I prefer to the Windows box anyway, for obvious 
reasons), but gcc doesn't want to compile right...

> 
> Karsten
> 

ABS

Re: [lpc2000] Makefile for the LPC2106 ARM

2004-02-26 by Robert Adsett

At 02:02 PM 2/26/04 +0000, you wrote:
>I'm new. I'm looking for a makefile for an Philips LPC2106
>microcontroller with a arm-elf-gcc compiler.
>Is there an simple program example (e.g. turn LED on and off) with a
>makefile for a arm-elf-gcc enviroment? What is needed for a complete
>project.
Take a look in the files section and also at 
http://www.aeolusdevelopment.com/Articles/download.html which has some 
support for porting newlib (and also an example make and linker script)

Robert

" 'Freedom' has no meaning of itself.  There are always restrictions,
be they legal, genetic, or physical.  If you don't believe me, try to
chew a radio signal. "

                         Kelvin Throop, III

Re: Makefile for the LPC2106 ARM

2004-02-26 by *****

Hi You could try .s


Billy

--- In lpc2000@yahoogroups.com, Alaric B Snell <alaric@a...> wrote:
> karstenbrandt1 wrote:
> > Hello,
> > 
> > I'm new. I'm looking for a makefile for an Philips LPC2106 
> > microcontroller with a arm-elf-gcc compiler. 
> > Is there an simple program example (e.g. turn LED on and off) 
with a 
> > makefile for a arm-elf-gcc enviroment? What is needed for a 
complete 
> > project. 
> 
> Look in the files section of this group for Bill Knight's sample 
code - 
> it has the catchy name of "UT040322A"
> 
> I'm trying to get it to compile now. The Keil IDE I was using 
doesn't 
> seem to recognise .S as meaning code that should be preprocessed 
before 
> being assembled, so I'm trying to set up a proper gnu-arm toolchain 
on 
Show quoted textHide quoted text
> my Unix box (which I prefer to the Windows box anyway, for obvious 
> reasons), but gcc doesn't want to compile right...
> 
> > 
> > Karsten
> > 
> 
> ABS

Re: [lpc2000] Re: Makefile for the LPC2106 ARM

2004-02-26 by Alaric B Snell

***** wrote:
> Hi You could try .s

Then it feeds it into the GNU assembler, and complains when it find out 
that it needs to have preprocessed it.

> 
> Billy
> 

ABS

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.