Page 1 of 1

NanoPi M1 - Development on Eclipse Neon2

Posted: Sun Feb 26, 2017 12:54 am
by SilasV
Hi
I received my NanoPi M1 - and flashed Debian Image and powered up - LED blinking - the board working fine :)
I am using Ubuntu 16.04 LTS - Xenial. The following is my development set up:
Eclipse Neon (C/C++ CDT) running on Ubuntu 64 bit machine, GNU GCC installed, also installed gcc-linaro-arm toolchain. Also from Eclipse - I can do remote SSH into NanoPi M1 board.
Here is my issue:
The NanoPi M1 is 32 bit and my dev set up is 64 bit. I need to cross-compile my program into 32 bit executable so that I can run the program on NanoPi M1.
Can anyone please help me on this?

Thanks
Silas

Re: NanoPi M1 - Development on Eclipse Neon2

Posted: Fri Apr 21, 2017 8:49 am
by alpha
Can you please specify which Toolchain you are using for cross-compiling.can you please send us the link. we used toolchain provided on Nano Pi M1 Plus wiki http://wiki.friendlyarm.com/wiki/index. ... Pi_M1_Plus but it gives errors while building.