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 gcc-ranlib-4.7 arm-linux-gnueabihf-gdc-4.7 gcov-4.7 arm-linux-gnueabihf-gdmd-4.7 gdc-4.7 cpp-4.7 gdmd-4.7 so witch of them i have to use to compile this file https://github.com/CyberShadow/RABCDAsm/blob/master/build_rabcdasm.d on the website it says just run this command: dmd -run build_rabcdasm.d but i have no dmd :( while my raspbian image is hard fload i tried this one: arm-linux-gnueabihf-gdc-4.7 -fno-section-anchors build_rabcdasm.d i get no errors and no binary file for example when i try: abcexport i get: -bash: abcexport: command not found so what i am doing wrong !?