syntax error: unexpected word (expecting “)”

问题:自己写的一个测试程序。编译后在arm处理器的板子上运行。可是执行的时候出现 syntax error: unexpected word (expecting “)”

解决方法:引起这个问题的原因是:Makefile中的指定编译器和我们的不匹配。我编写的程序是在另一个arm处理器的Linux系统下编译的,所以导致编译器不匹配。需要在与当前板子相同的处理器的Linux系统下编译。

上一篇:yarn报错error An unexpected error occurred: “https://registry.yarnpkg....: certificate is not yet vali


下一篇:AAPT: error: unexpected element <queries> found in <manifest>.