Hi, im pretty new to this forum and os development and i have a question.
I followed the GCC Cross Compiler tutorial and everything worked good, no errors. But i do not have any i586-elf-gcc in /usr/local/cross/bin. In the tutorial it says that i should have one. Does anyone know whats wrong?
As i said im new here so this question may sound stupid to you.
Im on the newest version of ubuntu.
Thank you for answering!
Beginner question - I586-ELF-GCC?
- Combuster
- 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:
Re: Beginner question - I586-ELF-GCC?
I doubt that.no errors.
Please post the output of the "make install-gcc" command. You can safely call it again if it's no longer in your terminal.
-
- Posts: 3
- Joined: Wed Feb 29, 2012 4:52 pm
Re: Beginner question - I586-ELF-GCC?
I copied everything from the terminal:
http://pastebin.com/k4KT2BDj
http://pastebin.com/k4KT2BDj
- Combuster
- 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:
Re: Beginner question - I586-ELF-GCC?
Code: Select all
/lib/gcc/i686-pc-linux-gnu/4.6.2
Remove your build directories and start over, and hope you didn't replace your host compiler with something broken.
-
- Posts: 3
- Joined: Wed Feb 29, 2012 4:52 pm
Re: Beginner question - I586-ELF-GCC?
Ok, thank you for the answer!