如何获取 SDCC 生成的十六进制文件以在 Pic Simulator IDE 中进行模拟?
我已经寻找解决方法很多天了,但没有运气。 PIC模拟器一直告诉我hex文件的校验和是错误的。 我已经多次尝试更改 SDCC 的十六进制文件输出格式并尝试了所有这些,但所有这些都是相同的错误。
另外,建议我在 GNU/Linux 中使用像 PIC Simulator IDE 这样的模拟器,我已经在不同的发行版中多次尝试过 GPSim,但永远无法获得单个程序来模拟。所以到目前为止我还不相信它......而且因为它也不断崩溃。
I have been searching workarounds for many days with no luck.
PIC Simulator keeps telling me that the checksum of the hex file is wrong.
I already tried changing SDCC‘s hex file output format many times and tried all of them but it is the same error with all of them.
Also, A recommendation for a simulator like PIC Simulator IDE for me to use in GNU/Linux is appreciated, I have tried GPSim many times in different distros but could never get a single program to simulate. So I don’t trust it so far... and because it keeps crashing too.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Mario,它实际上比你的答案更容易,只需在链接器中使用输出格式 ihx32 即可开箱即用。
Mario, it is actually easier than your answer, Just use output format ihx32 in the linker and it will work out of the box.
我自己找到了,SDCC的输出格式是否是IHX。
PIC Simulator IDE 可以完美模拟它。
I have found it myself, if SDCC‘s output format is IHX.
It will be perfectly simulable by PIC Simulator IDE.