Debian package for using devkitPro with Raspberry Pi.
It can be installed easily.
Development of GBA, NDS can be started soon!
If you have a RasPiAdvance expansion board, you can write the built ROM to the cartridge.
- Install
- Download the deb file from the following and save it in an arbitrary directory.
- In Shell, cd to the saved directory.
- Execute the following command at shell.
$ dpkg -i devkitPro_r50-raspberry_pi-linux.deb
- Download
devkitPro_r50-raspberry_pi-linux.deb
Compressed only : devkitPro_r50-raspberry_pi-linux.tar.gz
- devkitPro Version
$ arm-none-eabi-gcc -v
Using built-in specs.
COLLECT_GCC=./arm-none-eabi-gcc
COLLECT_LTO_WRAPPER=/usr/local/devkitPro/devkitARM/libexec/gcc/arm-none-eabi/8.2.0/lto-wrapper
Target: arm-none-eabi
Configured with: ../../gcc-8.2.0/configure –enable-languages=c,c++,objc,lto –with-gnu-as –with-gnu-ld –with-gcc –with-march=armv4t –enable-cxx-flags=-ffunction-sections –disable-libstdcxx-verbose –enable-poison-system-directories –enable-interwork –enable-multilib –enable-threads –disable-win32-registry –disable-nls –disable-debug –disable-libmudflap –disable-libssp –disable-libgomp –disable-libstdcxx-pch –enable-libstdcxx-time=yes –enable-libstdcxx-filesystem-ts –target=arm-none-eabi –with-newlib –with-headers=../../newlib-3.0.0/newlib/libc/include –prefix=/usr/local/devkitPro/devkitARM –enable-lto –with-system-zlib –with-bugurl=http://wiki.devkitpro.org/index.php/Bug_Reports –with-pkgversion=’devkitARM release 50′ –build=armv7l-unknown-linux-gnu
Thread model: single
gcc version 8.2.0 (devkitARM release 50)
- Old revision