My 28069M LaunchPad, delivered a few days ago, fires up and talks to the ttyUSB0 device just fine. However, I'm having much less luck getting the demo app compiled and loaded to make the board do... well, exactly what it does now. But with code I have compiled, of course. <grin>
After importing the controlSUITE3 project Example_2806xLaunchPad I am unable to compile the project due to (at least) nonexistent path errors for the FPUfastRTS and IQmath libraries.
More specifically, when I load the Example_2806xLaunchPad project from:
/opt/ti/controlSUITE/development_kits/LAUNCHXL-F28069M/
I see an error message: "Unrecognized product of type 'com.ti.rtsc.XDAIS'", which other postings in this forum seem to indicate is safe to ignore. Ignoring things is fairly simple, but there's more.
After the Import completes, Problem Explorer shows the following Warnings:
Build variable 'XDAIS_CG_ROOT' cannot be resolved.
Example_2806xLaunchPad properties Problems
Invalid project path: Include path not found
(/libs/math/FPUfastRTS/FPUFASTRTS_VERSION/include).
Example_2806xLaunchPad pathentry Path Entry Problem
Invalid project path: Include path not found
(/libs/math/IQmath/IQMATH_VERSION/include).
Example_2806xLaunchPad pathentry Path Entry Problem
Invalid project path: Include path not found
(/packages/ti/xdais).
Example_2806xLaunchPad pathentry Path Entry Problem
This project was created using a version of compiler that
is not currently installed: 6.1.0 [C2000]. Another version
of the compiler will be used during build: 6.4.3. Please go
to <a href="liveaction:OpenAppCenter">CCS App Center</a> to
install the compiler of the required version, or migrate
the project to one of the available compiler versions by
adjusting project properties.
Example_2806xLaunchPad properties Problems
Okay. I assume that the first can also be ignored, and the last ought to be fixed by setting
Project->Properties->General->/Main\->Compiler_version to TIv6.4.3
but it isn't -- the warning remains. (No "Quick Fix", either.)
If I build the project, I get all sorts of errors, understandable because:
1) Those "variables"(?) FPUFASTRTS_VERSION and IQMATH_VERSION never get replaced, and
2) The libraries are 'way down under /opt/ti. Searching for _anything_ in /libs/ is sort of useless, since that directory doesn't exist on my system.
So... if I ignore the Warnings and do a Clean build, I get 4 errors, two of which tell me that these are the missing libraries:
cannot find file "rts2800_fpu32_fast_supplement.lib"
Example_2806xLaunchPad C/C++ Problem
cannot find file "IQmath_fpu32.lib"
Example_2806xLaunchPad C/C++ Problem
Okay. Is there, somewhere in all this, enough information for someone to suggest a way to Import this project in a way that will make these problems go away?
Compiler: CCS Version: 6.1.0.00104 with controlSUITE3
OS: Ubuntu Linux 14.04
Product: LAUNCHXL-F28069M
Oh... Are there any plans afoot to allow installing controlSUITE3 directly from the CCSv6 Help menu via Install_New_Software?
Frank McKenney