I'm using the OMAP-L137. I'm developing a codec. I have purchased the license for MontaVista Linux. My target is custom (not the eval board).
I have rebuilt dsplink.
Associated with that rebuild, six copies of dsplinkk.ko were created:
1. gpp/BUILD/EXPORT/RELEASE
2. gppBUILDPMGR/BIN/RELEASE
3. gpp/export/BIN/Linux/OMAPL1XX/RELEASE
4. gpp/export/BIN/Linux/OMAPL1XX/DEBUG
5. gpp/BUILD/EXPORT/DEBUG
6. gpp/BUILD/PMGR/BIN/DEBUG
The first 3 are all the same size as each other (120.3 KB). It is possible that they are all the same, but the times of creation are slightly different. The last 3 are all the same size as each other (1.2MB). It is possible that they are all the same, but the times of creation are slightly different. I'd like to copy one of them into my workdir/filesys for use by the codec, but I'm unsure which to copy. (I'd prefer a debug version if it has trace info that is generated.)
Any suggestions?