Using GCC directly

Has anyone managed to create a small Hello World app that is compiled directly with GCC?

What is a good starting point for the toolchain required for this?

I'm interested in getting this going and documenting it well.

S.

Search for "arduino makefile" and you'll find some threads to get you going.

-br

billroy:
Search for "arduino makefile" and you'll find some threads to get you going.

Yeah unfortunately those posting are pretty much all for the AVR based Aduinos.

S.

Are you asking for the basics in using GCC?

You might also want a tutorial on creating Makefiles, which kinda explains the same ... indirectly.