Main public logs

Jump to navigation Jump to search

Combined display of all available logs of Sharpfin. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 11:46, 8 June 2025 Philipp talk contribs created page Crosscompiling (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...")