I am using Eclipse IDE to crosscomplie C++ code.
When I croosscompile Linux / Ubuntu C++ code for Raspberry Pi 3B (ARM7) I have no issues with actually running the code on the target. It all works as expected. I am using just plain "hello word " as test…
