Meaty Skeleton: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
Actually, I don't think those were actually wrong
Line 52:
You ''must'' use a [[GCC Cross-Compiler]] in this tutorial as in the
[[Bare Bones]] tutorial. You should use the '''i686-elf''' target in your
cross-compiler, though any <tt>ix86-elf</tt> target (but notno less than i386) will
bedo fine for our purposes here.
 
You ''must'' configure your cross-binutils with the <tt>--with-sysroot</tt> option, otherwise linking will mysteriously fail with the ''this linker was not configured to use sysroots'' error message. If you've forgot to configure your cross-binutils with that option, you'll have to rebuild it, but you can keep your cross-gcc.
 
== System Root ==