完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
喜
我的项目用于使用以前的cosmic_32k限制版编译器进行编译。它的许可证于2018年6月7日到期。 安装新编译器后, 当我编译时,在Windows 8.1中打开“cxstm8程序崩溃”对话框。 然后,我已手动执行指令来编译我的项目。 “cpstm8 -o svk.cx1 -i”C: Program Files(x86) COSMIC FSE_Compilers CXSTM8 Hstm8“-i”C: Program Files COSMIC FSE_Compilers CXSTM8 HSTM8“-p -u - pb -hmods0.h -l -d“__ VERS __ = ”V4.4.7 “”main.c“ 结果:它已成功创建了svk.cx1file。 2.然后,“cgstm8 -o svk.cx2 -l svk.cx1” 在这条指令之后,我在Windows 8中得到“关闭程序”对话框。 它创建了svk.cx2文件,但文件不完整。 svk.cx2文件的最后几行是 L176: .source“test_gsmbase.c:294” tnz _status jreq L576 .source“test_gsmbase.c:296” mov _intra_fu 看来,由于cgstm8崩溃,文件不完整。 我已尝试使用cpstm8和cgstm8的所有选项,但似乎它们是cgstm8文件的问题。 任何人都可以帮忙 以上来自于谷歌翻译 以下为原文 hi, My project used to compile using previous cosmic_32k limited version compiler. It's license got expired on 7th June 2018. After installing new compiler, when i compile, the " cxstm8 program crash " dialog box opens in windows 8.1. then, i have manually executed the instructions to compile my project.
RESULT: It has sucessfully created svk.cx1file. 2. then, "cgstm8 -osvk.cx2 -l svk.cx1" after this instruction, I get "close program" dialog box in windows 8. It has created the svk.cx2 file, but the file is incomplete. the last few line of the svk.cx2 files are L176: .source "test_gsmbase.c:294" tnz _status jreq L576 .source "test_gsmbase.c:296" mov _intra_fu It seems, because of cgstm8 crash, the file is incomplete. I have tried every options with cpstm8 and cgstm8 but, it seems their is problem with cgstm8 file. can anyone help, |
|
相关推荐
1个回答
|
|
宇宙编译器支持发现代码生成器的问题,以下是他们的回复,现在问题已经解决。
亲爱的先生, 问题已在线上发现。以下构造: timer_data [delete_timer_data_count-1] .status& =(u8)~status; 将@eeprom索引数组与& =运算符组合时,会崩溃当前的代码生成器。 问题将在下一个版本中修复,同时,您必须以这样的方式使用辅助指针: { u8 * p; p =& timer_data [delete_timer_data_count-1] .status; * p& =(u8)~status; } 我们希望这会有所帮助。 问候, 电话:+33(0)1 43 99 53 90 传真:+33(0)1 43 99 14 83 网站:www.cosmicsoftware.com 以上来自于谷歌翻译 以下为原文 cosmic compiler support as found out the problem with code generator, and following is the reply from them, now the problem has been solved. Dear Sir, The problem has been identified on lines . The following construct: timer_data[delete_timer_data_count-1].status &= (u8)~status; crashes the current code generator when combining an @eeprom index array with the &= operator. The problem will be fixed in a next release and in the meantime, you must use an auxiliary pointer in such a way: { u8 *p; p = &timer_data[delete_timer_data_count-1].status; *p &= (u8)~status; } We hope that this will help. Regards, Tel : +33 (0)1 43 99 53 90 Fax: +33 (0)1 43 99 14 83 Web site: www.cosmicsoftware.com |
|
|
|
只有小组成员才能发言,加入小组>>
请教:在使用UDE STK时,单片机使用SPC560D30L1,在配置文件怎么设置或选择?里面只有SPC560D40的选项
2623 浏览 1 评论
3206 浏览 1 评论
请问是否有通过UART连接的两个微处理器之间实现双向值交换的方法?
1779 浏览 1 评论
3605 浏览 6 评论
5984 浏览 21 评论
936浏览 4评论
1311浏览 4评论
在Linux上安装Atollic TRUEStudio的步骤有哪些呢?
579浏览 3评论
使用DMA激活某些外设会以导致外设无法工作的方式生成代码是怎么回事
1299浏览 3评论
1354浏览 3评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-20 00:42 , Processed in 1.003056 second(s), Total 77, Slave 61 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号