How to make a cross compiler using gcc?
问题 Though there are many tutorials online on how to make a cross compiler, I am actually not getting it. I am using fedora 16 and already have gcc installed. I am not sure about binutils . How do I make a cross compiler for my own OS (the target) ? I was reading here on os dev wiki but I don't get it. I mean, what do I do ? I just don't follow there steps. Note : I want to build a cross compiler for the same architecture I am currently working on.I mean the same architecture that is running