generating stripped executable now
Some checks are pending
EIVE/eive-obsw/pipeline/head Build started...

This commit is contained in:
2021-08-14 15:25:30 +02:00
parent 95c06d5a09
commit cfbacd4d80
2 changed files with 6 additions and 13 deletions

View File

@ -42,6 +42,7 @@ find_program (CMAKE_CXX_COMPILER ${CROSS_COMPILE_CXX} REQUIRED)
# Useful utilities, not strictly necessary
find_program(CMAKE_SIZE ${CROSS_COMPILE_SIZE})
find_program(CMAKE_OBJCOPY ${CROSS_COMPILE_OBJCOPY})
find_program(CMAKE_STRIP ${CROSS_COMPILE_STRIP})
set(CMAKE_CROSSCOMPILING TRUE)
set(CMAKE_SYSROOT "${SYSROOT_PATH}")