Cross-Compile fixes after test on Ubuntu 19.10

This commit is contained in:
LordGrey
2019-06-10 19:08:30 +02:00
parent 2832b70bb7
commit a7f6292d53
3 changed files with 8 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ SET(PIROOT ${DEVROOT}/rootfs)
SET(PITOOLCHAIN ${DEVROOT}/tools)
SET(TOOLROOT ${PITOOLCHAIN}/gcc-linaro-7.4.1-2019.02-x86_64_arm-linux-gnueabihf )
SET(QT_BIN_PATH ${CROSSROOT}/Qt5/Qt5.7.1/5.7/gcc_64/bin)
SET(QT_BIN_PATH ${CROSSROOT}/Qt5/5.7/gcc_64/bin)
# specify the cross compiler
SET(CMAKE_C_COMPILER ${TOOLROOT}/bin/arm-linux-gnueabihf-gcc)