[Buildroot] trylink causes build errors

Bernhard Fischer rep.nop at aon.at
Wed Nov 22 22:27:42 UTC 2006


On Wed, Nov 22, 2006 at 02:05:01PM -0800, No One wrote:
>
>Picked up the latest via svn (16637), did a default configuration with make menuconfig, ran make and got the following errors:
>
>
>make[1]: Entering directory `/home/will/box/buildroot/build_i686/busybox'
>  LINK    busybox_unstripped
>/home/will/box/buildroot/build_i686/busybox/scripts/trylink: 5: function: not found
>/home/will/box/buildroot/build_i686/busybox/scripts/trylink: 11: Syntax error: "}" unexpected

What shell are you using?
does 
$ function foo () { echo bar ; }
$ foo
bar
$ unset foo

work? (note the parentheses)
If so, then bug vda resp. the busybox list or fix it upstream.

HTH,



More information about the buildroot mailing list