line: 1: Syntax error: word unexpected (expecting ")")

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了line: 1: Syntax error: word unexpected (expecting ")")相关的知识,希望对你有一定的参考价值。

开发板上运行可执行程序报出错误:

line1: 1: Syntax error: word unexpected (expecting ")")

 

解决思路:

1.编译器的问题

用arm-linux-gcc编译,可能原来是用gcc编译的。

假如是脚本,#!/bin/sh 改 #!/bin/bash试试。

2.文件完整性

重新烧写或上传一遍。

3.编译命令问题

比如我的一个测试程序test.c :

arm-linux-gcc -o test.o -c test.c    //编译为目标文件

arm-linux-gcc -o test.o test.c        //编译为可执行文件

以上是关于line: 1: Syntax error: word unexpected (expecting ")")的主要内容,如果未能解决你的问题,请参考以下文章

linux 运行一个可执行文件,出现 line 1: syntax error: unexpected "(" 的错误

(转)Windows 平台下解决httpd.exe: syntax error on line 39

lrzsz.0.12.20安装与出现的/usr/bin/lrz: line 1: syntax error: "(" unexpected问题

安装vcredist_x86,报错提示:Command line option syntax error.Type Command /?for Help

“spim: (parser) syntax error on line [...]” 我使用了标签 .byte

PHP错误Parse error: syntax error, unexpected end of file in test.php on line 12解决方法