How to compile RABCDAsm on the Raspberry Pi !?

Johannes Pfau nospam at example.com
Sun Nov 25 05:05:53 PST 2012


Am Tue, 20 Nov 2012 21:07:34 +0100
schrieb "Swen" <maildeluxe at mail.ru>:

> 
> Ok thank you very mutch! I don't know if we can speak german here 
> (in this forum), because for me it would be much easier :)

Here are the compiled binaries, I hope they're working as expected:
http://www.mediafire.com/?x5oaqtn2dc6k7v7


I had to use the my gdc branch but this patch is also necessary:
https://github.com/D-Programming-Language/phobos/pull/819
It will be merged into gdc when dmd 2.061 is released.

rdmd didn't work for some reason, so I had to compile the programs
manually:

gdc-4.7 -o rabcdasm disassembler.d rabcdasm.d abcfile.d asprogram.d
murmurhash2a.d common.d  -fversion=HAVE_LZMA -llzma

gdc-4.7 -o rabcasm rabcasm.d abcfile.d asprogram.d assembler.d
murmurhash2a.d common.d -fversion=HAVE_LZMA -llzma
gdc-4.7 -o abcexport abcexport.d abcfile.d asprogram.d  murmurhash2a.d
common.d swffile.d zlibx.d lzma.d deimos/lzma.d deimos/lzma_/*.d
-fversion=HAVE_LZMA -llzma
gdc-4.7 -o abcreplace abcreplace.d asprogram.d abcfile.d
murmurhash2a.d common.d swffile.d zlibx.d lzma.d deimos/lzma.d
deimos/lzma_/*.d -fversion=HAVE_LZMA -llzma
gdc-4.7 -o swfbinexport swfbinexport.d asprogram.d abcfile.d
murmurhash2a.d common.d swffile.d zlibx.d lzma.d deimos/lzma.d
deimos/lzma_/*.d  -fversion=HAVE_LZMA -llzma
gdc-4.7 -o swfbinreplace swfbinreplace.d asprogram.d abcfile.d
murmurhash2a.d common.d swffile.d zlibx.d lzma.d deimos/lzma.d
deimos/lzma_/*.d -fversion=HAVE_LZMA -llzma
gdc-4.7 -o swfdecompress swfdecompress.d asprogram.d abcfile.d
murmurhash2a.d common.d swffile.d zlibx.d lzma.d deimos/lzma.d
deimos/lzma_/*.d  -fversion=HAVE_LZMA -llzma
gdc-4.7 -o swf7zcompress swf7zcompress.d asprogram.d abcfile.d
murmurhash2a.d common.d swffile.d zlibx.d lzma.d deimos/lzma.d
deimos/lzma_/*.d -fversion=HAVE_LZMA -llzma


More information about the D.gnu mailing list