Hello,
I would create a new XDAIS algorithm for DM6446.
I can generate source files (and CCS Eclipse project) successfully using genAlg XDC wizard.
Unfortunately, I have some problems about importing and building this (unmodified) project.
I use CCS on Windows XP and I tried to reinstall the CCS (v5.3.00090), but the results are same.
I attached the relevant project files and some screen-shots.
Issue #1:
Generated CCS Eclipse project cannot import by CCS (menu: Project / Import existing CCS Eclipse project).
I can import this as a makefile project only (project explorer: Import -> General / Existing Project into Workspace).
(It has some disadvantages, for example, I cannot compile only one source (.c) file because the genAlg wizard wont create the definitions into makefile for compiling a source file only. I can modify makefile, but I would be happy if this would be by genAlg wizard. Or, CCS should can be imported the generated Eclipse project.)
Issue #2:
When I open a generated source file (e.g. tstuniv.c) CCS preprocessor (indexer?) shows several errors.
These errors are shown only in the IDE but I can build my project without errors (due to importing by makefile?).
So, CCS environment and building engine are working another configurations (I think, this a bit dangerous).
Issue #3:
I cannot use "Rebuild project" function.
"Clean project" and "Build project" functions works (most of the times).
But, "Rebuild project" function wont work most of the times.
It can give different errors, time by time.
My questions:
#1. How should I import/open the new algorithm project into workspace correctly?
#2a. How can I set my CCS environment for eliminating my unreasonable "Unresolved inclusion" signs?
#2b. Can I configure CCS IDE using the configuration as SAME as when using when I build? How?
#3. How does work the CCS building engine? So, How should I modify my configuration (or makefile) for success "Rebuild project" option?
Best regards,
Peter