I'm developing for an OMAPL138 on linux and have been able to compile, build and run the examples
with the DSP/Bios Link software. To quickly build some test code I copied and modified the readwrite
dsplink example. However I would like to compile this as floating point code for the c6748 side of the
OMAP. It seems the default is to compile for the 64XX. I tried modifying the dsplinkcfg.pl script which
creates the setup makefiles by changing the DSPCLASS and DSPTYPE fields in the OMAPL138GEMSHMEM
configuration. With this change the build system complained about a missing C67XX directory.
To get things to work I changed everything back to 64XX and modified the default file c64xxp_5.xx_linux.mk
file to use the -mv6740 option instead of -mv6400+
My question what is the best way to modify the dsplink build code to support float point operations on the
c6748 side of the omap?
Thanks,
Bob