Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当试图生成一个删除两个文本部分的二进制文件时,我最终得到了一个 265M 的巨大二进制文件。
arm-none-eabi-objcopy -v -O binary --remove-section=.text_F3 --remove-section=.text_F4 file.axf out_file.bin
有没有人知道为什么会发生这种情况?
提前致谢。
我已经解决了这个问题,我试图删除的部分之一是“可分配的”,这就是 objcopy 不能很好地处理“可分配”部分的整个问题。