A free and open development kit for the Sega Mega Drive
...GCC compiler and libgcc are under GNU license (GPL3) and any software build from it (as the SGDK library) is under the GCC runtime library exception license.
Build and compile ARMv7 or Raspberry Pi application on x86_64
...Download the program and extract into /opt/Toolchain/ARMv7 and you are ready for cross compile .........
Example to build static linked apps :
$ export PATH=/opt/Toolchain/ARMv7/usr/bin:$PATH
$ ./configure --host=arm-linux --disable-shared LDFLAGS="-static-libgcc -static-libstdc++"
$ make
Disclaimer:
This program is provided as is without any warranty of any kind. If you feel this program useful and get benefit from it, then please do support.