Replies: 4 comments 9 replies
-
The wiki does not cover cross-compiling now. But you need to install more dependancies first. |
Beta Was this translation helpful? Give feedback.
-
If you figure that out, you are welcome to contribute the cross-compiling documentation. We will update the Wiki. It could be that you also need to change the CMake scripts file. We do not have plan to work on this now as we do not have CMake experts now. We need the help from the community. |
Beta Was this translation helpful? Give feedback.
-
BTW, the script here is using cross-compile: It relies on the container here: You may want to consult the above. |
Beta Was this translation helpful? Give feedback.
-
Closing the discussion as it's gone stale |
Beta Was this translation helpful? Give feedback.
-
Hi I have changed some thing in the CMakeLists.txt for cross-compiling for arm-linux-gnueabihf.
My PC is running debian and arm as well.
and then I run:
cmake -D HAVE_LINUXGPIO=1 -D HAVE_LIBELF=1 -D HAVE_LIBUSB=1 -D HAVE_LIBHIDAPI=0 -D HAVE_LIBFTDI1=1 -D HAVE_LIBUSB_1_0=1 -D HAVE_LIBREADLINE=0 -B build_arm
I run into following errors I have already install libusb-1-0.0-dev :
Can someone help me resolve this issue, please?
Also, is it possible to flash Atxmega256A3u which is connected to the armv7l via UARTD0? without any extra hardware except USB.
Beta Was this translation helpful? Give feedback.
All reactions