共2条
1/1 1 跳转至页

问
iar 中纯汇编项目编译出错,但放到样例项目目录下就可以,是什么原因,怎么解决?谢谢
答 1:
最好能贴出错误信息,好象是设置问题。
答 2:
Linking...
Error[e46]: Undefined external "main" referred in CSTARTUP ( C:\Program Files\IAR Systems\ew23 Evaluation version\430\LIB\cl430m.r43 )
Warning[w52]: More than one definition for the byte at address 0xfffe in common segment INTVEC. It is defined in module "CSTARTUP" as well as in module "pwm"
Total number of errors: 1
Total number of warnings: 1 答 3: 你改一下“option->xlink->include下Ingnore CSTARUP in library选中”看看成不! 答 4: 我用的是1.26B版,好像没有这个选项! 答 5: 我用的是2。10破解版,也有同样的问题,你的方法有效!
Error[e46]: Undefined external "main" referred in CSTARTUP ( C:\Program Files\IAR Systems\ew23 Evaluation version\430\LIB\cl430m.r43 )
Warning[w52]: More than one definition for the byte at address 0xfffe in common segment INTVEC. It is defined in module "CSTARTUP" as well as in module "pwm"
Total number of errors: 1
Total number of warnings: 1 答 3: 你改一下“option->xlink->include下Ingnore CSTARUP in library选中”看看成不! 答 4: 我用的是1.26B版,好像没有这个选项! 答 5: 我用的是2。10破解版,也有同样的问题,你的方法有效!
共2条
1/1 1 跳转至页