Hi,
I got my Hercules RM48 Cortex R4 board. I installed CCS from the DVD that came with it.
Something is wrong with files that are being shipped with a default install. Compiling the simple project didn't work for me with pre-installed Halcogen-generated files.
I basically follow the flow where CCS manages the project, and I generate drivers/settings from Halcogen, then come back to CCS and keep working there. Here's what I did:
- I created a project in CSS called "new1", then made a Halcogen project "new1"
- generated the code for a default settings present in Halcogen (pinmux etc... wasn't touched)
- came back to CCS and saw the .c files
- When I tried to build it, it failed to compile, since some functions weren't present.
===============================
undefined first referenced
symbol in file
--------- ----------------
dcanErrorNotification ./dcan.obj
dcanMessageNotification ./dcan.obj
dccNotification ./dcc.obj
edgeNotification ./nhet.obj
esmGroup1Notification ./sys_esm.obj
esmGroup2Notification ./sys_esm.obj
gioNotification ./gio.obj
i2cNotification ./i2c.obj
linNotification ./lin.obj
mibadcNotification ./mibadc.obj
mibspiGroupNotification ./mibspi.obj
mibspiNotification ./mibspi.obj
pwmNotification ./nhet.obj
rtiNotification ./rti.obj
sciNotification ./sci.obj
spiNotification ./spi.obj
error: unresolved symbols remain
error: errors encountered during linking; "new1.out" not built
=====================
After updating Halcogen to the version from WWW, I made the project to compile.
Just letting you know, since it might be better NOT to include DVD with the board.
Thanks,