Crosscompiling: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 June 2025

  • curprev 14:0514:05, 8 June 2025 Philipp talk contribs 2,539 bytes −24 No edit summary
  • curprev 10:4610:46, 8 June 2025 Philipp talk contribs 2,563 bytes +2,563 Created page with "== Simple "Hello World" == Assuming you have built the Toolchain, made the changes to your environment including PATH and carried out the instructions Enabling Login, a simple "Hello World!" program is easy to build. For the sake of this example we'll set up an alias to the crosscompiler. alias cc=arm-9tdmi-linux-gnu-gcc In a working directory, create a file called helloworld.c <syntaxhighlight> #include <stdio.h> main() { printf("Hello wo..."