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.

关于MCSDK下例程Image编译的问题

Other Parts Discussed in Thread: SYSBIOS

我在编译MCSDK下例程Image-processing例程(基于IPC的),编译时提示:ti.sysbios.BIOS : no property named 'getcpuFrequency'

我看了一下在UIAmetaData.XS文件中有很多这种语句  定义变量= BIOS.getcpufrequency

                                                                                                                   =BIOS.gettimesstampfrequency

                                                                                                                  = BIOS.getcpumeta等等

都提示这些getxxxx为 no property named ,请问这是怎么回事?这些是编译器自动生成的,不是自己编写的代码。