Search found 3 matches
- 13 Jun 2019, 12:03
- Forum: Software
- Topic: Building USB2CAN driver fails
- Replies: 3
- Views: 5436
Re: Building USB2CAN driver fails
The problem is that the update.sh script includes a function copy_files() which doesn't copy the script binaries (fixdep, genksyms, etc.) from the kbuild and kbuild7 directories into the header directories, so the header directories on the RevPi do not contain these script binaries. In contrast, the...
- 06 Jun 2019, 10:58
- Forum: Software
- Topic: Building USB2CAN driver fails
- Replies: 3
- Views: 5436
Re: Building USB2CAN driver fails
Has anyone else managed to compile an external module using kernel 4.9.76-rt60-v7+?
I've tried a couple of different modules and I always get:
Thanks,
Ed
I've tried a couple of different modules and I always get:
Code: Select all
/bin/sh: 1: scripts/basic/fixdep: not found
Ed
- 14 May 2019, 11:32
- Forum: Software
- Topic: Building USB2CAN driver fails
- Replies: 3
- Views: 5436
Building USB2CAN driver fails
I am getting the this error while building a driver on the RevPi Connect running Raspbian Stretch: scripts/basic/fixdep: not found I used the instructions at http://www.8devices.com/wiki/usb2can:compile-raspberry to build the driver: sudo apt-get update sudo apt-get install git raspberrypi-kernel ra...