Props to the Wiki Cross-Compiler How-To

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
astrocrep
Member
Member
Posts: 127
Joined: Sat Apr 21, 2007 7:21 pm

Props to the Wiki Cross-Compiler How-To

Post by astrocrep »

Just wanted to say I have successfully rebuilt my os on cygwin w/ a cross compiler from linux...

Basically, I had my OS all setup and compilable w/ a make file.

I follows the tutorial exactly, and built bin-utils 2.18 and gcc 4.2.2 (and g++)

I copied over my os tree, edited my make file to use to proper gcc and ld... did a make clean, and then a make all (Those are defined in my makefile)

And BAM, everything works perfectly!

Thanks to all who contributed to it!

-Rich
User avatar
xyjamepa
Member
Member
Posts: 397
Joined: Fri Sep 29, 2006 8:59 am

Post by xyjamepa »

Good for you... :wink:
The man who follows the crowd will usually get no further than the crowd.
The man who walks alone is likely to find himself in places
no one has ever been before.
Post Reply