本文介绍了c在内存中编程二进制/图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 嗨大家好, 我想了解存储在内存中的图像(编译好的b $ bc代码并加载到内存中)到底是怎样的。 链接器脚本究竟是什么? 我每天都使用大量的c代码,但我真的很好。 不明白: 各部分 如何文字,bss,数据等 工作? 究竟是什么? 我相信链接器脚本描述了这种布局。 捆绑图像究竟是什么? 究竟什么是微码? 究竟是什么''固件' '? 我承认我经常使用这些条款,但 没有太多清晰度。 无论如何 中的任何信息或指针(互联网网址)都非常有用。 如果有帮助,我的工作涉及很多驱动程序代码 in C on s ystems使用MIPS处理器。 非常感谢... 解决方案 这是提供的软件由硬件制造商。再次, 这是与硬件相关的主题。 Hi folks, I want to understand how exactly is an image(compiledc code and loaded into memory) stored in memory. What exactly is a linker script? I work with a lot of c code on a daily basis but I reallydon''t understand : How exactly the sectionslike "text,bss,data etc."work? What exactly are they? I believe the linker script describes this layout. What exactly is a ''bundled image''? What exactly is ''microcode''?What exactly is ''firmware''? I admit I use these terms myself pretty often,butwithout much clarity. Anyways any information or pointers(internet urls) inthis regard would be very helpful. If it helps,my work involves a lot of driver codein C on systems using MIPS processors. Thanks a bunch.. 解决方案 None of your questions are topical to this newsgroup, which deals onlywith ISO standard C. A good starting link: http://www.iecc.com/linker/ It is the software supplied by the hardware manufacturer. Again,this is hardware related and off topic here. 这篇关于c在内存中编程二进制/图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 10-23 08:10