**** BEGIN LOGGING AT Wed May 16 03:00:01 2012 May 16 06:10:25 is there any metapackage that includes gcc, gcc-symlinks, binutils, make, libc-devel, etc? May 16 07:08:52 sneak: try task-native-sdk May 16 08:10:35 is it possible to get angrstrom on one of these, http://www.amazon.com/dp/B00260GTPW/ref=asc_df_B00260GTPW2017506?smid=ATVPDKIKX0DER&tag=pg-1597-26-20&linkCode=asn&creative=395097&creativeASIN=B00260GTPW May 16 12:08:13 anybody knows why i get this problem: May 16 12:08:38 ./configure --target=arm-angstrom-linux-gnueabi --host=arm-angstrom-linux-gnueabi --build=x86_64-linux May 16 12:08:51 checking host system type... arm-angstrom-linux-gnueabi May 16 12:09:08 configure: error: C++ compiler cannot create executables May 16 12:09:48 well and I forgot this line too: checking whether the C++ compiler works... no May 16 12:51:54 danieldeusing, u are missing something May 16 12:52:08 i already got it May 16 12:52:18 my build system is not 64bit May 16 12:52:32 danieldeusing, wht is your change May 16 12:52:52 my change ? May 16 12:53:06 ya in configure May 16 12:53:13 ill try it on a 64bit system, but i need some packages for that so actually just waiting May 16 12:53:48 do uname -a May 16 12:54:11 its i686 May 16 12:54:47 on ubuntu May 16 12:54:57 the problem is that i need exactly this toolchain May 16 12:54:59 wht is your host OS May 16 12:55:20 my development os: Linux ubuntu 2.6.38-12-generic #51-Ubuntu SMP Wed Sep 28 14:25:20 UTC 2011 i686 i686 i386 GNU/Linux May 16 12:56:02 my destination os: Linux dSS 2.6.32.8 #1 Tue Jan 25 17:40:40 CET 2011 armv5tejl GNU/Linux May 16 12:56:18 or some more information: May 16 12:56:20 cat /etc/*version May 16 12:56:20 Angstrom v2012.04-core (Core edition) May 16 12:56:21 Built from branch: (nobranch) May 16 12:56:21 Revision: 6e2b53f47da0e97271fb51b281d24da1e1d549cc May 16 12:56:21 Target system: arm-angstrom-linux-gnueabi May 16 12:56:22 1.4.0 May 16 12:56:22 Angstrom 2010.4-production-20110408 May 16 12:57:06 danieldeusing, is your machine 64 bit May 16 12:57:28 my maschine yep, but the vm (which is the ubuntu maschine) not May 16 12:57:39 im having osx using a vm to develop May 16 12:58:03 bcoz u might have installed ubuntu 32 bit os May 16 12:58:21 yep May 16 12:58:26 du e to ehich it will always give u i686 May 16 12:58:55 else should give u x86_64 when u do uname -a May 16 12:59:09 yep that i know May 16 12:59:12 the only thing is May 16 12:59:20 there are other toolchains for 32bit systems May 16 12:59:28 but these are missing some stuff like boost May 16 12:59:43 and i am too stupid to add boost to this toolchain May 16 13:00:04 so i try to use the developer toolchain for exactly this target os May 16 13:00:07 some packages are never provided in tese distros eg boost May 16 13:00:38 yeah but how to add ? May 16 13:00:45 i tried several tutorials but never worked May 16 13:00:52 on toolchin May 16 13:00:58 or OS May 16 13:01:11 toolchain May 16 13:01:23 on my os i have May 16 13:01:50 have u cross compiled any other package on toolchain May 16 13:02:11 well ... i have some projects on my OS which is working and now I am trying to put it on the angstrom host May 16 13:02:33 nope May 16 13:02:50 and furthermore I am totally new to this May 16 13:02:51 any package u have sucessfully compiled on toolchain ? May 16 13:03:04 ah well, yeah May 16 13:03:14 I have one programm which has no dependencies May 16 13:03:23 this is working on the angstrom os May 16 13:03:56 and okay, I cross compiled a helloworld to test if it works, true May 16 13:04:27 i am talking about a package , and not a prgm May 16 13:04:33 oh May 16 13:04:54 well then I think that was what I tried with boost May 16 13:05:03 there was a turial about this May 16 13:05:05 but didnt work May 16 13:05:16 danieldeusing, wait , May 16 13:05:35 first go in your boost package May 16 13:05:57 and pastebin your config.log May 16 13:07:05 well there is none May 16 13:07:18 and the only thing I remember was that I had to to dome things with bjam May 16 13:07:29 and changing some jam files May 16 13:08:17 danieldeusing, what is your end target right now ? May 16 13:08:38 what do you mean ? May 16 13:09:01 my end target always is the real device with the angstrom distro May 16 13:09:20 i mean which package u want to compile May 16 13:09:48 right now , May 16 13:10:08 actually I am using boost in my code so I need this (but I dont know in which version, but if I use the newest it should be fine) May 16 13:10:41 the paste bin the config.log May 16 13:10:55 of ? May 16 13:14:29 danieldeusing, r you writing a recipe file for your package ? May 16 13:14:41 no May 16 13:15:05 and lets say and dont know anything about it May 16 13:15:59 danieldeusing, ok.... have you exported arm-linux toolchain path May 16 13:16:19 yeah, for that there was an environment-setup file May 16 13:16:23 danieldeusing, follow OE tutorial , u will get to know everything May 16 13:16:53 danieldeusing, are you configuring manually? May 16 13:17:13 snkt: what exactly ? May 16 13:17:35 danieldeusing, firstofall export your arm-linux toolchain PATH May 16 13:17:40 my programm which I want to have on the angstrom host or the boost package I need in the toolchain? May 16 13:18:31 I did May 16 13:18:36 danieldeusing, arm-angstrom-linux-gnueabi does it exists in your path? May 16 13:18:43 yep May 16 13:20:00 and I also can work with that May 16 13:20:21 I also tried to simply do a opkg-target install boost and other boost packages May 16 13:20:25 but doesnt help May 16 15:26:57 The only thing in my rcS.d directory is S40networking, but it doesn't seem to get run at boot. Is this some sort of systemd config problem? May 17 00:44:27 hello **** ENDING LOGGING AT Thu May 17 02:59:59 2012