This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Error inserting syslink

I have just installed the new 5.03 SDK and attempted to modify the kernel to support POSIX queues. I ran

 

$ make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm ti8168_evm_defconfig

$ make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm menuconfig

and added the POSIX mqueue options under General Setup.

 

Then at the SDK' top level I invoked:

$ make clean

$ make all

$ make install

I then tried to run with the new kernel, but I encountered an error during boot:

FATAL: Error inserting syslink (/lib/modules/2.6.37/kernel/drivers/dsp/syslink.ko): Invalid module format

Based on date and time, it seems that /lib/modules/2.6.37/kernel/drivers/dsp/syslink.ko is getting rebuilt as part of the make all.