ibotlog2html for #crosstool-ng

<< Previous 2012-06-08 Next >>

# 00:14:17 neure quits : Quit: Leaving
# 06:05:56 mnt_real quits : Ping timeout: 260 seconds
# 06:08:58 mnt_real joins #crosstool-ng
# 06:50:02 haluk joins #crosstool-ng
# 06:57:15 haluk HI, and sorry I couldn't come back yesterday.
# 06:57:58 haluk Enabling locale support in C library config didn't help either by the way.
# 08:34:22 smartin joins #crosstool-ng
# 09:19:49 linuxjacques quits : Ping timeout: 248 seconds
# 09:20:01 smartin quits : Ping timeout: 245 seconds
# 09:24:14 linuxjacques joins #crosstool-ng
# 09:24:15 linuxjacques quits : Changing host
# 09:24:15 linuxjacques joins #crosstool-ng
# 09:45:26 haluk quits : Ping timeout: 245 seconds
# 09:51:05 smartin joins #crosstool-ng
# 10:11:13 sh4rm4 quits : Ping timeout: 276 seconds
# 10:22:40 haluk joins #crosstool-ng
# 10:24:39 ben1066_ is now known as: ben1066
# 10:39:53 ben1066_ joins #crosstool-ng
# 10:39:53 ben1066_ quits : Changing host
# 10:39:53 ben1066_ joins #crosstool-ng
# 10:40:48 ben1066 quits : Ping timeout: 246 seconds
# 10:43:26 ben1066 joins #crosstool-ng
# 10:43:26 ben1066 quits : Changing host
# 10:43:26 ben1066 joins #crosstool-ng
# 10:47:30 ben1066_ quits : Ping timeout: 260 seconds
# 10:48:41 ben1066_ joins #crosstool-ng
# 10:48:52 ben1066_ quits : Changing host
# 10:48:52 ben1066_ joins #crosstool-ng
# 10:51:35 ben1066 quits : Ping timeout: 260 seconds
# 10:54:16 ben1066_ is now known as: ben1066
# 11:13:11 sh4rm4 joins #crosstool-ng
# 12:09:11 smartin quits : Ping timeout: 245 seconds
# 12:10:14 smartin joins #crosstool-ng
# 12:54:55 madmac2501 quits : Quit: Ex-Chat
# 13:53:32 ccole quits : Remote host closed the connection
# 13:53:40 ccole joins #crosstool-ng
# 14:55:04 sh4rm4 quits : Remote host closed the connection
# 14:56:58 sh4rm4 joins #crosstool-ng
# 16:20:01 smartin quits : Ping timeout: 245 seconds
# 16:20:30 haluk_ joins #crosstool-ng
# 16:21:41 haluk quits : Ping timeout: 245 seconds
# 16:22:01 madmac2501 joins #crosstool-ng
# 16:39:14 madmac2501 quits : Quit: Ex-Chat
# 16:41:20 madmac2501 joins #crosstool-ng
# 16:41:30 madmac2501 quits : Client Quit
# 16:58:21 haluk_ quits : Ping timeout: 245 seconds
# 17:19:12 cruxeternus joins #crosstool-ng
# 17:27:58 thesame joins #crosstool-ng
# 17:39:14 smartin joins #crosstool-ng
# 17:50:36 linuxjacques quits : Ping timeout: 246 seconds
# 18:05:18 y_morin joins #crosstool-ng
# 18:28:17 test4321 joins #crosstool-ng
# 18:28:29 test4321 is now known as: linuxjacques
# 19:42:18 thesame Hello everyone. If I want to have a toolchain capable of compiling u-boot and kernel for it, do I need to configure crosstool-NG for bare-metal or linux kernel?
# 20:02:02 Cubox joins #crosstool-ng
# 20:02:08 Cubox Hi
# 20:06:51 Cubox How to force ct-ng to run, on case unsensitive file systems ?
# 20:12:13 smartin Cubox: ct-ng does not support that
# 20:19:21 Cubox smartin: now, it's support that, just delete two lines in scripts/crosstool-NG.sh ;)
# 20:39:34 y_morin Cubox: sure, you can shoot yourself in the foot. Or you can try to understand why there is this check.
# 20:39:54 y_morin Cubox: It's becasue some ocmponents built in a toolchain require a case-sensitive file system.
# 20:40:13 y_morin Cubox: For example, glibc will create two files in the same directory, that only differ by case.
# 20:40:49 Cubox y_morin: hmm
# 20:40:59 y_morin Of course, there are configuration where this situation will not arise (eg. if you don't use glibc/eglibc), but most of the time, this is required.
# 20:41:14 Cubox I use elibc
# 20:41:22 Cubox eglibc*
# 20:42:03 y_morin Cubox: eglibc is just a 'fork' of glibc, so it also has the same requirements.
# 20:42:27 Cubox yes...
# 20:42:52 y_morin Andmaybe some versions of glibc/eglibc cope well on case-insensitive file systems, but not all do, and other versions of other components have the same issues
# 20:43:38 Cubox I will try as this, and if there is errors, I will compile it in a disk image
# 20:44:17 y_morin Cubox: there is a nice explanation on doing so (build in a disk image) in the docs. See it that can help you. ;-)
# 20:44:36 y_morin thesame: configure for 'Linux'. Bare-metal would be sufficient for a bootloader, but the kernel will not build with a bare-metal toolchain (something to do with ACPI stuff, iirc).
# 20:45:12 Cubox y_morin: in the documentation of ct-ng ?
# 20:45:43 y_morin Cubox: yes, in file: docs/C - Misc. tutorials.txt
# 20:45:48 Cubox thanks
# 20:46:01 y_morin Cheers!
# 20:48:42 thesame thank you
# 21:19:12 Cubox y_morin: I'v got a problem, when changing the path of sed in ./configure, after an other configure, an other make/makeinstall, it's the old path who is used...
# 21:19:41 y_morin Cubox: what do you mean 'changing the path of sed in ./configure' ?
# 21:19:42 Cubox I have edited at hand the paths.mk, but i don't know if it's normal, or an issue
# 21:19:51 Cubox y_morin: --with-sed=/foo/bar
# 21:19:58 y_morin Cubox: OK.
# 21:20:23 y_morin Cubox: Just a sec, real life kicks in... Back in a few minutes...
# 21:20:32 Cubox no problem
# 21:22:31 Cubox y_morin: I think you are french, are you ?
# 21:24:14 Cubox y_morin: from brest
# 21:25:15 y_morin Cubox: right
# 21:25:32 Cubox :D
# 21:26:08 y_morin Cubox: did you run: ./configure --with-sed=/path-to/gun-sed
# 21:26:16 y_morin Cubox: what about you?
# 21:26:52 Cubox y_morin: Paris, to be more precise, Gagny,
# 21:27:03 Cubox y_morin: yes, with some other paths
# 21:27:40 y_morin Cubox: then, hy do you want to hand-edit paths.mk?
# 21:28:00 Cubox y_morin: no, i'm just saying that the new path what not applied
# 21:28:15 Cubox so, I was forced to edit by hand to solve the issue
# 21:28:38 y_morin Cubox: you mean paths.mk contained the wrong path to sed after ./configure && make ?
# 21:29:05 Cubox yes
# 21:29:13 y_morin OK, I'll look at that...
# 21:29:23 Cubox i'm on a mac, for info
# 21:29:33 Cubox The latest, Snow Leopard
# 21:29:52 neurre joins #crosstool-ng
# 21:30:02 neurre so eglibc 2.15 wont work :(
# 21:30:44 y_morin Cubox: I don't have MacOS here, so I can't test, but when I have a patch, I'll let you test it, OK?
# 21:31:29 y_morin neurre: iirc, it was you who put up your build.log on a site yesterday, right?
# 21:31:50 Cubox y_morin: okey
# 21:32:00 neurre i dont remember doing that
# 21:32:12 neurre but with eglibc 2.15 there is missing configure macro
# 21:32:19 neurre there is a patch for it
# 21:32:25 neurre but for now im using 2.14
# 21:32:38 Cubox y_morin: i will also test by myself tommorow
# 21:32:39 y_morin neurre: Ah, Ok, that patch.
# 21:32:46 Cubox y_morin: if the issue can be reproduced
# 21:33:10 y_morin Cubox: I think I see the issue... If you can stay for a few minutes, I may have a patch...
# 21:33:20 Cubox y_morin: i can stay
# 21:33:29 neurre y_morin, yes this one http://permalink.gmane.org/gmane.comp.gcc.cross-compiling/14966
# 21:33:41 neurre basically using 2.15 is a no go :/
# 21:33:50 Cubox y_morin: i'm waiting for my crosscompile toolchain to be finished to go sleeping :)
# 21:33:54 neurre well i could perhaps try the patch but i guess 2.14 is latest actually
# 21:34:07 neurre cubox, on what machine?
# 21:34:13 neurre or you could go sleep to wait it finish :D
# 21:34:25 Cubox neurre: macbookair with an i7
# 21:34:25 neurre i gave 4GB my virtual box this time
# 21:34:35 neurre cubox, not too bad, does it have ssd?
# 21:34:42 Cubox neurre: ys
# 21:34:49 neurre and memory?
# 21:34:54 Cubox yes* 256Go hdd
# 21:35:02 Cubox sdd* and, 4go
# 21:35:04 neurre right
# 21:35:10 neurre well less than hour i'd say
# 21:35:13 Cubox air can only have 4go ram
# 21:35:44 neurre similar config, windows though, crosstool-ng took less than hour
# 21:38:44 y_morin Cubox: nope, it works like a charm here: http://code.bulix.org/ib5fgv-81629
# 21:39:00 y_morin Cubox: did you run make after ./configure ?
# 21:39:40 Cubox ofc
# 21:42:50 y_morin Cubox: then I have no idea why paths.mk was not re-generated... :-/
# 21:44:38 Cubox mnt_real: i must did something wrong
# 21:44:45 Cubox y_morin: *
# 21:45:36 y_morin Cubox: could try from a clean tree and check that paths.mk is correct?
# 21:45:54 Cubox y_morin: that what i will do tommorow
# 21:45:59 y_morin Cubox: OK
# 22:16:44 y_morin quits : Quit: Nighty night!
# 22:48:28 smartin quits
# 23:10:56 linuxjacques quits : Quit: Leaving
# 23:15:56 neurre quits : Quit: Leaving
# 23:59:40 thesame quits : Ping timeout: 260 seconds

Generated by ibotlog2html by Yann E. MORIN