Following the OS Specific Toolchain Tutorial

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.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Post by Combuster »

Maybe you could add a summary of all the differences for compiling a x86-64 toolchain as well...
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
uglyoldbob
Member
Member
Posts: 62
Joined: Tue Feb 13, 2007 10:46 am

Post by uglyoldbob »

Alright I corrected a few minor typos here and there. Works great. Binutils 2.18, gcc 4.2.2, newlib 1.15.
I found that when I changed any of the config (even as simple as a missing semicolon in one of my source files) I had to erase the build directory and redo that part. Just calling configure and make wouldn't work for me.
I have an 80386SX 20MHz 2MB RAM.
It is my testbed platform. Only has the 3.5" and 5.25" floppy drives.
Post Reply