Why do I need a Cross Compiler?: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
Line 33:
 
==== -fno-exceptions, -fno-rtti (C++) ====
It is wise to disableddisable C++ features that doesndon't work out-of-the-box in kernels. You need to supply a C++ support library to the kernel (in addition to libgcc) to make all C++ features work. If you don't use these C++ features, it should be sufficient to pass these options.
 
=== Options you should link with ===