* [Buildroot] trylink causes build errors
@ 2006-11-22 22:05 No One
2006-11-22 22:27 ` Bernhard Fischer
0 siblings, 1 reply; 3+ messages in thread
From: No One @ 2006-11-22 22:05 UTC (permalink / raw)
To: buildroot
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
make[1]: *** [busybox_unstripped] Error 2
make[1]: Leaving directory `/home/will/box/buildroot/build_i686/busybox'
make: *** [/home/will/box/buildroot/build_i686/busybox/busybox] Error 2
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] trylink causes build errors
2006-11-22 22:05 [Buildroot] trylink causes build errors No One
@ 2006-11-22 22:27 ` Bernhard Fischer
0 siblings, 0 replies; 3+ messages in thread
From: Bernhard Fischer @ 2006-11-22 22:27 UTC (permalink / raw)
To: buildroot
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,
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] trylink causes build errors
@ 2006-11-23 3:01 No One
0 siblings, 0 replies; 3+ messages in thread
From: No One @ 2006-11-23 3:01 UTC (permalink / raw)
To: buildroot
I tried
$ function foo () { echo bar ; }
and it worked correctly. I am using the bash shell within a virtual terminal.
----- Original Message ----
From: Bernhard Fischer <rep.nop@aon.at>
To: No One <justanotheraccount863494@yahoo.com>
Cc: buildroot at uclibc.org
Sent: Wednesday, November 22, 2006 5:27:42 PM
Subject: Re: [Buildroot] trylink causes build errors
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,
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-11-23 3:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-22 22:05 [Buildroot] trylink causes build errors No One
2006-11-22 22:27 ` Bernhard Fischer
-- strict thread matches above, loose matches on Subject: below --
2006-11-23 3:01 No One
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox