Search found 4 matches

by abhay.sorte
Thu 3. Mar 2016, 17:36
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 Michael,

I tried the below steps:


Code: Select 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


still I am not able to compile the peak driver.
Error log is attached.

Regards,
Abhay
by abhay.sorte
Thu 3. Mar 2016, 08:08
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 Michael,

Please find the snapshot of the error log in the attachment.

Regards,
Abhay
by abhay.sorte
Tue 1. Mar 2016, 16:31
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)

Hi,

Please find below the error that I am getting while compiling peak-linux-driver :

error: unrecognized command line option '-mgeneral-regs-only'
by abhay.sorte
Mon 29. Feb 2016, 08:09
Forum: Linux
Topic: Unable to generate pcan.ko on NVIDIA JTX1(64-bit kernel)
Replies: 13
Views: 25013

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

Hello All,

I am using PCAN-USB device and trying to install peak Linux driver(peak-linux-driver-7.15.2) on NVIDIA Jetson TX1 platform which has ubuntu 14.04. But while compiling the driver, I get error and pcan.ko is not generated.

Earlier I tried PCAN-USB with NVIDIA Jetson TK1 platform and I was ...