Page 1 of 1

Is it safe to use regular gcc-armeabi?

Posted: Sat Feb 15, 2014 5:39 pm
by v00d00
Hello all. J know my question is strange, but sometimes (many times) I don't have access to a PC, but an android tablet (sucksI know). I have in it gcc, though, and it compiles for the local architecture which happens to be arm cortex a9.
So is it safe if I just use this gcc to try and compile nds binaries? I know gcc includes the linux ELF header, so I am wondering, can I avoid that in Makefile so it includes the nds header instead?

Re: Is it safe to use regular gcc-armeabi?

Posted: Sun Feb 16, 2014 3:22 pm
by WinterMute
No, sorry. devkitARM is a baremetal toolchain which includes several additions specifically for building NDS applications.

Re: Is it safe to use regular gcc-armeabi?

Posted: Wed Feb 19, 2014 9:56 am
by DolphinG89
Will there be any updates to DevkitPPC or Devkitarm now?