IF(UNIX)
# CROSS COMPILATION! ON/OFF
#SET(CMAKE_C_COMPILER /home/username/projects/buildroot/output/host/usr/bin/arm-linux-gcc)
#SET(CMAKE_CXX_COMPILER /home/username/projects/buildroot/output/host/usr/bin/arm-linux-g++)
#SET(CMAKE_C_COMPILER /home/username/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-eabi-gcc)
#SET(CMAKE_CXX_COMPILER /home/username/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-eabi-g++)
这里是我现在对相互交织所做的事。 我也想补充以下选择:
make CROSS_COMPILE=~/projects/buildroot/output/host/usr/bin/arm-linux-
如果我不走CROSS-COMPILE来做(而不是打碎)的话,那么它必须使用系统缺漏,这样一来就必须走这个选择,来做陈述。 我如何能够做到这一点?