Hi ! Can somebody help me to compile RABCDAsm on the Raspberry Pi !?
RABCDAsm is a Robust ABC (ActionScript Bytecode) [Dis-]Assembler and written in the D programming language, version 2. https://github.com/CyberShadow/RABCDAsm There are D2 compiler such dmd and gdc. While there is no armhf version of dmd, i chose gdc and compiled it with this tutorial: http://gdcproject.org/wiki/Raspberry%20Pi/build/Raspbian%28Hardfloat%29 But when I try to compile RABCDAsm: gcc build_rabcdasm.d I get an error: gcc: error trying to exec 'cc1d': execvp: No such file or directory Can somebody tell me what I'm doing wrong, and how can I compile RABCDAsm on the Raspberry Pi ? http://www.raspberrypi.org/