ibotlog2html for #crosstool-ng

<< Previous 2015-06-07 Next >>

# 00:12:21 yates joins #crosstool-ng
# 00:12:55 yates i have a couple of really basic questions i'm hoping someone would be willing to answer:
# 00:14:11 yates 1) is generation of a baremetal toolchain compatible with c/c++?
# 00:14:52 yates 2) is it legitimate (will it work) to build a baremetal if i'm goign to use a non-standard OS, e.g., uTasker?
# 00:15:45 yates 3) is there a way to build the c library what works with the compiler using crosstool-ng?
# 00:16:04 yates (for now...)
# 00:16:36 yates oh no, wait, one more: when can i find photo of russian girl with big breast?
# 00:17:34 yates if it matters, i'm looking to generate a cross-compiler for the Freescale Coldfire V3 to run under Fedora 20.
# 00:19:09 yates quits : Remote host closed the connection
# 01:19:03 bhundven too bad about asking then leaving.
# 01:19:07 bhundven :-/
# 02:19:10 yates joins #crosstool-ng
# 02:30:12 yates is there a uclinux linker file for freescale M52235EVB?
# 02:30:15 yates somewhere?
# 02:30:58 yates it is referenced here, but that was based on the codesourcery tools: https://rtime.felk.cvut.cz/hw/index.php/ColdFire_DEMO52233
# 02:31:37 yates does crosstool-ng generate example linker command files for each build?
# 02:34:50 yates also, any suggestions on debuggers (gdb) for the freescale coldfire using the PEMicro USB Coldfire/Multilink?
# 02:35:17 yates under linux?
# 02:36:07 yates imMute: thoughts?
# 02:38:04 yates bdm debugger, that is
# 02:46:06 yates bhundven: recommendations/pointers?
# 03:02:52 yates anyone here?
# 03:02:55 yates is this thing on?
# 03:14:32 yates wonderful channel. thank you all.
# 03:14:37 yates parts #crosstool-ng
# 08:06:10 edge226 quits : Remote host closed the connection
# 08:06:32 edge226 joins #crosstool-ng
# 08:10:22 mingwandroid joins #crosstool-ng
# 09:53:49 y_morin joins #crosstool-ng
# 12:55:01 mingwandroid quits : Ping timeout: 255 seconds
# 13:22:44 Net147 joins #crosstool-ng
# 13:56:12 pkug joins #crosstool-ng
# 13:56:20 pkug hi there
# 13:57:25 pkug is there another mirror for isl? http://isl.gforge.inria.fr/isl-0.12.2 is unreachable :\
# 13:58:36 Net147 quits : Read error: Connection reset by peer
# 14:06:10 mingwandroid joins #crosstool-ng
# 14:17:07 mingwandroid quits : Ping timeout: 256 seconds
# 14:29:13 mingwandroid joins #crosstool-ng
# 15:21:06 pkug parts #crosstool-ng
# 15:49:02 bhundven hey mingwandroid
# 15:49:17 mingwandroid bhundven: hey there!
# 15:54:09 bhundven having a lazy weekend. https://www.google.com/search?q=weather%20seattle
# 15:54:23 bhundven to nice out to stay locked on a computer
# 15:55:54 bhundven from the looks of it, it's going to be tough for me to sit in the office this week.
# 15:57:57 mingwandroid hmm, nice.
# 15:58:09 bhundven 20:02:53 anyone here?
# 15:58:09 bhundven 20:02:56 is this thing on?
# 15:58:09 bhundven 20:14:33 wonderful channel. thank you all.
# 15:58:09 bhundven 20:14:38 ← yates left (~user@nc-71-51-249-15.dhcp.embarqhsd.net): "rcirc on GNU Emacs 24.3.1"
# 15:58:20 mingwandroid I've got https://www.google.co.uk/search?q=weather+manchester
# 15:58:37 mingwandroid nothing like a bit of patience eh?
# 15:58:58 bhundven shakes head
# 16:00:03 mingwandroid bhundven: I've been slowly gearing up to do some more ctng stuff.
# 16:00:25 mingwandroid rebasing all my (very many) feature branches to the latest upstream for example.
# 16:00:31 bhundven mingwandroid: cool. I blame the weather for my lack of doing anything
# 16:00:34 bhundven :)
# 16:00:50 mingwandroid bhundven: so what about the multilib stuff? Do you think it's mergeable?
# 16:01:11 mingwandroid bhundven: I've rebased that too ..
# 16:01:12 bhundven I'll take a look-see here in a minute
# 16:03:10 mingwandroid bhundven: you can see the rebased stuff here: https://github.com/diorcety/crosstool-ng/tree/multilib
# 16:04:51 bhundven mingwandroid: I almost forgot about this branch
# 16:04:57 bhundven it's been a while
# 16:05:04 mingwandroid bhundven: heh.
# 16:05:37 mingwandroid bhundven: I have a script that targets different machines and recombines all my branches, so no branch gets left behind :-)
# 16:06:12 bhundven mingwandroid: yea, open a pull request, we'll start review. I know there was some issue opened about sparc, but that doesn't have the multilib branch applied
# 16:06:53 bhundven https://github.com/crosstool-ng/crosstool-ng/issues/41
# 16:07:07 mingwandroid bhundven: ok, well, let me get to the bottom of the cygwin failure (actually I suspect general windows as host failure) first.
# 16:08:19 bhundven mingwandroid: usually environment issues. I think we should add more tests to the configure.ac to test the user's environment for potential issues.
# 16:08:46 mingwandroid In general, GCC has a problem with multilib .. if you build a multilib GCC, -dump-machine reports only the 32-bit variant (even if you pass -m64 for example)
# 16:09:10 mingwandroid when is very annoying. gcc -m64 -dump-machine -> i686-*-*
# 16:10:17 mingwandroid so configure often gets it wrong when using such toolchains and builds some stuff for the wrong arch. I'd like to see this fixed in GCC, or in the mean-time write some wrapper scripts to work around it.
# 16:11:13 mingwandroid our build-*-gcc wrappers could handle this task I think.
# 16:11:37 bhundven sure.
# 16:12:09 bhundven I just asked stefanct on that github issue to try the multilib branch
# 16:12:21 mingwandroid ok sounds good.
# 16:12:31 bhundven it will be a good test
# 16:12:56 mingwandroid indeed.
# 16:14:23 bhundven ok. I have my daughter coming over soon. I'll be afk today. I'll talk with ya tomorrow!
# 16:14:25 djerome quits : Ping timeout: 256 seconds
# 16:27:52 djerome joins #crosstool-ng
# 16:43:04 djerome quits : Remote host closed the connection
# 16:45:46 mingwandroid speak later.
# 17:18:19 djerome joins #crosstool-ng
# 21:03:09 edge226 quits : Remote host closed the connection
# 21:03:49 edge226 joins #crosstool-ng
# 22:29:31 y_morin quits : Quit: Nighty Night!