拿到新的工程,执行make BYD25_07B_GEMINI GPRS new,出错了,build目录下MT6225.log文件内容如下:
Warning: L6340W: options first and last are ignored for link type of -scattered
Fatal error: L6002U: Could not open file ./build/BYD25_07B_GEMINI/gprs/MT6225o/lib/conn_app.lib.
Not enough information to produce a SYMDEFs file.
Not enough information to list image symbols.
Not enough information to list the image map.
Not enough information to list the image sizes and/or totals.
Finished: 4 information, 1 warning, 0 error and 1 fatal error messages.
是conn_app模块没有编译成功,执行make BYD25_07B_GEMINI GPRS remake conn_app,出错提示另一程序正在运行。
于是打开任务管理器,将已经在执行的make程序kill掉,再执行。通过。
Warning: L6340W: options first and last are ignored for link type of -scattered
Fatal error: L6002U: Could not open file ./build/BYD25_07B_GEMINI/gprs/MT6225o/lib/conn_app.lib.
Not enough information to produce a SYMDEFs file.
Not enough information to list image symbols.
Not enough information to list the image map.
Not enough information to list the image sizes and/or totals.
Finished: 4 information, 1 warning, 0 error and 1 fatal error messages.
是conn_app模块没有编译成功,执行make BYD25_07B_GEMINI GPRS remake conn_app,出错提示另一程序正在运行。
于是打开任务管理器,将已经在执行的make程序kill掉,再执行。通过。
在执行makeBYD25_07B_GEMINIGPRSnew时遇到编译错误,log显示conn_app模块存在问题。通过kill已运行的make进程后重新编译解决问题。
1902

被折叠的 条评论
为什么被折叠?



