How to fix this problem:(

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to fix this problem:(

1,578 次查看
victorlxy
Contributor I
I got the following error information when I debugged one code, but when I changed my compiler optimization setting from "Optimized for faster Execution Speed" to "Optimized for Smaller Code Size", it gives the following error msg,  and it will work with no error.



scc -g -ge -env "C:\Program Files\Freescale\CodeWarrior for StarCore 3.1\StarCore_Support\compiler"  -be  -arch sc3400 -sc -mod -Og -O3 -Xlnk "-w" -Xlnk "-n" -o "C:\Documents and Settings\victorlxy\My Documents\FreeScale Projecs\test\project.eld" "test_Data\C_for_SC_Simulator\ObjectCode\main.obj"

Link Error   : ERROR: Non-zero return status from "C:\Program Files\Freescale\CodeWarrior for StarCore 3.1\StarCore_Support\compiler\bin\icode.exe".

Tool = SCC | Error ID = 1027

Error   : "prototype_be.obj", line -1: Error: Bad call to linear solver (build_ud_linear_combi)
 - Context: <main'_main>

Tool = ICODE | Error ID = 3401

Link Error   : link exit status = 2









so anyone who knows how to deal with this problem?

thank you so much in advance....
标签 (1)
0 项奖励
回复
1 回复

375 次查看
CrasyCat
Specialist III
Hello
 
I would recommend you to submit a service request for that.

Click here to submit a service request.

Make sure to attach a reproducible project and installed product information to the service request.
To generate the required information:
- Start CodeWarrior
- Open the project
- Select "Help" -> "Pack and Go" and follow instructions on the screen.

Attach the generated .zip file to the SR.
 
CrasyCat
0 项奖励
回复