Hi,
I try to cross compile to my Raspberry PI using the toolchain (http://sysprogs.com/files/gnutoolchains/raspberry/raspberry-gcc4.9.2-r4.exe) and the D Programming Language (https://github.com/ldc-developers/ldc).
During the compilation there is an error because in this folder C:\SysGCC\Raspberry\lib\gcc\arm-linux-gnueabihf\4.9\include
the unwind.h file is missing.
It exists in two other folders of the SysGCC package and I solved the error by copying it from there into the folder.
I wonder whether the unwind.h is missing by purpose in this folder or whether it is just overseen?
Kind regards
André