This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

小疑问:C6748创建的SYS/BIOS工程,XDC中,有的文件PROLOGUE以下,为什么默认是关闭的



如图,在XDC下的memory.h中,我并没有定义xdc_runtime_Memory__include,为什么显示的是暗色(就是被屏蔽了)

还有在XDC下的type.h中,我也没有定义xdc_runtime_Types__include,但也是暗色,内容被屏蔽了

但在XDC下的error.h中,也没有定义xdc_runtime_Error__include,却是正常的

我的.cfg文件关于xdc部分是这样的

1、在这里,为什么同样是没有预先定义xdc_runtime_XXX__include,有的文件正常,有的内容就被屏蔽了?

2、起初我调用了一个Memory_calloc函数,然后一直被指引到memory文件中的被屏蔽部分,但是编译、链接还是通过了,这部分都被屏蔽了还能起作用?