[00:16:34] *** Quits: n1s (~n1s@rockbox/developer/n1s) (Quit: Ex-Chat) [00:38:20] *** Quits: liar (~liar@clnet-p09-185.ikbnet.co.at) (Remote host closed the connection) [02:03:28] *** Joins: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) [02:03:28] *** Quits: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) (Remote host closed the connection) [06:00:19] *** plop is now known as gurgle [06:00:29] *** gurgle is now known as fizz [06:00:39] *** fizz is now known as BOOM [06:00:44] *** BOOM is now known as x56 [06:37:38] *** Quits: [7] (~quassel@rockbox/developer/TheSeven) (Disconnected by services) [06:37:47] *** Joins: TheSeven (~quassel@rockbox/developer/TheSeven) [08:03:31] *** Joins: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) [08:03:31] *** Quits: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) (Remote host closed the connection) [09:45:49] *** Quits: STeeF (~STeeF@office.hostnetbv.nl) (Remote host closed the connection) [10:05:00] *** Joins: STeeF (~STeeF@office.hostnetbv.nl) [10:19:06] *** Joins: Guest97565 (~liar@clnet-p09-185.ikbnet.co.at) [12:21:16] *** Quits: [Saint] (~saint@rockbox/user/saint) (Remote host closed the connection) [12:22:22] *** Joins: [Saint] (~saint@rockbox/user/saint) [13:36:51] *** Quits: [Saint] (~saint@rockbox/user/saint) (Remote host closed the connection) [13:37:57] *** Joins: [Saint] (~saint@rockbox/user/saint) [14:03:31] *** Joins: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) [14:03:31] *** Quits: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) (Remote host closed the connection) [15:59:10] TheSeven: i'm having some issues compiling the new toolchain [15:59:41] http://pastie.org/pastes/8215120/text [16:01:54] also, is this expected: *** This configuration is not supported in the following subdirectories: [16:01:54] target-libatomic target-libitm target-libsanitizer gnattools target-libada target-libstdc++-v3 target-libgfortran target-libgo target-libffi target-libbacktrace target-zlib target-libjava target-libobjc target-libgomp target-libmudflap target-boehm-gc [16:01:54] (Any other directories should still work fine.) [16:09:31] user890104: hm, i didn't have those issues [16:09:49] but the listed packages seem unimportant [16:10:16] I don't really get why it tries to compile zlib in the first place... [16:10:30] did that script change recently? [16:11:07] i only changed the url for gcc-linaro [16:11:47] were there any recent commits on it? [16:12:14] let me see [16:12:54] the last change is from 24th june [16:15:04] in the worst case, we can do it the elf2emcoreapp-way - reusing your compiled binaries :) [16:58:06] *** Quits: Guest97565 (~liar@clnet-p09-185.ikbnet.co.at) (Ping timeout: 264 seconds) [17:02:44] *** Joins: Guest97565 (~liar@clnet-p09-185.ikbnet.co.at) [17:37:55] *** Quits: [Saint] (~saint@rockbox/user/saint) (Read error: Connection reset by peer) [17:39:02] *** Joins: [Saint] (~saint@rockbox/user/saint) [18:42:02] *** Quits: STeeF (~STeeF@office.hostnetbv.nl) (Remote host closed the connection) [19:33:14] *** Quits: gevaerts (~fg@rockbox/developer/gevaerts) (Ping timeout: 264 seconds) [19:42:07] *** Joins: gevaerts (~fg@rockbox/developer/gevaerts) [20:03:34] *** Joins: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) [20:03:35] *** Quits: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) (Remote host closed the connection) [20:10:55] *** Joins: n1s (~n1s@nl118-168-30.student.uu.se) [20:10:55] *** Quits: n1s (~n1s@nl118-168-30.student.uu.se) (Changing host) [20:10:55] *** Joins: n1s (~n1s@rockbox/developer/n1s) [23:47:20] TheSeven: i managed to successfully build the toolchain, now i get errors about missing includes when i attempt to build umsboot [23:47:55] http://pastie.org/pastes/8216443/text [23:58:13] CFLAGS='-I/usr/include/i386-linux-gnu' seems to solve this