Hi Darren, A couple of quick pointers.
If you are using a DVEVMv1.1 installation and the accompanying dsplink, then your dsplink base sources will be installed in the following path :- '<DVEVM_INSTALL_DIR>'/dsplink_1_30_08_02/packages/dsplink [where '<DVEVM_INSTALL_DIR>' is expanded to you real EVM install base] To build a new kernel module :- 1. export the base path to this dsplink installation via env var DSPLINK >> export DSPLINK='<DVEVM_INSTALL_DIR>'/dsplink_1_30_08_02/packages/dsplink 2. change dir to dsplink base path (cd $DSPLINK) 3. modify make/Linux/davinci_mvlpro4.0.mk to configure your BASE_BUIDOS to point to your linux kernel and the arm tools specific paths accordingly (BASE_OSINC, OSINC_PLATFORM, OSINC_TARGET, BASE_OSLIB). 4. change dir to gpp/src and do 'make clean' and 'make' 5. your new kernel module image(s) found in gpp/export/BIN/Linux/Davinci/* There are some other additional docs in the doc directory for further details. Hope this helps, ~roger -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Darren J Longhorn Sent: 28 March 2007 10:20 To: [email protected] Subject: Building dsplink Does anyone have any pointers to how to build dsplink. We've rebuild our kernel and were getting: insmod: error inserting 'dsplinkk.ko': -1 Invalid module format Have rebuilt cmem, but I'm not sure where I have to rebuilt dsplinkk from. I'm sure this must have been answered before, but for me the search of the list archive doesn't seem to be working right now. Is anyone else seeing this? Cheers Darren _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
