You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ uname -a
Linux bbbridge 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux
Following the directions in README.md (I am actually trying to recompile the mcp251xfd driver). Everything builds fine and installs fine, but when I try to load the module I get the following message:
$ sudo modprobe mcp251xfd
modprobe: ERROR: could not insert 'mcp251xfd': Exec format error
dmesg shows mcp251xfd: disagrees about version of symbol module_layout
I did uncompress /proc/modules.gz and make prepare before executing KERNEL=kernel8 make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- KERNEL=kernel8 SUBDIRS=drivers/net/can/spi/mcp251xfd modules.
What am I doing wrong? Is the documentation out of date?
The text was updated successfully, but these errors were encountered:
I've got an rpi4 running Raspbian.
Following the directions in
README.md
(I am actually trying to recompile the mcp251xfd driver). Everything builds fine and installs fine, but when I try to load the module I get the following message:dmesg shows
mcp251xfd: disagrees about version of symbol module_layout
I did uncompress /proc/modules.gz and
make prepare
before executingKERNEL=kernel8 make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- KERNEL=kernel8 SUBDIRS=drivers/net/can/spi/mcp251xfd modules
.What am I doing wrong? Is the documentation out of date?
The text was updated successfully, but these errors were encountered: