Re: [avr-gcc-list] Unable to link using libm.a and libc.a

2013-04-15 Thread Sean
@nongnu.org Subject: Re: [avr-gcc-list] Unable to link using libm.a and libc.a Sean schrieb: > I've been attempting to compile and link an Ada programme for the > Arduino. > > I have managed to get a simple programme compiled linked and running > on an AtMega328p board. But

Re: [avr-gcc-list] Unable to link using libm.a and libc.a

2013-04-13 Thread Georg-Johann Lay
Sean schrieb: I've been attempting to compile and link an Ada programme for the Arduino. I have managed to get a simple programme compiled linked and running on an AtMega328p board. But when I start to use some of the more complex functions I obviously had to start using avrlibc. I've down

Re: [avr-gcc-list] Unable to link using libm.a and libc.a

2013-04-13 Thread Rolf Ebert
Am 13.04.2013 07:49, schrieb Sean: I’ve been attempting to compile and link an Ada programme for the Arduino. You obviously managed to master the most difficult part, that is building the Ada cross compiler. I have managed to get a simple programme compiled linked and running on an AtMega328