在ccsv7中,基于sysbios的工程实现网络功能。使用默认的platform,编译OK。不想使用默认的,而使用自己定义的platform,产生自定义的platform后,工程编译就出现错误,而在ccsv5中
就不会出现该问题。
错误提示见附件。
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.
在ccsv7中,基于sysbios的工程实现网络功能。使用默认的platform,编译OK。不想使用默认的,而使用自己定义的platform,产生自定义的platform后,工程编译就出现错误,而在ccsv5中
就不会出现该问题。
错误提示见附件。
编译没有错误的工程为aaav3_gbe_hello6,编译有错误的工程为aaav3_gbe_hello6_error。aaav3_gbe_hello6_error是在aaav3_gbe_hello6的基础上添加了myplatform(里面存放新建的platform文件,但是并没有使用)。8117.aaav3_gbe_hello6_error.rar
aaav3_gbe_hello6工程见附件4101.aaav3_gbe_hello6.rar
1234.aaav3_gbe_hello6.rar我想修改platform,所以,我想新建一个platform,在该工程目录中结果新建一个platform后,并没有修改上图中的Platform选项,则工程就编译错误。而在ccsv5中编译OK。没添加platform的工程见附件aaav3_gbe_hello6,该工程编译OK