Now here's a interesting question I've been pondering but haven't quite been able to solve...how is the first compiler for a platform made (e.g. new OS, processor, etc)?
hexstar 5 Posting Whiz in Training
Recommended Answers
Jump to PostIt just "is"-- all compiling is is translating the higher level code to machine language. That, at heart, is just translation. Any machine can do that.
Jump to PostI think you've got your terminology mixed up. There's compiled on and compiled for. I can have code that's compiled on an AMD64 machine, but it's for a PPC machine.
Like I was mentioning earlier, it's just a matter of knowing how to translate the source code into the …
All 7 Replies
Narue 5,707 Bad Cop Team Colleague
hexstar 5 Posting Whiz in Training
alc6379 120 Cookie... That's it Team Colleague
hexstar 5 Posting Whiz in Training
alc6379 120 Cookie... That's it Team Colleague
hexstar 5 Posting Whiz in Training
alc6379 120 Cookie... That's it Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.