crosscompiler for embedded linux
CASTalk.com Forum Index CASTalk.com
Discussion of DSP, FPGA, storage and embedded system.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web castalk.com
crosscompiler for embedded linux

 
Post new topic   Reply to topic    CASTalk.com Forum Index -> Embedded System
Author Message
sundar
Guest





Posted: Thu Nov 17, 2005 4:31 pm    Post subject: crosscompiler for embedded linux Reply with quote

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
Back to top
Guest






Posted: Thu Nov 17, 2005 5:15 pm    Post subject: Re: crosscompiler for embedded linux Reply with quote

sundar wrote:

Quote:
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
Back to top
M.Kmann
Guest





Posted: Thu Nov 17, 2005 6:57 pm    Post subject: Re: crosscompiler for embedded linux Reply with quote

sundar wrote:
Quote:
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

gcc

haow is it possible that you did not stumble over one of the 236571652
references & hints in the big, wide internet??
Back to top
John Devereux
Guest





Posted: Fri Nov 18, 2005 12:02 am    Post subject: Re: crosscompiler for embedded linux Reply with quote

"sundar" <svsundar81@gmail.com> writes:

Quote:
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
Back to top
M.Kmann
Guest





Posted: Fri Nov 18, 2005 1:15 am    Post subject: Re: crosscompiler for embedded linux Reply with quote

John Devereux wrote:
Quote:
"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
Back to top
John Devereux
Guest





Posted: Fri Nov 18, 2005 1:15 am    Post subject: Re: crosscompiler for embedded linux Reply with quote

"M.Kmann" <glumpux@yahoo.de> writes:

Quote:
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.

Quote:
try tcc

Cool! Ten times faster too.

--

John Devereux
Back to top
sundar
Guest





Posted: Fri Nov 18, 2005 9:15 am    Post subject: Re: crosscompiler for embedded linux Reply with quote

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
Back to top
sundar
Guest





Posted: Fri Nov 18, 2005 9:15 am    Post subject: Re: crosscompiler for embedded linux Reply with quote

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
Back to top
John Devereux
Guest





Posted: Fri Nov 18, 2005 5:15 pm    Post subject: Re: crosscompiler for embedded linux Reply with quote

"sundar" <svsundar81@gmail.com> writes:

Quote:
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
Back to top
Thad Smith
Guest





Posted: Fri Nov 18, 2005 5:15 pm    Post subject: Re: crosscompiler for embedded linux Reply with quote

John Devereux wrote:
Quote:
"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:
Quote:
"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
Back to top
John Devereux
Guest





Posted: Fri Nov 18, 2005 5:15 pm    Post subject: Re: crosscompiler for embedded linux Reply with quote

Thad Smith <ThadSmith@acm.org> writes:

Quote:
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.

Ah yes, I see now. Thanks for the clarification.

Sorry, sundar. It would be better if you can quote the message you are
replying to!

--

John Devereux
Back to top
Alex Gibson
Guest





Posted: Sat Nov 19, 2005 5:15 pm    Post subject: Re: crosscompiler for embedded linux Reply with quote

"sundar" <svsundar81@gmail.com> wrote in message
news:1132223468.109264.225310@z14g2000cwz.googlegroups.com...
Quote:
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

try gnuarm.com

or
macraigor.com

May also find depending on the distro you are using that
there is an rpm or package with gnu arm prepackage for easy install.

If you need an ide you could always use eclipse or kdevelop or
similar ide for whatever desktop environment you are using.
Or one of the old favourites like vi, vim or emacs.

Alex
Back to top
 
Post new topic   Reply to topic    CASTalk.com Forum Index -> Embedded System All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




VoIP Electronics Powered by phpBB