Error when building trusty in TX2

hello,
thank you for your reply!
The export environment variable is PATH, which is inconsistent with CROSS_COMPILE_AARCH64 (refer to atf_trusty_README.txt).

export PATH=$PATH:(Path of cross compiler)-----Report an error!
export CROSS_COMPILE_AARCH64=(Path of cross compiler) ------correct!

1 Like