1、利用CCS制作库文件时,如果调用.Lib文件,编译生成的.hex文件与直接调用.c和.h(.Lib用到的源文件和头文件)生成的.hex文件是不一样的,请问这个正常吗?
2、调用库文件,在单步调试时,也能看到生成库文件用到的.c文件中的程序,请问是这个样子吗?
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.
1、利用CCS制作库文件时,如果调用.Lib文件,编译生成的.hex文件与直接调用.c和.h(.Lib用到的源文件和头文件)生成的.hex文件是不一样的,请问这个正常吗?
2、调用库文件,在单步调试时,也能看到生成库文件用到的.c文件中的程序,请问是这个样子吗?
您好:在调用Mathsolarccs_lib.lib库文件后,在Debug模式下调试报Can't find a source file at "F:\C\ti\controlSUITE\development_kits\Math\Mathsolarccs_lib\Debug/../Mathsolarccs.c"
Locate the file or edit the source lookup path to include its location.请问应该怎么解决?