Search found 1 match
- Fri Mar 17, 2023 9:45 am
- Forum: Linux
- Topic: cross compiling for arm
- Replies: 1
- Views: 4861
cross compiling for arm
Hi I'm trying to cross compile the linux code for a Technologic TS-7250 arm board. Has anyone done this or tried something similar? I tried creating a special cmake file ts72xx.cmake with the following: SET(CMAKE_SYSTEM_NAME Linux) SET(CMAKE_SYSTEM_VERSION 1) # specify the cross compiler SET(CMAKE_C...