我正在使用fpc编译器,我想删除此警告.我已经阅读了fpc的选项,但我找不到如何做到这一点.这可能吗?
它在我运行命令时出现:
它在我运行命令时出现:
fpc foo.pas
出:
Target OS: Linux for i386 Compiling foo.pas Linking p2 /usr/bin/ld:
warning: link.res contains output sections; did you forget -T? 79
lines compiled,0.1 sec
解决方法
这是某些LD版本中的错误.暂时忽略它,或者查看您的发行版是否有LD的更新. (包binutils)