QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1263|回复: 1

SKyeye + uCLinux -hello

[复制链接]
发表于 2006-4-13 16:54:26 | 显示全部楼层 |阅读模式
我的hello 程序在skyeye + uclinux 上运行了。
然后写了下面hello.c的程序。
main()
{
int a,b;
printf("input two number");
scanf("%d,%d",&a,&b);
printf("%d",a+b);
return 0;
}
这时程序不能运行,主要是scanf 语句。怎么解决?
发表于 2006-4-14 09:32:18 | 显示全部楼层
compile your program staticlly by add -static in your compilation.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-2 22:26 , Processed in 0.039736 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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