GCC Cross-Compiler: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
m →‎Prebuilt Toolchains: Fix duplicate word
Line 36: Line 36:
=== Note on arm-none-eabi-gcc ===
=== Note on arm-none-eabi-gcc ===
There is the prebuilt package gcc-arm-none-eabi on apt-get for Ubuntu, but you shouldn't use it because it neither contains a libgcc.a nor freestanding C header files like stdint.h.<br>
There is the prebuilt package gcc-arm-none-eabi on apt-get for Ubuntu, but you shouldn't use it because it neither contains a libgcc.a nor freestanding C header files like stdint.h.<br>
Instead you should build it yourself with <tt>arm-none-eabi</tt> being the $PREFIX.
Instead you should build it yourself with <tt>arm-none-eabi</tt> being the $TARGET.


== Preparing for the build ==
== Preparing for the build ==