**** BEGIN LOGGING AT Tue Apr 27 02:59:57 2010 Apr 27 14:44:04 what does Ångström use to keep the watchdog timer on the beagleboard happy? Apr 27 14:44:33 I tried booting an non-ånström filesystem with an ångström kernel, and it runs fine for a while until rebooting after a minute or so. Apr 27 14:50:54 Hello : Apr 27 14:50:58 :) Apr 27 14:51:02 I just downloaded a build of angstrom but am unable to boot from it after copying it to my SD card Apr 27 14:52:01 My Board is a rev C3 Beagle Apr 27 15:33:46 hello :) Apr 27 18:21:22 greetings! has anyone tried using a toolchain from http://www.angstrom-distribution.org/toolchains ? Apr 27 18:22:01 I tried 4.5.2 and 4.6.2, both give me /usr/local/angstrom/arm/libexec/gcc/arm-angstrom-linux-gnueabi/4.3.3/cc1plus: error while loading shared libraries: libmpfr.so.1: cannot open shared object file: No such file or directory Apr 27 18:22:26 that's when using arm-angstrom-linux-gnueabi-gcc Apr 27 18:22:35 maybe it is looking in the wrong location? Apr 27 18:22:46 have you set your PATH correctly? Apr 27 18:23:06 Romke: that would make sense, but it's where the documentation says to put it Apr 27 18:23:19 that is, have you added the location of the file it is looking for to the PATH? Apr 27 18:23:42 yes I sorced environment-setup Apr 27 18:24:18 okay Apr 27 18:24:36 is the file where it is supposed to be (the shared lib)? Apr 27 18:25:23 it's here /usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/usr/lib/libmpfr.so.1 Apr 27 18:28:48 yeah just running /usr/local/angstrom/arm/libexec/gcc/arm-angstrom-linux-gnueabi/4.3.3/cc1plus by itself gives me the same error Apr 27 18:28:49 hm Apr 27 18:28:55 yeah Apr 27 18:29:02 cc1plus must have been compiled with shared libs Apr 27 18:29:29 i recognize the error from one of my other projects a while ago Apr 27 18:29:52 it had something to do with LD and LD_LIBRARY_PATH Apr 27 18:30:01 yeah that's what I'm guessing Apr 27 18:30:35 LD wasn't looking in the right location then Apr 27 18:31:19 the solution was to put the path to the file not (only) in PATH but (also) in LD_LIBRARY_PATH iirc Apr 27 18:36:13 LD_LIBRARY_PATH=/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/usr/lib Apr 27 18:36:13 PATH=/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/usr/lib:$PATH Apr 27 18:36:15 like that? Apr 27 18:36:28 still gives me the same error Apr 27 18:36:33 yeah Apr 27 18:36:38 and don't forget export Apr 27 18:36:51 even tried adding /usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/usr/lib to /etc/ld.so.conf then ran ldconfig, same thing Apr 27 18:36:54 yep did an export Apr 27 18:36:55 export LD_LIBRARY_PATH blablabla Apr 27 18:37:00 okay Apr 27 18:37:02 hm Apr 27 18:37:04 very strange Apr 27 18:37:10 in that case I wouldn't know Apr 27 18:37:18 no problem thanks for the help **** BEGIN LOGGING AT Tue Apr 27 20:12:00 2010 **** ENDING LOGGING AT Wed Apr 28 02:59:56 2010