syslink: disagrees about version of symbol module_layout
FATAL: Error inserting syslink (/lib/modules/2.6.37/kernel/drivers/dsp/syslink.ko): Invalid module format
I have installed the new 5.03 SDK and trying to rebuild the kernel to support POSIX queues.
Modified kernal configuration using:
$ make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm ti8168_evm_defconfig
$ make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm menuconfig
$ make clean
$ make all
$ make install
I also tried:
$ make clean
$ make components
$ make syslink_clean
$ make syslink
$ make linux_clean
$ make linux
$ make linux_install
Copied kernal uImage to SD Card
I then tried to run with the new kernel, but I encountered an error during boot: