djsput
Posts: 4
Joined: Sun Sep 23, 2012 4:04 pm

How to compile RABCDAsm !?

Wed Nov 14, 2012 12:04 am

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 ?

Return to “General programming discussion”