Hi ! Can somebody help me to compile RABCDAsm !?
Robust ABC (ActionScript Bytecode) [Dis-]Assembler
RABCDAsm is written in the D programming language, version 2.
There are D2 compiler such dmd and gdc.
While there is no armhf version of dmd, i chose gdc.
To compile gdc / gcc i found this tutorial:
http://gdcproject.org/wiki/Raspberry%20 ... rdfloat%29
So i compiled it, and 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 ?
How can I compile RABCDAsm on the Raspberry Pi ?