Yukin_397 2016-10-29 05:40 采纳率: 0%
浏览 1402

关于uboot,arm-linux-gcc编译.c文件

各位大神求教我 arm-linux-gcc cmd_hello.c -o cmd_hello.o总是提示这个错误,我已经把有可能的安装包都给补上了还是不行
root@yukin-virtual-machine:/CBT-SuperIOT/SRC/u-boot4cbt210-2011.06# arm-linux-gcc cmd_hello.c -o cmd_hello.o
cmd_hello.c:13: error: expected ')' before '*' token
cmd_hello.c:21: error: expected ')' before numeric constant
这个是我的.c文件的代码,帮我看看好不
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
U_BOOT_CMD(hello,CONFIG_SYS_MAXARGS,1,do_hello,"usage info", "help info");
int do_hello (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
{
printf("hello world\n");
return 0;
}

  • 写回答

1条回答 默认 最新

  • PGEva 2016-10-29 13:33
    关注

    看不清楚啊?把源码再截下图。

    评论

报告相同问题?

悬赏问题

  • ¥15 关于#matlab#的问题:期望的系统闭环传递函数为G(s)=wn^2/s^2+2¢wn+wn^2阻尼系数¢=0.707,使系统具有较小的超调量
  • ¥15 FLUENT如何实现在堆积颗粒的上表面加载高斯热源
  • ¥30 截图中的mathematics程序转换成matlab
  • ¥15 动力学代码报错,维度不匹配
  • ¥15 Power query添加列问题
  • ¥50 Kubernetes&Fission&Eleasticsearch
  • ¥15 報錯:Person is not mapped,如何解決?
  • ¥15 c++头文件不能识别CDialog
  • ¥15 Excel发现不可读取的内容
  • ¥15 关于#stm32#的问题:CANOpen的PDO同步传输问题