CCS4.1.13.00038, DSP/BIOS 6
1) I created a new CCS project, with a new RTS Configuration Project, used the Hello World template, deleted hello.c and copied a file that defines an empty main() function. After I build the project and look at the map file I see memory configuration for IROM, IRAM, L3_CBA_RAM, and DDR. But, I do not see any addresses in the CFG file and I have not set up any memory. How does it know?
2) Similar to 1), except I did not use the Hello World template. The main.c file includes <xdc/std.h> and <xdc/runtime/System.h>. When I try to build this project I get 'could not open source file "xdc/std.h"'. The main.c file is the same as in 1) above. I do not see what is different about 1) that finds <xdc/std.h>. How does it know?