UBUNTU 12.04 (32 bit)
After upgrading CCS to 5.3.0 SYSBIOS cannot be configured.
generating custom ti.sysbios library makefile ...
generating custom ti.sdo.utils library makefile ...
Starting build of library sources ...
making $PROJECT_DIR//Release/configPkg/CustomBldSysBios/utils.a64P ...
gmake: *** $PROJECT_DIR/Release/configPkg/CustomBldSysBios/utils: No such file or directory. Stop.
gmake[1]: *** [$PROJECT_DIR/Release/configPkg/CustomBldSysBios/utils.a64P] Error 2
Build of libraries failed.
With 5.2.1 instead of making utils.a64P it was doing:
making $PROJECT_DIR/Release/configPkg/CustomBldSysBios/sysbios/sysbios.lib ..
This step seems to be missing after upgrading tools.
Tried using separate workspaces to no avail.
Weird thing is that a utils directory is created in the wrong place! A $PROJECT_DIR/src/utils directory is created, while it seems the tool was expecting it under $PROJECT_DIR/Release/....
Also the XGCONF editor results in a cryptic message: "Sorry, I'm having problems creating this editor. An unexpected exception was thrown"
Any suggestions as to how to proceed would be appreciated.
John Dedes