**** BEGIN LOGGING AT Thu Apr 16 02:59:57 2009 Apr 16 15:27:51 im having this error anyone has ideas??cc1: error: unrecognized command line option "-meabi=4" Apr 16 15:27:54 thanks Apr 16 15:47:38 * mwester has an idea. Perhaps eabi=4 is not a recognized command line option, and should not be used. Apr 16 18:49:37 mwester: well the strange is that the help shows the flag Apr 16 18:49:48 gcc --target-help|grep eabi -meabi= assemble for eabi version Apr 16 22:48:24 where can i get the toolchain so i can crosscompile? Apr 16 22:52:15 For what? Apr 16 22:53:47 openslug Apr 16 22:53:55 since im having troubles maybe its better Apr 16 22:54:23 to compile in my pc and then send some kind of static linked bin to the slug Apr 16 22:54:25 no? Apr 16 22:55:54 I have no idea, since you haven't really told anyone what it is you are trying to do. Apr 16 22:56:25 Yes, there is a toolchain - but it is not distributed yet (still in the "alpha" development phase). Apr 16 22:56:40 You can build all of SlugOS -- that builds the toolchain as part of the build env. Apr 16 22:56:55 well im trying to build a webserver more precisely gatling or fnord Apr 16 22:56:56 But there's probably no reason you can't build natively on the NSLU2, unless the app is too large for memory. Apr 16 22:57:05 thats it seems are nice for little devices Apr 16 22:57:17 You just need to get your "configure" script to generate the right flags for the compiler Apr 16 22:57:27 there is none... Apr 16 22:57:41 At least I assume its configure, you haven't told anyone how you come to add such an obscure flag in the first place. Apr 16 22:58:37 well from the dev site its says that it shoul be build with libdiet Apr 16 22:59:13 i compiled dietlibc whitout problems Apr 16 22:59:21 but then when i go to the next step Apr 16 23:00:06 to install fnort Apr 16 23:00:18 it compiles based on the diet Apr 16 23:00:20 like Apr 16 23:00:31 /opt/diet/bin/diet gcc Apr 16 23:00:39 and its fails with that flag Apr 16 23:00:50 and from my search the flag should be available Apr 16 23:01:18 btw : Apr 16 23:01:20 http://www.fefe.de/fnord/ Apr 16 23:01:28 http://www.fefe.de/dietlibc/ Apr 16 23:02:42 Well, clearly the flag (or perhaps the value you have given it) is not available on that particular compiler/toolchain. Apr 16 23:03:37 Unless it does some really strange stuff, there's no need for it to pass in such detailed flags. If it does do stuff that requires such detail, then somewhere it should discuss how to make it work on ARM platforms. Apr 16 23:04:15 SlugOS 3 and 4 are OABI, SlugOS 5.3-beta is the first EABI release. Apr 16 23:06:06 Not sure what you are gaining with dietlibc, since SlugOS already has a full glibc available. Apr 16 23:08:09 well its a dep for fnord Apr 16 23:10:15 You still havent' explained where the option/flag comes from. Apr 16 23:10:26 configure script? Apr 16 23:10:29 some other setup script? Apr 16 23:10:33 no from the diet Apr 16 23:10:48 from what i know when i type make to build fnord Apr 16 23:10:54 it invokes Apr 16 23:11:06 Yes, but you had to give it information about your platform. Apr 16 23:11:26 that was generated auto when i installed dietlibc Apr 16 23:11:37 Well, then dietlibc did it incorrectly. Apr 16 23:11:45 prolly Apr 16 23:16:15 isnīt it this: This program built for armeb-unknown-linux-gnueabi Apr 16 23:16:18 ? **** ENDING LOGGING AT Fri Apr 17 02:59:57 2009