Re: Just what makes an architecture "C Friendly"?
- From: CBFalconer <cbfalconer@xxxxxxxxx>
- Date: Sun, 04 Jun 2006 15:36:43 -0400
Steve at fivetrees wrote:
.... snip ...
Unless I'm misunderstanding something, we're not talking about the
platform that the C compiler runs on. That's of no interest (to
me). We're talking about the target it compiles for.
As for "it is becoming an option more often to take the library
and file system and OS from development platform to the embedded
target with the minimal effort" - if you're talking about embedded
PCs, fine. Again that's of no interest to me, and I don't see how
it's relevant to this thread.
For many architectures there is little point in even trying to
implement an HLL. However it is still possible to use one to
organize the code, which will necessarily be in assembly. For this
purpose you can either simply use the HLL purely as descriptive
commentary, when its accuracy doesn't much matter, or try to make
that high level description compilable on something else. In that
latter case you want a language with the maximum security, such as
Pascal, since C won't catch many of your errors due largely to its
extremely loose typing. I call the last step of this technique
hand-compilation. It helps if the compiler is facile with the end
assembly language.
--
Some informative links:
news:news.announce.newusers
http://www.geocities.com/nnqweb/
http://www.catb.org/~esr/faqs/smart-questions.html
http://www.caliburn.nl/topposting.html
http://www.netmeister.org/news/learn2quote.html
.
- Follow-Ups:
- Re: Just what makes an architecture "C Friendly"?
- From: Steve at fivetrees
- Re: Just what makes an architecture "C Friendly"?
- References:
- Just what makes an architecture "C Friendly"?
- From: Mike G
- Re: Just what makes an architecture "C Friendly"?
- From: Noway2
- Re: Just what makes an architecture "C Friendly"?
- From: Richard
- Re: Just what makes an architecture "C Friendly"?
- From: fox
- Re: Just what makes an architecture "C Friendly"?
- From: Darin Johnson
- Re: Just what makes an architecture "C Friendly"?
- From: fox
- Re: Just what makes an architecture "C Friendly"?
- From: Steve at fivetrees
- Just what makes an architecture "C Friendly"?
- Prev by Date: Re: Just what makes an architecture "C Friendly"?
- Next by Date: Re: Logic Analyzer Vs. Oscilloscope
- Previous by thread: Re: Just what makes an architecture "C Friendly"?
- Next by thread: Re: Just what makes an architecture "C Friendly"?
- Index(es):
Relevant Pages
|