这与GNU有关,我有一个不同于.text,.data或.bss的部分,我如何告诉linker.If不要在这些部分中包含该部分。我在GCC链接器中读到:
You can use :NONE to tell the linker to not put the section in any segment at all.
我在使用代码块时遇到了"no target in no project"的问题。(事情运行得很好,但是突然有一天我收到了这个错误) 我阅读了一些论坛,并尝试使用Console Application创建一个新项目(就像我在出现错误之前所做的那样)。 但现在,即使是Hello World (默认创建的)也不能运行。 我没有在新项目中获得"no target in no project" (我仍然在旧项目中获得),但所有项目的输出都是相同的。空白的。 ?