LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 549|回复: 2

[求助]关于ld的使用

[复制链接]
发表于 2004-12-27 00:19:45 | 显示全部楼层 |阅读模式
新建了一个文件a.c:

#include <stdio.h>
#include <string.h>

int main()
{
         printf("hello");
         return 0;
}

操作步骤如下:
gcc -c a.c
ld -o test a.o -lc

提示错误:
ld: warning: cannot find entry symbol _mainCRTStartup; defaulting to 00401000

请大虾帮忙看看,谢了!:good:
发表于 2004-12-27 09:34:26 | 显示全部楼层
 楼主| 发表于 2004-12-27 22:28:46 | 显示全部楼层

非常感谢

非常感谢!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表