ibotlog2html for #crosstool-ng

<< Previous 2013-10-07 Next >>

# 06:28:25 smartin quits : Quit: brb
# 06:30:20 smartin joins #crosstool-ng
# 09:54:23 aalv joins #crosstool-ng
# 13:17:26 djerome quits : Ping timeout: 240 seconds
# 14:37:22 diorcety1 joins #crosstool-ng
# 14:39:02 diorcety quits : Ping timeout: 240 seconds
# 15:51:40 alan_o quits : Ping timeout: 245 seconds
# 16:07:43 aalv quits : Remote host closed the connection
# 16:27:38 y_morin joins #crosstool-ng
# 17:16:45 alan_o joins #crosstool-ng
# 19:04:34 eezstreet y_morin: problem is that when the kernel isn't Linux, it doesn't physically work
# 19:32:25 breiker joins #crosstool-ng
# 20:27:05 y_morin eezstreet: what's your target OS, then?
# 20:28:59 eezstreet bare-metal
# 20:29:53 eezstreet i've tried compiling with linux as the target OS but whenever i load the binary up in qemu it complains that the linux libraries aren't there
# 20:30:03 eezstreet which makes me think that it's bare-metal
# 20:30:12 eezstreet i'm pretty sure that it's meant to be bare-meatl
# 20:30:14 eezstreet metal*
# 20:31:15 y_morin eezstreet: OK, but what do you *want* to do? Do you want to run Linux on the target?
# 20:32:57 eezstreet from what i understand, the machine is an old sparc computer being used by the learning lab (?) and it doesn't run linux
# 20:33:07 eezstreet i've been using qemu to emulate it
# 20:33:37 y_morin eezstreet: Well, not running Linux does not mean bare-metal.
# 20:33:37 eezstreet and both qemu and the target machine aren't using linux, because they're both complaining about the lack of ld-linux.so (i believe)
# 20:33:53 eezstreet i assumed bare-metal
# 20:33:59 eezstreet so maybe that's not it
# 20:34:05 eezstreet but i honestly am not sure -what- it runs
# 20:34:28 eezstreet it's unix-like but not linux
# 20:34:48 y_morin eezstreet: usually, Sparc machines would run SunOS or Solaris.
# 20:34:55 eezstreet ah
# 20:35:01 eezstreet that sounds about right
# 20:35:04 y_morin eezstreet: crosstool-Ng does not support targetting SunOS (or Solaris).
# 20:35:27 eezstreet know any way that i can build a toolchain for those then?
# 20:35:43 y_morin eezstreet: no, sorry.
# 20:35:43 eezstreet if this fails, then i've been told that mips would be the alternative
# 20:35:53 eezstreet so not totally a big deal
# 20:36:15 eezstreet i'll just target mips instead
# 20:36:24 y_morin eezstreet: But you can install a Linux system on a Sparc station.
# 20:36:31 eezstreet that's true
# 20:36:38 y_morin eezstreet: Not trivial, but not too complex either.
# 20:36:52 y_morin eezstreet: maybe Debian has a Sparc port?
# 20:37:01 eezstreet it's just the guy that owns the sparc machine has been wanting to swtich over to mips i believe
# 20:37:10 eezstreet switch*
# 20:38:29 y_morin eezstreet: http://www.debian.org/releases/stable/sparc/index
# 20:38:38 eezstreet kk
# 20:42:59 falstaff joins #crosstool-ng
# 20:45:50 falstaff_ quits : Ping timeout: 264 seconds
# 21:04:41 smartin_ joins #crosstool-ng
# 21:05:23 diorcety1 y_morin: hi
# 21:05:42 diorcety1 y_morin: have you already seen the gmp configure stuck on configure:3647: checking whether make sets $(MAKE)
# 21:05:45 diorcety1 ?
# 21:09:36 y_morin diorcety1: Not that I recall...
# 21:09:57 y_morin diorcety1: Is that a recursive check, or is just 'stuck' ?
# 21:14:18 diorcety1 the log stop at that line in config.log
# 21:14:22 diorcety1 nothing happen
# 21:14:32 diorcety1 but i suspect an another issue
# 21:14:48 y_morin diorcety1: wild guess: do you jave enough file descriptors available?
# 21:14:54 y_morin (ulimit)
# 21:15:43 diorcety1 y_morin: ok maybe i found something
# 21:16:06 diorcety1 in 1.13.2 i have Checking for 'make'... /usr/bin/make in configure of ct-ng
# 21:16:23 diorcety1 in the last i have checking for GNU make >= 3.80... make
# 21:16:27 diorcety1 which produce
# 21:16:47 diorcety1 #!make -rf*
# 21:16:52 diorcety1 #!make -rf
# 21:16:59 diorcety1 in ct-ng executable
# 21:17:00 diorcety1 ...
# 21:17:22 diorcety1 the issue is certainly linked to this other issue
# 21:17:42 diorcety1 i manually replace ct-ng header by a good one ... but something changes
# 21:18:26 y_morin diorcety1: 1.13.2 is oooold... we're at 1.19.0 since a few days, now. ;-)
# 21:18:52 y_morin Oh, you meant 1.19.0 gives you the second ouput, right?
# 21:19:04 diorcety1 yes
# 21:19:06 diorcety1 sure sure
# 21:19:19 diorcety1 i'am updating my oe-lite ct-ng :)
# 21:19:28 diorcety1 oe-lite old stuff :D
# 21:26:54 diorcety1 i will try with boosttrap step before :D
# 21:27:45 y_morin diorcety1: OK.
# 21:31:22 ccole_ joins #crosstool-ng
# 21:34:50 ccole quits : Ping timeout: 245 seconds
# 21:35:07 diorcety1 y_morin: same
# 21:45:59 y_morin diorcety1: Doh... What's your host?
# 21:49:11 diorcety1 y_morin: ok this is oe-lite which export MAKE="make" ... which produces this issue
# 21:49:23 y_morin diorcety1: Doh... :-(
# 21:50:32 diorcety1 y_morin: i unset the env variable .. no more stuck :)
# 22:08:11 diorcety1 y_morin: btw
# 22:08:23 diorcety1 - "${CT_TARGET}/debug-root/usr/bin/gdbserver"
# 22:08:23 diorcety1 + "${CT_TARGET}/debug-root/usr/bin/gdbserver*"
# 22:08:36 diorcety1 gdbserver.exe when using windows platform :)
# 22:09:02 y_morin diorcety1: Doh... Windows... Doh... :-(
# 22:09:32 diorcety1 y_morin: :D
# 22:10:44 diorcety1 y_morin: look the good side ... with a cross compiler you don't need to run on windows to build for it ...
# 22:10:44 diorcety1 :D
# 22:10:57 y_morin diorcety1: Muahaha! :-)
# 22:11:48 diorcety1 y_morin: it works well .. i cross compile a complete software solution for windows on a linux using oe-lite
# 22:13:01 y_morin Speaking of being masochistic... :-]
# 22:15:54 y_morin quits : Quit: Nighty Night!
# 23:04:57 smartin_ quits : Quit: leaving

Generated by ibotlog2html by Yann E. MORIN