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.

SysLink - "syslink.ko"

Dear All,

I'm testing Sys/Link 02_00_00_56_c6x_01_alpha2 on C6474.

I followed the syslink InstallGuide (http://www.linux-c6x.org/wiki/index.php/SysLink_02.00.00.56_c6x_01_alpha2_InstallGuide) to build HLOS Kernel modules and user samples.

The build (make syslink-all) succed and it generated the binaries. But when I try to insert the "syslink.ko" modul to my C6x Kernel running on the target I have a message error :

insmod: can't insert 'syslink.ko' : invalid module format

I have no idea about the problem. I exactly follow the installGuide .

 

  • Make sure the tool chain used for building the file system and user side libraries are same as the one used for kernel build. Assuming you are using the gcc tool chain for building this (4.5-97 as specified in linux-c6x-0.7.3 release). Also when you get this error, please do dmesg command on the console and publish the output. This will give you some clue on what is happening.