**** BEGIN LOGGING AT Sun May 20 02:59:58 2012 May 20 04:08:58 Has anyone seen or heard of angstrom running on rockchip processors? not getting any hits on google May 20 12:33:54 i'm trying to build an Angstrom image w/ Narcissus and it keeps failing at `angstrom-task-gnome,' `angstrom-x11-base-depends,' and `angstrom-gpe-task-base' (among others, e.g. the `GPE PIM' package) May 20 12:44:31 brasouli, looks like narcissus is broken for certain targets since ages. what h/w ? May 20 12:55:17 collie May 20 12:55:20 (sharp zaurus sl-5500) May 20 12:55:36 the images do still work regardless of the above May 20 12:55:53 + those packages are apparently empty for whichever reason May 20 12:56:06 http://www.angstrom-distribution.org/repo/?pkgname=angstrom-x11-base-depends May 20 12:57:49 brasouli, i would assume they are empty because the build failed. May 20 13:01:47 good point May 20 13:18:45 brasouli, but i can tell you OE is not even better. May 20 13:20:43 oh dear May 20 13:32:38 brasouli, dunno details about that sharp, does it have some hardware FPU ? May 20 13:35:12 i don't think so May 20 13:36:02 its CPU is an `Intel StrongARM-1110 rev 9 (v4l)' May 20 13:54:36 hi bluelightning ;) something new on the front of kernel-sources ? May 20 15:06:20 lautriv: hi May 20 15:06:25 lautriv: no, nothing yet... May 20 16:37:39 meh, what a mess to get qemu doing what i need :( May 20 19:30:35 how would I go about flashing an original SHARP ROM (`ospack.srom') w/ a kexecboot'd SL-5500? May 20 19:50:51 brasouli, for original-roms there is mostly a special key-combo. shure you wnt do that ? May 20 19:51:08 quite sure May 20 19:51:12 that i want to do that May 20 19:51:13 ye May 20 19:51:13 s May 20 19:53:47 brasouli, google for "zaurus bootstrap" might bring some light in. May 20 20:42:43 I installed gcc by "opkg install gcc", when I execute gcc -g main.c -o main, I get the following error "-sh: gcc: command not found" May 20 20:42:43 Package gcc (4.5-r49+svnr184907) installed in root is up to date. May 20 20:42:43 can anyone tell me what could be wrong? May 20 20:42:43 http://pastebin.com/RU78fqc4 May 20 20:47:25 probably path issues May 20 20:47:28 just try to find it May 20 20:47:35 find . |grep gcc May 20 20:48:38 root@beaglebone:~# find . |grep gcc May 20 20:48:38 root@beaglebone:~# gcc -g main.c -o main May 20 20:48:38 -sh: gcc: command not found May 20 20:48:59 I didn't get any output May 20 20:49:06 mine was beneath /opt May 20 20:49:28 could it be my angstrom dist was not installed correctly? May 20 20:50:40 does anyone here have a working URL to the `Cacko' ROM for an SL-5500 (aka `collie') May 20 20:52:43 try find / |grep gcc May 20 20:52:47 see if you get any output May 20 20:54:18 it found quite many results http://pastebin.com/LVLvzKx1 May 20 20:55:11 what should I do now? May 20 20:59:04 angs, cd /usr/bin .......... ln -s arm-angstrom-linux-gnueabi-gcc gcc May 20 21:04:31 thank you very much May 20 21:04:37 it works now :) May 20 21:05:45 angs, remember that if you upgrade to another gcc ;) May 20 21:09:04 my questions might sound stupid, I am new on angstrom. I would be glad if you could suggest me what to do. now I get the following error May 20 21:09:06 root@beaglebone:~# gcc -g main.c -o main May 20 21:09:06 main.c:2:53: fatal error: stdio.h: No such file or directory May 20 21:09:06 compilation terminated. May 20 21:10:27 do I need to install headerfiles on gcc directory? May 20 21:13:24 angs, never into the gcc-dir, which is /usr/bin. just install development-packages or sources, those are in /usr/include or /usr/src May 20 21:15:35 angs, however this looks like you try to do first steps in C on a embedded system ? May 20 21:17:39 I would like to run a socket program to test if it would work fine or not, but I can not compile the code. I used gcc 2 months ago, it worked fine, I don't know why I do have problem with it now May 20 21:18:35 isn't there c libraries in gcc directories by default? May 20 21:18:48 angs, you miss headers for glibc, not in the regular package, loock for *-dev package. May 20 21:18:48 should be. May 20 21:19:33 angs, no. if you have headers, they are in /usr/include May 20 21:20:16 there is only "python2.7" file under /usr/include directory May 20 21:20:36 is it wierd? May 20 21:21:15 angs, glibc-dev not installed ? May 20 21:22:59 it wasn't installed, not it is installing May 20 21:23:30 *now May 20 21:25:04 * lautriv went to bed....laters dudes. May 20 21:25:18 thanks for your help lautriv May 20 21:28:51 RXShorty, I don't know the current status of tosa, I looked some time ago, and it seem that the kernel is ok but that the xorg driver has not been merged from kdrive to xorg May 20 21:29:21 as a consequences it does work under Xorg but it uses the xf86-video-fbdev if I remember well May 20 21:29:25 I can check if you want May 20 21:29:32 else there is still opie May 20 21:29:38 GNUtoo-desktop, hmm ok. Found some blogs of 2011 but don't how accurate those are right now May 20 21:29:46 If you could. Much appreciated May 20 21:29:55 no idea, what I can offer you is to look in the source code May 20 21:30:16 I don't even know the status of the images May 20 21:30:30 Ah Opie isn't that either. I can define them at the builder right? May 20 21:31:05 *bad May 20 21:31:08 basically angstrom migrated from oe-classic to base itself on openembedded-core May 20 21:31:31 so I can look in openembedded-core sources/metadata for you if you want May 20 21:31:48 opie is an environment that is very close to the original one May 20 21:31:52 but it's better May 20 21:31:56 and it's still maintained May 20 21:32:06 That is the most important part. May 20 21:32:24 I checked the builder and I can define OPIE instead of X11 May 20 21:32:37 here are old screenshots of opie: May 20 21:32:38 http://opie.sourceforge.net/gallery/main.php/v/opie12/ May 20 21:33:06 you could try both May 20 21:33:12 I just want my CF wifi card to be supported so I can SSH May 20 21:33:14 because it's a tough choice May 20 21:33:18 ah ok May 20 21:33:19 true May 20 21:33:34 so maybe take opie and be sure to have a recent kernel May 20 21:33:39 And and xmpp chat possiblity May 20 21:33:47 Ok May 20 21:33:51 I already looked in the kernel sources some time ago and it should be ok May 20 21:33:59 Now I have to dive into the installation how to :) May 20 21:34:03 yes May 20 21:34:15 but for xmpp I'm not sure on what programs we haev May 20 21:34:17 *have May 20 21:34:25 I know there is pidgin under X11 May 20 21:34:29 but no idea about opie May 20 21:34:36 Ok thanks May 20 21:34:37 let me look May 20 21:34:48 Thanks for your help so far. :) May 20 21:35:06 the old sharp roms had GAIM :P May 20 21:35:42 ok May 20 21:35:53 there are a lot of opie programs May 20 21:36:04 maybe I pastebin you all the opies programs May 20 21:36:07 and you look? May 20 21:36:10 Where can I find the list? May 20 21:36:17 or the repo May 20 21:36:19 here: May 20 21:36:33 git://git.openembedded.org/meta-opie May 20 21:36:45 but that's with openembedded-core May 20 21:37:00 and using git :) May 20 21:37:05 I don't know if the current images of angstrom are still based on openembedded-classic or oe-core May 20 21:37:43 http://cgit.openembedded.org/meta-opie/ is browsable online May 20 21:37:46 GNUtoo-desktop: I just pushed an update to meta-opie FYI May 20 21:37:49 Hmm opie is basicaly better for PDA's I guess. But the X11 has some more possiblities May 20 21:37:59 yes I saw May 20 21:38:02 3 min ago May 20 21:38:10 that's what the web interface says May 20 21:38:21 4 May 20 21:38:24 ;) May 20 21:39:10 RXShorty, basically someone could have sent me a zaurus csl300 but at the end he didn't so that's why I looked all that stuff on zaruses May 20 21:39:38 add the fact that I dreamed to have one at the pma430 times(I bought the wrong device) May 20 21:40:08 Ahh you wanted a Zaurus, but didn May 20 21:40:12 t have one... yet... May 20 21:40:29 I wanted it after buying the pma430 and I never had the money to buy the zaurus May 20 21:40:59 Same here May 20 21:41:07 also retrospectively I think the zaurus would have been better May 20 21:41:15 Now I own a C860 and a SL6000 May 20 21:41:17 becasue the pma430 had 30GB May 20 21:41:25 so I though it was better May 20 21:41:33 True... more space... May 20 21:41:48 but the problem is that the software support was very very bad compaired to the zaurus May 20 21:42:20 pitty :( You should check out my blog... will send a link... just fixed a zaurus this weekend May 20 21:42:59 I mean the pma430 software support was bad and was never close to the zarus one May 20 21:43:10 there was openpma but not a lot of software were ported to it May 20 21:43:31 + the build system was very bad(shell scripts like ./configure --foo;make CC= etc...) May 20 21:43:40 that didn't help the porting May 20 21:43:51 should have used OE :) May 20 21:43:59 with a 2.4 kernel? May 20 21:44:08 I tried at some point May 20 21:44:15 that was my first try with oe May 20 21:44:19 we used to be able to build 2.4 just fine May 20 21:44:31 depend until when May 20 21:44:32 no support these days though May 20 21:44:42 because when I tried it was half-supported May 20 21:45:00 there was an angstrom for 2.4 but it the distro config was dummy May 20 21:45:07 it had to be filled-in May 20 21:45:28 so at the end I got a chroot image May 20 21:45:31 but no Xorg May 20 21:45:39 and no Xfbdev either May 20 21:45:56 I had to use uclibc because eglibc depended on NTPL May 20 21:46:10 for threading May 20 21:46:19 the 2.4 didn't had that feature May 20 21:46:24 problems with glib too May 20 21:46:25 etc... May 20 21:46:30 basically a nightmare May 20 21:46:51 ah yes, I remember those days May 20 21:46:57 lol May 20 21:46:58 ok May 20 21:46:59 seems like such a long time ago May 20 21:47:02 yes May 20 21:47:13 when I started there was monotone May 20 21:47:20 ugh :/ May 20 21:47:32 lol May 20 21:47:42 not so long after they switched to git tough May 20 21:47:51 yeah May 20 21:48:23 Building an x11 image atm ;) May 20 21:48:51 RXShorty: cool, let us know how it goes May 20 21:49:02 bluelightning, I think he uses narcisius May 20 21:49:08 Bummer red crosses all over the place... May 20 21:49:17 Yep you are right May 20 21:49:24 yeah, you get a red X when there is no matching package May 20 21:49:38 it's not particularly good at reporting that, but that's usually what it means May 20 21:50:07 Well got a image of 108 kb... don't think that would do anything... May 20 21:50:18 unfortunately it lists machines for which packages aren't being built by the autobuilder atm May 20 21:50:40 Ah ok thanks for the info May 20 21:50:51 deselect all extra packages :) May 20 21:53:11 well this isn't going to work I am afraid May 20 21:55:02 Ohh auch reading some stuff about the tosa image... not that positive I am afraid May 20 21:57:17 I think your only alternative at this point is going to be building it yourself May 20 21:57:18 RXShorty, maybe take a stable image? May 20 21:57:57 Well building it myself is the option I have indeed. Ah no problems there. May 20 21:58:11 it can take a long time tough May 20 21:58:19 True. May 20 22:00:44 I said that as a warning, just to make you aware of it May 20 22:02:34 I know. Few months ago I tried to build from scratch on my Netwalker. May 20 22:03:15 angstrom is cross-compiled May 20 22:03:29 which means that with a core i7 in some hours you can get an image May 20 22:04:35 :) May 20 22:05:01 I don't know exactly how much hours May 20 22:05:15 but it's something like 3-5 hours if you have a good setup May 20 22:05:31 for something minimal May 20 22:06:12 That is going to be a to do for tomorrow. May 20 22:07:30 ok nice May 20 22:42:42 Thanks for the information guys May 20 22:42:55 I am off to bed speak to you tomorrow if everything goes well ;) May 20 22:42:58 Bye **** ENDING LOGGING AT Mon May 21 02:59:59 2012