Hello,
I am currently trying to cross compile SFML on my Linux machine to run raspberry pi. But I am getting the fallowing error:
CMake Error at SFML/cmake/Config.cmake:106 (message):
Unsupported compiler
Call Stack (most recent call first):
SFML/CMakeLists.txt:20 (include)
I am used Crosstool-ng to make the cross compilers. My Linux Machine is running debian as is the Raspberry Pi.
I looked through Config.cmake and it seems its not recognizing the compiler binary's as GNUCXX compilers.
In short, Has any one been able to cross compile from Linux to the Raspberry Pi? Is this even supported or possible?