Hi,
having not yet received the BeagleBone Black, I decided to familiarize with Code Composer Studio a little bit without having a board connected.
"uart" has been imported from Starterware and the project has been built.
The errors I got look like this:
error #10008-D: cannot find file
"../../../../../../../binary/armv7a/cgt_ccs/am335x/drivers/Debug/drivers.lib
"
And indeed, Starterware does not have a directory "binary/armv7a/cgt_ccs/am335x/drivers/Debug".
Instead there is a directory "binary/armv7a/cgt_ccs/am335x/drivers/release".
The search path for the linker is this:
"../../../../../../../binary/armv7a/cgt_ccs/am335x/drivers/${ConfigName}/drivers.lib"
So obviously ${ConfigName} has been replaced by 'Debug'.
What would be the correct procedure? Modifying the search path of the linker?
Or is there a way to assign 'Release' to ${ConfigName}?
When I try to do this at Project->Properties->Resource-->General - "Manage Configurations" and set 'Release' active, it is not accepted.
I.e. the same build errors show up.
Can anybody give an advice, please?
Thank you.
Martin
P.S.:
Other errors are
- warning #10062-D: entry-point symbol "Entry" undefined
- >> Compilation failure
error #10198-D: no input section is linked in