ibotlog2html for #crosstool-ng

<< Previous 2012-10-30 Next >>

# 00:05:36 y_morin quits : Quit: Nighty Night!
# 00:14:04 smartin quits : Quit: good night
# 00:16:19 codyps quits : Ping timeout: 260 seconds
# 00:43:50 devcoder quits : Quit: devcoder
# 03:09:54 cruxeter1us quits : Ping timeout: 240 seconds
# 03:34:47 codyps joins #crosstool-ng
# 05:40:49 alan_o quits : Quit: Leaving
# 07:18:38 smartin joins #crosstool-ng
# 07:32:24 diorcety2 quits : Quit: Leaving.
# 08:16:11 Net147 joins #crosstool-ng
# 08:47:08 smartin_ joins #crosstool-ng
# 10:12:09 sspiff joins #crosstool-ng
# 10:14:49 ssspiff quits : Ping timeout: 260 seconds
# 11:35:25 Ko_deZ quits : Ping timeout: 256 seconds
# 11:50:49 Net147 quits : Quit: I love my HydraIRC -> http://www.hydrairc.com <-
# 14:23:26 alan_o joins #crosstool-ng
# 14:58:24 sfan5|OFF is now known as: sfan5
# 15:43:14 sspiff quits : Ping timeout: 260 seconds
# 15:44:29 sspiff joins #crosstool-ng
# 16:00:10 diorcety quits : Quit: Leaving.
# 16:47:33 sspiff quits : Remote host closed the connection
# 16:49:28 alan_o quits : Remote host closed the connection
# 16:51:55 alan_o joins #crosstool-ng
# 17:13:22 diorcety joins #crosstool-ng
# 17:13:38 amossam joins #crosstool-ng
# 17:36:38 smartin_ quits : Quit: leaving
# 17:37:13 amossam quits : Quit: amossam
# 18:34:18 y_morin joins #crosstool-ng
# 19:24:42 diorcety Hi y_morin
# 19:27:47 diorcety y_morin: hi (it's better in that way)
# 19:47:31 diorcety y_morin: i need you help for a new target
# 19:47:32 diorcety :)
# 20:03:16 amossam joins #crosstool-ng
# 20:42:24 sfan5 is now known as: sfan5|OFF
# 21:35:47 y_morin diorcety: Hello!
# 21:35:55 y_morin diorcety: What's the issue?
# 21:43:25 diorcety y_morin:gcc stuff that i don't understand
# 21:43:47 y_morin diorcety: go on!
# 21:44:28 diorcety i'm trying to integrate darwin target
# 21:44:36 y_morin diorcety: Doh...
# 21:44:55 diorcety y_morin: it almost working
# 21:45:00 diorcety y_morin: it's working
# 21:45:11 diorcety y_morin: but i have to make some hack i don't understand why
# 21:45:46 y_morin diorcety: use a pastebin (eg. http://code.bulix.org/ ) to paste some code if needed.
# 21:45:59 devcoder joins #crosstool-ng
# 21:46:13 diorcety y_morin: in final compiler i have to force as and ld with-ld with-as
# 21:46:40 diorcety otherwise when i will use gcc it will seek ld and not x86_86-unknown-ld
# 21:48:11 y_morin diorcety: you mean, x86_64-unknown-ld (not x86_86), right?
# 21:48:21 diorcety yes
# 21:48:24 diorcety of course
# 21:48:42 y_morin diorcety: Darwin is like the BSDs, right?
# 21:48:45 diorcety i will post a working build.log and a working(but not functionnal) build.log
# 21:49:05 y_morin diorcety: you mean, gcc barfs at runtime, not at build time?
# 21:49:07 diorcety y_morin: good question ... i will use it for osx
# 21:49:16 diorcety y_morin: indeed
# 21:49:46 y_morin diorcety: Ah. Specifying --with-{as,ld} will probably render the toolchain non-relocatable, and that's bad.
# 21:49:57 diorcety i have made a gcc -v to see what is going on ... and during assembly or link it will seek the common as or ld ... not toolchain ..
# 21:50:11 y_morin diorcety: OK, understood.
# 21:50:43 y_morin diorcety: what is the usual tuple for darwin?
# 21:50:57 diorcety x86_86-apple-darwin
# 21:51:06 diorcety for example :D
# 21:51:30 diorcety i have succeed cross compile opengl program on my linux for my osx
# 21:51:32 diorcety youhou
# 21:51:39 diorcety but with the hack
# 21:51:48 y_morin diorcety: OK, but then, it is expected that gcc does not find x86_64-unknown-ld.
# 21:52:10 y_morin If it expects the linker to be x86_64-apple-darwin-ld.
# 21:52:45 diorcety i will be easier with the logs
# 21:53:03 y_morin OK.
# 21:53:44 y_morin diorcety: if you could also pastebin the result of your "cross-gcc -v"
# 21:53:59 diorcety ok
# 21:54:58 y_morin diorcety: BTW, no guarantee I'll be fully available tonight. I have to prepare the next release, and I'm really late at that... :-(
# 21:55:06 y_morin But post your files anyway.
# 21:55:42 diorcety ok no pb
# 21:59:16 diorcety 18Mo logs :|
# 21:59:55 y_morin diorcety: bzip2 does wonders.
# 22:00:15 y_morin diorcety: xz does even better wonders! :-)
# 22:01:41 y_morin Usually, a build,log can be conpresed down under 1MiB.
# 22:02:01 y_morin Sigh... Keyboard dyslexia, again... :-/
# 22:02:16 diorcety where i upload it?
# 22:02:45 y_morin diorcety: if the whole mail is under 1MiB, post to the list, and Cc me.
# 22:08:20 diorcety done
# 22:11:38 y_morin diorcety: OK, I'll have a look later.
# 22:13:00 diorcety y_morin: the only difference between the 2 logs is the --with-ld --with-as at the final cc ... added to this /home/diorcety/tmp/abcd/crosstool-ng-1.16.0darwin.bak3/.build/x86_64-unknown-darwin/buildtools/bin/x86_64-unknown-darwin-as -> /home/diorcety/x-tools/x86_64-unknown-darwin/bin/x86_64-unknown-darwin-as
# 22:13:10 y_morin diorcety: BTW, I'll be off starting some time Thursday, as I'll be on (semi-)vacation. So don't be surprised if I don't review your patch soonish.
# 22:14:22 y_morin diorcety: I don't understand why gcc does not pick it. Could it be because the vendor part is 'unknown' instead of 'apple' ?
# 22:15:11 diorcety no
# 22:15:15 diorcety it select it
# 22:15:17 diorcety selects
# 22:15:55 diorcety checking for x86_64-unknown-darwin-ld... /home/diorcety/x-tools/x86_64-unknown-darwin/bin/x86_64-unknown-darwin-ld
# 22:16:37 diorcety instead of checking what assembler to use... /home/diorcety/tmp/abcd/crosstool-ng-1.16.0darwin.bak3/.build/x86_64-unknown-darwin/buildtools/bin/x86_64-unknown-darwin-as in the working case
# 22:17:22 diorcety but it's the same file... i'm wondering if you have seen something like that before ... maybe it's cctools and not gcc at the end
# 22:17:57 y_morin diorcety: first time I see this issue. But maybe it's due to that 'cctools' you're speaking about. I don't know... :-/
# 22:19:40 y_morin diorcety: I don't know Darwin enough to see the issue... :-/
# 22:20:55 amossam quits : Quit: amossam
# 22:33:57 diorcety y_morin: maybe the cause is another hack i done ... with mode=static/mode=shared .. i will investigate
# 23:02:37 diorcety y_morin: ignoring nonexistent directory "/home/diorcety/x-tools/x86_64-unknown-darwin/x86_64-unknown-darwin/sysroot/home/diorcety/x-tools/x86_64-unknown-darwin/x86_64-unknown-darwin/sysroot/include" have you seen something like that before?
# 23:03:19 y_morin diorcety: double-prefix somewhere. :-(
# 23:03:34 y_morin diorcety: no, I haven't seen it in the context of ct-ng.
# 23:31:39 smartin quits : Quit: leaving
# 23:56:51 devcoder quits : Quit: devcoder

Generated by ibotlog2html by Yann E. MORIN