Hi! i tried it out and it seems to work.
after abcexport file.swf i get an file-0.abc file ! yes :)
but when i run the second command rabcdasm file-0.abc i get
"core.exception.OutOfMemoryError".
I think Raspberry Pi is to slow for this ?
I tested this on 512 MB RAM Version (64 MB for the GPU)
On Tuesday, 20 November 2012 at 19:50:46 UTC, Johannes Pfau wrote:
Am Sun, 18 Nov 2012 21:13:54 +0100
schrieb "Swen" :
Thanks for your patience!
OK i will try to recompile gdc.
So how i understand, i have to build gdc with this tutorial
http://gdcproject.org/wiki/Raspberry%20Pi/buil
Thanks for your patience!
OK i will try to recompile gdc.
So how i understand, i have to build gdc with this tutorial
http://gdcproject.org/wiki/Raspberry%20Pi/build/Raspbian%28Hardfloat%29
but instead of this line:
git clone https://github.com/D-Programming-GDC/GDC.git
i have to use this:
git clo
Hi! i compiled rdmd and put it to /opt/gdc/bin. RDMD seems now to
work. But when i try to compile RABCDAsm with:
DC=gdmd-4.7 DCFLAGS="-O -inline -fno-section-anchors" gdmd-4.7
-run build_rabcdasm.d
i get:
* Checking for working compiler...
Segmentation fault
Error: Test failed
h
Hi! Thx for your answer! I have exported the path with:
export PATH=$PATH:/opt/gdc/bin
There are this files in /opt/gdc/bin
arm-linux-gnueabihf-gcc-4.7 gcc-4.7
arm-linux-gnueabihf-gcc-ar-4.7 gcc-ar-4.7
arm-linux-gnueabihf-gcc-nm-4.7 gcc-nm-4.7
arm-linux-gnueabihf-gcc-ranlib-4.7
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 vers