#152788 - Phantaseur - Thu Mar 20, 2008 8:58 pm
I'm using OS FreeBSD 6.3-64bit and devkitARM for Linux 32, there is almost everething works required for compilation...
arm-eabi-g++ compiles and links, arm-eabi-objcopy makes bin from elf file, but ndstool doesn't works... It writes:
I decided find this file in sources and recompile it for FreeBSD, but I didn't find sources of devkitARM on sourceforge (http://sourceforge.net/project/showfiles.php?group_id=114505), there is sources of gcc, g++, binutils etc, I downloaded it, but found nothing similar to ndstool.
So where can I find sources of ndstool or how can I run it on FreeBSD?
arm-eabi-g++ compiles and links, arm-eabi-objcopy makes bin from elf file, but ndstool doesn't works... It writes:
Code: |
ELF binary type "0" not known. ./ndstool: Exec format error. Incorrect architecture. |
I decided find this file in sources and recompile it for FreeBSD, but I didn't find sources of devkitARM on sourceforge (http://sourceforge.net/project/showfiles.php?group_id=114505), there is sources of gcc, g++, binutils etc, I downloaded it, but found nothing similar to ndstool.
So where can I find sources of ndstool or how can I run it on FreeBSD?