**** BEGIN LOGGING AT Sat Sep 17 02:59:57 2011 Sep 17 08:29:19 I am trying to compile Perl through Bitbake, In function `Perl_pp_sqrt': pp.c:(.text+0x852a): undefined reference to `sqrt' Sep 17 08:30:38 I am trying to compile Perl through Bitbake, In function `Perl_pp_sqrt': pp.c:(.text+0x852a): undefined reference to `sqrt', Any idea where i should add the math library. Sep 17 08:42:28 I am trying to compile Perl through Bitbake, My error is, In function `Perl_pp_sqrt': pp.c:(.text+0x852a): undefined reference to `sqrt', Any idea how should i solve this. Sep 17 09:24:05 I am trying to compile Perl through Bitbake, My error is, In function `Perl_pp_sqrt': pp.c:(.text+0x852a): undefined reference to `sqrt', Any idea how should i solve this. Sep 17 09:24:42 I am trying to compile Perl through Bitbake, My error is, In function `Perl_pp_sqrt': pp.c:(.text+0x852a): undefined reference to `sqrt', Any idea how should i solve this. by adding math library in a file Sep 17 09:37:12 hello Sep 17 09:37:43 can anyone help me how to build a filesystem for lf1000 Sep 17 09:47:02 rk1router: Please be more specific. What repository are you using? Distribution, machine, Perl recipe version? Sep 17 09:47:11 Best to write it to the list, because it is weekend. Sep 17 09:49:41 PaulePanter: Write it to the list means? Sep 17 09:51:26 PaulePanter: i am using mipsel, perl version 5.8.8 Sep 17 09:52:00 PaulePanter: i am using openembedded, mipsel, perl version 5.8.8 Sep 17 09:58:46 rk1router: The mailing list. There is a link on the OE front page. Sep 17 09:58:56 What distro? Sep 17 09:59:26 angstrom-2010.x for beagleboard builds fine. (Perl 5.10.1-r22) Sep 17 09:59:34 I am sorry I will not be able to help more. Sep 17 10:02:49 PaulePanter: distro means? Sep 17 10:21:44 rk1router: The value of `DISTRO` in `local.conf`. Sep 17 10:22:03 But seriously, please do some homework yourself and at least do a search in the Wiki. Sep 17 10:22:19 bbl Sep 17 10:40:56 PaulePanter: Distro is devsys, and machine is tv550, perl script version 5.8.8 Sep 17 15:22:43 hi Sep 17 15:23:50 I did that: require conf/machine/include/tune-arm1136jf-s.inc in my machine config Sep 17 15:24:06 the machine config, in oe-dev required a common file that required that file: Sep 17 15:25:13 conf/machine/include/tune-arm1136-novfp.inc Sep 17 15:25:27 that was novfp Sep 17 15:25:40 but when I included oe-core's conf/machine/include/tune-arm1136jf-s.inc it added vfp Sep 17 15:25:54 should I look on the target the kind of CPU that it has? Sep 17 15:25:59 or look on wikipedia? Sep 17 15:26:02 or something like that Sep 17 15:26:10 it's an MSM7201A Sep 17 15:26:42 note that conf/machine/include/tune-arm1136-novfp.inc contains that line: Sep 17 15:27:06 TARGET_CC_ARCH = "-march=armv6j -mtune=arm1136jf-s" Sep 17 15:27:45 so since it mtunes arm1136jf-s I thought why not taking the file in oe-core with 1136jf-s inside its name Sep 17 15:28:07 is there someone there? Sep 17 15:28:12 no Sep 17 15:28:19 ah ok lol Sep 17 15:28:28 hi woglinde Sep 17 15:28:37 get the datasheet of your soc Sep 17 15:28:45 I lost it Sep 17 15:28:48 lol Sep 17 15:28:48 but I can ask it again Sep 17 15:29:07 and the datasheet is kind of leaked Sep 17 15:29:26 maybe reading the machine config would be faster Sep 17 15:29:36 like board-dream.c Sep 17 15:29:39 in the kenrel Sep 17 15:29:41 or something like that Sep 17 15:30:27 (board-trout.c) Sep 17 15:36:07 http://en.wikipedia.org/wiki/MSM7201A says Sep 17 15:36:16 # Applications processor, ARM1136EJ-S, running Windows / Linux / etc. Sep 17 15:43:42 woglinde, hmmm Sep 17 15:43:52 basically it's an armv6 without vfp Sep 17 15:44:00 hehe Sep 17 15:44:04 so no vfp Sep 17 15:44:06 yes but there is: Sep 17 15:44:21 arch-armv6.inc Sep 17 15:44:28 which includes a vfp Sep 17 15:44:39 that creates the armv6-vfp dir.... Sep 17 15:44:53 shouldn't that be called armv6-vrp instead? Sep 17 15:45:03 denix0, any luck? Sep 17 15:45:04 ? Sep 17 15:45:10 *vfp Sep 17 15:45:55 so I would add an arch-armv6.inc Sep 17 15:46:00 that would be cleaner Sep 17 15:46:01 no? Sep 17 15:46:07 ? Sep 17 15:46:11 dont get it Sep 17 15:46:41 hmmm Sep 17 15:46:53 the htcdream has an armv6 and no vfp Sep 17 15:47:03 so in the machine config I need to include a tune file Sep 17 15:47:08 which doesn't exist for this case Sep 17 15:47:21 so I've to create a tune file for armv6 that lack vfp Sep 17 15:48:02 in arch-armv6.inc there is overrides or stuff like that Sep 17 15:48:04 for instance: Sep 17 15:48:24 TUNE_FEATURES_tune-armv6 ?= "armv6 vfp" Sep 17 15:48:51 yes Sep 17 15:48:52 only that then in the recipes the override is armv6-vfp Sep 17 15:49:09 so I'm lost with the meaning of "armv6" without the -vfp Sep 17 15:49:22 write an email to oe-core Sep 17 15:49:27 ok Sep 17 15:49:41 maybee koen and richard says something to it Sep 17 16:23:30 ok thanks a lot Sep 17 20:08:04 evening! Sep 17 20:24:06 hello, i have a problem using devshell configure: error: cannot run C compiled programs. Sep 17 20:24:06 If you meant to cross compile, use `--host'. Sep 17 20:24:58 does devshell work with oe-core ? Sep 18 01:57:14 wonder how much longer kernel.org will be down **** ENDING LOGGING AT Sun Sep 18 02:59:57 2011