Syntax error: word unexpected (expecting ")") 今天下午用codeblocks编译一个简单的hello程序。 build成功,但是执行的时候, 出现了以上错误。 后面才发现需要把这个可执行的二进制文件传送到嵌入式设备上去, 它才能正常执行。 。