alliedvision / linux_nvidia_jetson

Allied Vision CSI-2 camera driver for NVIDIA Jetson Systems.
105 stars 41 forks source link

Missing avt_build/resources/gcc folder ? #33

Closed l4es closed 2 years ago

l4es commented 2 years ago

Hi, During the setup step of Master branch (or l4t-32.5.1 branch), there's following error :

/devel/RTR/SW/alliedvision_linux_nvidia_jetson/avt_build/resources/gcc/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu.tar.xz: No such file or directory
>> [F]...Failed to download gcc toolchain from url https://developer.nvidia.com/embedded/dlc/l4t-gcc-7-3-1-toolchain-64-bit...
>> Failed...
>> [i]...Script execution...
>> Failed...

It seems that the folder gcc within avt_build/resources/ is an empty folder and was not kept when pushing to github.

Manually create avt_build/resources/gcc helps to resolve the issue. I'm not sure if it is a correct solution.

Best Regards, Pascal.

l4es commented 2 years ago

I found myself the answer here : https://github.com/alliedvision/linux_nvidia_jetson/issues/19