I am new to embedde linux.Can anybody please suggest a free crosscompiler for embedded linux for ARM target in linux environment. thanks & regards vairavan
crosscompiler for embedded linux
Started by ●November 17, 2005
Reply by ●November 17, 20052005-11-17
sundar wrote:> I am new to embedde linux.Can anybody please suggest a free > crosscompiler for embedded linux for ARM target in linux environment. > > thanks & regards > vairavangcc haow is it possible that you did not stumble over one of the 236571652 references & hints in the big, wide internet??
Reply by ●November 17, 20052005-11-17
sundar wrote:> I am new to embedde linux.Can anybody please suggest a free > crosscompiler for embedded linux for ARM target in linux environment.gnuarm.org Do you know comp.os.linux.embedded ? -- Med venlig hilsen/mojn/regards Martin Hansen Center for Software Innovation Stenager 2, DK-6400 S�nderborg, Web: www.cfsi.dk
Reply by ●November 17, 20052005-11-17
"sundar" <svsundar81@gmail.com> writes:> I am new to embedde linux.Can anybody please suggest a free > crosscompiler for embedded linux for ARM target in linux environment.I imagine gcc is the *only* such beast. -- John Devereux
Reply by ●November 17, 20052005-11-17
John Devereux wrote:> "sundar" <svsundar81@gmail.com> writes: > > >>I am new to embedde linux.Can anybody please suggest a free >>crosscompiler for embedded linux for ARM target in linux environment. > > > I imagine gcc is the *only* such beast. >poor imagination? try tcc
Reply by ●November 17, 20052005-11-17
"M.Kmann" <glumpux@yahoo.de> writes:> John Devereux wrote: > > "sundar" <svsundar81@gmail.com> writes: > > > >>I am new to embedde linux.Can anybody please suggest a free > >>crosscompiler for embedded linux for ARM target in linux environment. > > I imagine gcc is the *only* such beast. > > > > poor imagination?Evidently.> try tccCool! Ten times faster too. -- John Devereux
Reply by ●November 18, 20052005-11-18
Heartly Thanks for ur response.Do u mean turbo c compiler or any other thing?.If turbo c how can i replace the kernal headers with precomiled headers for arm.Is there any guide sites for it.I tried in the net.But I amnot able to get it.Can u please help me. Thanks & regards vairavan
Reply by ●November 18, 20052005-11-18
Heartly Thanks for ur response.Do u mean turbo c compiler or any other thing?.If turbo c how can i replace the kernal headers with precomiled headers for arm.Is there any guide sites for it.I tried in the net.But I amnot able to get it.Can u please help me. Thanks & regards vairavan
Reply by ●November 18, 20052005-11-18
"sundar" <svsundar81@gmail.com> writes:> Heartly Thanks for ur response.Do u mean turbo c compiler or any other > thing?.If turbo c how can i replace the kernal headers with precomiled > headers for arm.Is there any guide sites for it.I tried in the net.But > I amnot able to get it.Can u please help me.No, we mean gcc. This very well known, in fact the first link for "compiler" on google. I don't mean to be disrespectful, but if you cannot locate somwething like gcc, then it seems unlikely you are going to be able to get linux running on an embedded platform! Unless, perhaps, someone has already prepared a linux distribution for your particular hardware. For example I gather there are distributions for some linksys routers which are ARM-based. -- John Devereux
Reply by ●November 18, 20052005-11-18
John Devereux wrote:> "sundar" <svsundar81@gmail.com> writes: > > >>Heartly Thanks for ur response.Do u mean turbo c compiler or any other >>thing?.If turbo c how can i replace the kernal headers with precomiled >>headers for arm.Is there any guide sites for it.I tried in the net.But >>I amnot able to get it.Can u please help me. > > > No, we mean gcc. This very well known, in fact the first link for > "compiler" on google. > > I don't mean to be disrespectful, but if you cannot locate somwething > like gcc, then it seems unlikely you are going to be able to get linux > running on an embedded platform!In sundar's situation, he was apparently responding to Kmann's and Devereux'x earlier comment about tcc: Devereux wrote:> "M.Kmann" <glumpux@yahoo.de> writes: > >>> John Devereux wrote: >> >>>> > "sundar" <svsundar81@gmail.com> writes: >>>> > >>>>> >>I am new to embedde linux.Can anybody please suggest a free >>>>> >>crosscompiler for embedded linux for ARM target in linux environment. >>> >>>> > I imagine gcc is the *only* such beast. >>> >>> poor imagination? > > Evidently. > >>> try tcc > > Cool! Ten times faster too.Sundar failed to actually quote that message, though, so Devereux may have forgotten about it. Actually the only tcc I was aware of is from Borland many years ago. That is apparently why he asked about Turbo C. A quick trip to Google concerning 'tcc compiler ARM' yields the better candidate. -- Thad