Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.forth > #26087
| From | Bernd Paysan <bernd.paysan@gmx.de> |
|---|---|
| Newsgroups | comp.lang.forth |
| Subject | Re: Beaglebone Black |
| Date | 2013-10-01 23:55 +0200 |
| Organization | 1&1 Internet AG |
| Message-ID | <l2fgcv$pni$1@online.de> (permalink) |
| References | <l28vnp$j5o$1@dont-email.me> <7x7gdzep82.fsf@ruckus.brouhaha.com> <l2a2kb$lk4$1@dont-email.me> <l2a8qr$ljj$1@dont-email.me> |
Alex McDonald wrote > At this point, I get the error; > > for i in cstr.fs unix/socket.fs; do ./gforth -e "s\" > `pwd`/lib/gforth/0.7.2/libcc- named/\" libcc-named-dir-v 2! libcc-path > clear-path libcc-named-dir libcc-path also-path :noname 2drop s\" > /usr/local/lib/gforth/0.7.2/libcc-named/\" ; is replace-rpath" ./$i -e > bye; done > /usr/lib/gcc/arm-angstrom-linux-gnueabi/4.7.3/../../../../arm-angstrom- linux- > gnueabi/bin/ld: cannot find -lgcc_s > collect2: error: ld returned 1 exit status > > in file included from *OS command line*:-1 > cstr.fs:23: libtool link failed >>>>end-c-library<<< > Backtrace: > $B697AB0C throw > $B699C640 c(abort") > $B699CB60 compile-wrapper-function1 > > /usr/lib/gcc/arm-angstrom-linux-gnueabi/4.7.3/../../../../arm-angstrom- linux- > gnueabi/bin/ld: cannot find -lgcc_s > collect2: error: ld returned 1 exit status > > Something to do with sockets.fs? No, something to do with libgcc_s.so. You might need to try this or something like that: sudo ln -s /lib/libgcc_s.so.1 /lib/libgcc_s.so -- Bernd Paysan "If you want it done right, you have to do it yourself" http://bernd-paysan.de/
Back to comp.lang.forth | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Beaglebone Black "Alex McDonald" <blog@rivadpm.com> - 2013-09-29 11:34 +0100
Re: Beaglebone Black Paul Rubin <no.email@nospam.invalid> - 2013-09-29 06:23 -0700
Re: Beaglebone Black "Alex McDonald" <blog@rivadpm.com> - 2013-09-29 21:30 +0100
Re: Beaglebone Black "Alex McDonald" <blog@rivadpm.com> - 2013-09-29 23:15 +0100
Re: Beaglebone Black Bernd Paysan <bernd.paysan@gmx.de> - 2013-10-01 23:55 +0200
Re: Beaglebone Black Alex McDonald <blog@rivadpm.com> - 2013-10-04 01:10 -0700
csiph-web