Search found 1 match

by martin
Wed 6. Apr 2016, 15:09
Forum: Linux
Topic: Unable to generate pcan.ko on NVIDIA JTX1(64-bit kernel)
Replies: 13
Views: 25013

Re: Unable to generate pcan.ko on NVIDIA JTX1(64-bit kernel)

Hello all,

sudo dpkg --add-architecture arm64
sudo apt-get update
sudo apt-get install libc6:arm64 binutils:arm64 cpp-4.8:arm64 gcc-4.8:arm64

The proposed solution (above) to install a new toolchain on the TX1 would remove the old gcc and also CUDA. Is it possible to install the toolchain ...