C语言常见编译错误与执行错误hello: line 1: syntax error: unexpected word (expecting “)”)/udisk # ./uevents /system/bin/sh: ./uevents: not founderror: unknown type name ‘uint32_t’cannot open shared object file: No such file or directorymake: * No rule to make targe
编写fasync_jni应用程序放在Tiny210开发板上跑会出现如下错误: 然后编写一个最简单的hello world程序放在Tiny210开发板上跑也会出现类似这样的错误:hello: line 1: syntax error: unexpected word (expecting “)”)解决办法:加上-static选项,arm-linux-gcc hello.c –static –o he