Hi!
Maybe somebody can help me with the following problem I'm currently struggeling with:
I'm working on the DM6467 EVM and currently I'm playing with the encoder/decoder demo applications that come with the DVSDK (2.0.0.18). Using the provided Makefile works fine, I can build and run the appliation on the EVM. Now I'm trying to write my own encoder/decoder application based on this demos. But as we use Montavista DevRocket IDE for software development, I'm struggeling with the integration of the linker.cmd and compiler.opt. These files are autogenerated by XDS configuro based on the XDS application configuration and contain include paths and pre-compiled libraries from the DVSDK package. To be more prezise I don't know how to integrate these files in the IDE, and adding the content manually doesn't work at least for the libraries. All external functions lead to an error like this: "*.c: undefined reference to ...()". So it seems that the libraries are not correctly added to my project, as (as far as I understand) an external library has to use a "lib" prefix in it's filename, which isn't the case for the libraries provieded in DVSDK.
Would be great if somebody has an idea how to make the XDS outputs working together with Montavista DevRocket IDE!
Kind regards,
Holger