Yet Another GCC Build Issue
Posted: Sat Jun 15, 2013 2:36 am
I am attempting to build a GCC cross-compiler. When I follow the steps listed on the wiki, I get (seemingly) everything but the actual file, making stuff like , etc. impossible. I am currently running this on Cygwin, using GCC 4.8.0 and binutils 2.23.2. My next course of action would be to switch to Linux, given the numerous benefits of doing so in this case. I'll probably do this in a VM, but I might just switch one of my computers over entirely anyway.
Steps I have taken in a desperate attempt to not waste your time:
Do I need to just RTFM? Or am I missing something else? Just to clarify: I have followed the steps on the wiki exactly.
Code: Select all
$TARGET-gcc
Code: Select all
$TARGET-gcc --version
Steps I have taken in a desperate attempt to not waste your time:
- Read GCC_Cross-Compiler five times (to make sure it's not just me being retarded)
- Followed the instructions in GCC_Cross-Compiler five times (to ensure it's not just some random issue)
- Checked http://wiki.osdev.org/Category:FAQ (to make sure the wiki hasn't already covered this specific issue blatantly)
- Checked Cross-Compiler_Successful_Builds (to make sure I'm using compatible versions of GCC and binutils)
- Read http://forum.osdev.org/viewtopic.php?f=1&t=16944 (so I didn't waste anyone's time majorly)
- Read How_To_Ask_Questions (same as above)
- Read http://www.catb.org/~esr/faqs/smart-questions.html (same as above)
- Read Getting_Started (so I knew where I was going)
Do I need to just RTFM? Or am I missing something else? Just to clarify: I have followed the steps on the wiki exactly.