All:
I have a EVM5505, which contains a VC5505 processor.
I can build and run examples from the examples of CSL 2.5, but it requires that I first build the cslVC5505 "library" AND have that library in the same workspace as the example that I am building. Recently I built the GPT example, and unless the cslVC5505 library was built and in the same workspace, the GPT example would not even build.
I was then able to point at the C5505EVM_OnboardEmulator.ccxml file and use that to load and run the example.
NOT so with the CSL 3.0 examples.
First, there is a requirement to also include the "atafs driver library." For what reason? I do not know.
So, to build the same GPT example under CSL 3.0, I need to first build the atafs library, Then build the cslVC5505 library, and then build the GPT example.
However, when I try to load, I first received an error about GEL file; when I ran the example, the GPT test failed.
I am not sure that I have seen documented anywhere the build process that I have described.
And Why does CSL 3.0 also require the atafs driver library to be included?
I am trying to move from CSL 2.5 to CSL 3.0, but it is very difficult...