General Improvements for Sculpt
Christian Prochaska
christian.prochaska at genode-labs.com
Tue Mar 2 19:18:53 CET 2021
Hello Edoardo,
On 02.03.21 15:09, Edoardo Mantovani wrote:
> Hello Norman,
> I wrote on github for an error that I received everytime I execute goa,
> the error is the following:
>
>
> /usr/local/genode/tool/current/bin/genode-x86-gcc: 1: /usr/local/genode/tool/current/bin/genode-x86-gcc: Syntax error: "(" unexpected
> while executing
> "exec $cross_dev_prefix\gcc -print-libgcc-file-name"
> (file "/home/sgrjlhgwl/goa/share/goa/lib/flags.tcl" line 14)
> invoked from within
> "source [file join $tool_dir lib flags.tcl]"
> invoked from within
> "if {$perform(build-dir)} {
the error message looks as if the compiler binary is interpreted by a shell:
$ sh /usr/local/genode/tool/current/bin/genode-x86-gcc
/usr/local/genode/tool/current/bin/genode-x86-gcc: 1: /usr/local/genode/tool/current/bin/genode-x86-gcc: Syntax error: "(" unexpected
I have no idea why this would happen, though.
Christian
More information about the users
mailing list