ubisoft / Sharpmake

Sharpmake is an open-source C#-based solution for generating project definition files, such as Visual Studio projects and solutions, GNU makefiles, Xcode projects, etc.
Apache License 2.0
922 stars 168 forks source link

Linux Remote Configuration Issues #175

Open DragosPopse opened 2 years ago

DragosPopse commented 2 years ago

Hello. I'm trying to create a Win64/Linux project (raspberry pi). I managed to make the configurations, but trying to compile on the raspberry results in an exception. image

Enabling "Copy Sources" gives another error. image

I tested this setup with cmake and everything works fine, so I'm missing something in sharpmake. Here is the Sharpmake script.

DragosPopse commented 2 years ago

image This is another errors that pops sometimes when trying to build for linux.