ev3dev-lang-cpp icon indicating copy to clipboard operation
ev3dev-lang-cpp copied to clipboard

What i should do with these files?

Open Miryz opened this issue 6 years ago • 1 comments

I just need more instructions for cross-compiling. How to write a code trough the eclipse with codesourcery?

Miryz avatar Jan 12 '20 12:01 Miryz

codesourcery should come with a compiler binary, so you should just tell your build system to use the binary instead of the default g++. Not sure how to do that in eclipse though.

ddemidov avatar Jan 12 '20 15:01 ddemidov