在ubuntu16.04上编译TX2内核时,出现了如下错误:
百度多次,说是交叉编译工具导致.
目前使用的cc为 aarch64-linux-gnu-gcc
存在于位置/usr/bin目录下.
但是使用命令
TX2交叉编译错误:cc1: error: unrecognized command line option "-mlittle-endian"
原文:https://www.cnblogs.com/rohens-hbg/p/14807890.html