#21599 - loading - Tue Jun 01, 2004 7:01 pm
Don't get me wrong I am usually able to compile my stuff using quite simple makefiles but most of the gcc flags are a mitstery to me the stuff with IWRAM or custom linkscripts - is there any tutorial or an understandable documentation about this?
#21613 - Miked0801 - Tue Jun 01, 2004 10:12 pm
Check out the documentation at gcc.gnu.org for the compiler and gnu.org for make and other utilities. They done me well.
#21615 - poslundc - Tue Jun 01, 2004 11:15 pm
Or just "man gcc" on *nix systems.
Dan.
#21627 - Miked0801 - Wed Jun 02, 2004 12:55 am
hehe - but I'm not a real man as I use windoze boxes for all my programming :)
#21663 - loading - Wed Jun 02, 2004 7:33 pm
thx that tutorial is nice to get started :)