交叉编译live555helper for NVIDIA JETSON AGX XAVIER

#--------------------

1 交叉编译工具链(arm64)

参考网页:https://developer.nvidia.com/embedded/downloads#?tx=$product,jetson_agx_xavier

下载

  1. wget -c --no-check-certificate -O gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu.tar.xz https://developer.nvidia.com/embedded/dlc/l4t-gcc-7-3-1-toolchain-64-bit
  2. tar Jxvf gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu.tar.xz
  3. export PATH=$(pwd)/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu/bin:$PATH

#--------------------

2 交叉编译live555helper

获取源文件

wget -c --no-check-certificate http://www.live555.com/liveMedia/public/live555-latest.tar.gz

解压

tar zxvf live555-latest.tar.gz

你可能感兴趣的:(URTC,arm,linux)