imx6 编译busybox 问题以及解决办法

error1:
include/platform.h:168:23: fatal error: byteswap.h: No such file or directory

CONFIG_SYSROOT="/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa9hf-neon-poky-linux-gnueabi"


error2:
gnu/stubs.h:7:29: fatal error: gnu/stubs-soft.h: No such file or directory

CFLAGS=""--sysroot=${SDKTARGETSYSROOT} -mfloat-abi=hard"

你可能感兴趣的:(linux)