How to compile RABCDAsm on the Raspberry Pi !?

Swen maildeluxe at mail.ru
Wed Nov 14 11:53:06 PST 2012


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/


More information about the D.gnu mailing list