-
-
Notifications
You must be signed in to change notification settings - Fork 250
Closed
Description
Lines 87 to 89 in 21e9a43
| set(CMAKE_C_COMPILER arm-linux-gnueabihf-gcc) | |
| #set(CMAKE_ASM_COMPILER arm-linux-gnueabihf-as) #will use gcc in fact | |
| set(CMAKE_C_COMPILER_TARGET arm-linux-gnueabihf) |
Please leave that unset so that it wont break if they are cross compiling/building :)
Currently you are breaking builds on systems that dont use the triple arm-linux-gnueabihf-gcc arch arm is one of them
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels