2013-06-19 00:18 wolfspraul has joined #qi-hardware 2013-06-19 00:59 mog has quit [Excess Flood] 2013-06-19 00:59 mog has joined #qi-hardware 2013-06-19 00:59 mog has joined #qi-hardware 2013-06-19 01:29 wolfspraul has quit [Quit: leaving] 2013-06-19 01:36 wolfspraul has joined #qi-hardware 2013-06-19 02:02 arossdotme1 has quit [Ping timeout: 268 seconds] 2013-06-19 02:06 larsc has quit [Ping timeout: 276 seconds] 2013-06-19 02:07 rz2k has joined #qi-hardware 2013-06-19 02:42 dlan^ has joined #qi-hardware 2013-06-19 02:50 dlan^ has quit [Remote host closed the connection] 2013-06-19 03:33 unclouded has joined #qi-hardware 2013-06-19 03:50 Ornotermes has quit [*.net *.split] 2013-06-19 03:50 eintopf has quit [*.net *.split] 2013-06-19 03:50 freespac1 has quit [*.net *.split] 2013-06-19 03:50 uwe_mobile__ has quit [*.net *.split] 2013-06-19 03:51 mth has quit [*.net *.split] 2013-06-19 03:51 jow_laptop has quit [*.net *.split] 2013-06-19 03:51 viric has quit [*.net *.split] 2013-06-19 03:52 Ornotermes has joined #qi-hardware 2013-06-19 03:52 eintopf has joined #qi-hardware 2013-06-19 03:52 freespac1 has joined #qi-hardware 2013-06-19 03:52 uwe_mobile__ has joined #qi-hardware 2013-06-19 03:53 viric has joined #qi-hardware 2013-06-19 03:53 mth has joined #qi-hardware 2013-06-19 03:53 jow_laptop has joined #qi-hardware 2013-06-19 03:54 eintopf has quit [*.net *.split] 2013-06-19 03:54 Ornotermes has quit [*.net *.split] 2013-06-19 03:54 freespac1 has quit [*.net *.split] 2013-06-19 03:54 uwe_mobile__ has quit [*.net *.split] 2013-06-19 03:55 Ornotermes has joined #qi-hardware 2013-06-19 03:55 eintopf has joined #qi-hardware 2013-06-19 03:55 freespac1 has joined #qi-hardware 2013-06-19 03:55 uwe_mobile__ has joined #qi-hardware 2013-06-19 04:18 rz2k has quit [Read error: Connection reset by peer] 2013-06-19 04:56 rz2k has joined #qi-hardware 2013-06-19 05:05 kyak has quit [Read error: Operation timed out] 2013-06-19 05:08 rz2k has quit [] 2013-06-19 05:13 kyak has joined #qi-hardware 2013-06-19 05:13 kyak has joined #qi-hardware 2013-06-19 05:13 kyak has quit [Changing host] 2013-06-19 05:40 kyak has quit [Read error: Operation timed out] 2013-06-19 05:40 larsc has joined #qi-hardware 2013-06-19 05:55 kyak has joined #qi-hardware 2013-06-19 05:55 kyak has quit [Changing host] 2013-06-19 05:55 kyak has joined #qi-hardware 2013-06-19 06:12 _whitelogger_ has joined #qi-hardware 2013-06-19 06:12 FDCX has joined #qi-hardware 2013-06-19 07:02 wolfspraul has quit [Quit: leaving] 2013-06-19 07:38 jekhor has joined #qi-hardware 2013-06-19 07:59 unclouded has quit [Ping timeout: 245 seconds] 2013-06-19 08:29 kyak has quit [Ping timeout: 256 seconds] 2013-06-19 08:48 rz2k has joined #qi-hardware 2013-06-19 09:03 kyak has joined #qi-hardware 2013-06-19 09:03 kyak has joined #qi-hardware 2013-06-19 09:03 kyak has quit [Changing host] 2013-06-19 09:22 rzk has joined #qi-hardware 2013-06-19 09:25 rz2k has quit [Ping timeout: 264 seconds] 2013-06-19 09:37 zear: don't link with ld. link with gcc! 2013-06-19 09:37 ld is too low level 2013-06-19 09:38 zear: and put -lc at the end. symbols are resolved in the order you supply libraries. 2013-06-19 10:15 Alarm_ has joined #qi-hardware 2013-06-19 10:48 viric, when using ld, -lc at the end doesn't change anything 2013-06-19 10:49 I will need to modify the internal toolchain's makerules to link with gcc 2013-06-19 10:50 then, don't supply -lc and such things 2013-06-19 10:50 gcc knows how to link a c program. 2013-06-19 10:51 well, -lc is supplied automatically by the internal makerules :) 2013-06-19 10:52 ld is a quite dumb linker. it doesn't know about c. 2013-06-19 10:52 the whole problem is really the lack of dev documentation in the project 2013-06-19 10:53 and decuding everything from the comments of the headers is not exactly the good way to learn about stuff 2013-06-19 10:55 by the way, i always thought that when you link with gcc, it calls ld 2013-06-19 10:55 but seems it's not how it is 2013-06-19 10:59 gcc does call ld for linking. but it provides a number of options you may find hard to guess. 2013-06-19 10:59 you can of course strace it and see what the arguments are, then work from that 2013-06-19 11:00 yes, but then a new version of gcc comes with some better optimizations towards linking 2013-06-19 11:00 so i think always linking with gcc is safer 2013-06-19 11:02 there may not be a lot of changes. but yes, if something changes, then you probably wouldn't notice and spend a lot of time tracking the mystery problem down 2013-06-19 11:04 wpwrak: gcc -v shows all 2013-06-19 11:04 no need for strace 2013-06-19 11:04 ha, that's nice 2013-06-19 11:08 fun: .au and .nz are not counted ;-) 2013-06-19 11:10 counted for what? 2013-06-19 11:12 oops, wrong channel. on http://tweetping.net 2013-06-19 11:14 jekhor has quit [Ping timeout: 264 seconds] 2013-06-19 11:23 so how is the nanonote nowadays? 2013-06-19 11:24 i haven't been tracking the progress since.. 2011 or so 2013-06-19 11:24 are they still being sold? 2013-06-19 11:30 wej has quit [Ping timeout: 260 seconds] 2013-06-19 11:31 jekhor has joined #qi-hardware 2013-06-19 11:34 i think they are still available. not sure about the sales volume. i'm also not sure if sharism still sells them, or only pulster. 2013-06-19 11:35 wej has joined #qi-hardware 2013-06-19 11:37 arossdotme has joined #qi-hardware 2013-06-19 11:51 jekhor has quit [Ping timeout: 264 seconds] 2013-06-19 12:29 wolfspraul has joined #qi-hardware 2013-06-19 12:50 Jay7 has quit [Ping timeout: 245 seconds] 2013-06-19 12:57 woakas has joined #qi-hardware 2013-06-19 13:23 xiangfu has joined #qi-hardware 2013-06-19 13:32 jekhor has joined #qi-hardware 2013-06-19 13:49 LunaVorax has joined #qi-hardware 2013-06-19 13:52 Jay7 has joined #qi-hardware 2013-06-19 14:03 jekhor has quit [Ping timeout: 268 seconds] 2013-06-19 14:20 xiangfu has quit [Ping timeout: 248 seconds] 2013-06-19 14:22 xiangfu has joined #qi-hardware 2013-06-19 14:25 paul_boddie has joined #qi-hardware 2013-06-19 14:32 apelete has quit [Ping timeout: 252 seconds] 2013-06-19 14:33 apelete has joined #qi-hardware 2013-06-19 14:38 apelete has quit [Ping timeout: 276 seconds] 2013-06-19 14:44 paul_boddie has left #qi-hardware ["Kopete 0.10 : http://kopete.kde.org"] 2013-06-19 15:02 wolfspraul has quit [Quit: leaving] 2013-06-19 15:03 bikepunk-Work has quit [Quit: Quitte] 2013-06-19 15:22 ffio has joined #qi-hardware 2013-06-19 15:36 jekhor has joined #qi-hardware 2013-06-19 15:59 rzk has quit [] 2013-06-19 16:13 jekhor has quit [Ping timeout: 246 seconds] 2013-06-19 17:05 LunaVorax has quit [Ping timeout: 256 seconds] 2013-06-19 17:06 LunaVorax has joined #qi-hardware 2013-06-19 17:18 ffio_ has joined #qi-hardware 2013-06-19 17:19 ffio has quit [Ping timeout: 268 seconds] 2013-06-19 17:30 LunaVorax_ has joined #qi-hardware 2013-06-19 17:32 LunaVorax has quit [Ping timeout: 256 seconds] 2013-06-19 17:32 viric has quit [Remote host closed the connection] 2013-06-19 17:33 viric has joined #qi-hardware 2013-06-19 17:55 whitequa1k has joined #qi-hardware 2013-06-19 18:00 whitequark has quit [*.net *.split] 2013-06-19 18:21 Alarm_ has quit [Ping timeout: 256 seconds] 2013-06-19 18:52 Alarm_ has joined #qi-hardware 2013-06-19 19:00 xiangfu has quit [Read error: Connection reset by peer] 2013-06-19 19:14 newcup has quit [Ping timeout: 248 seconds] 2013-06-19 19:44 newcup has joined #qi-hardware 2013-06-19 19:48 woakas has quit [Ping timeout: 248 seconds] 2013-06-19 20:36 Alarm_ has quit [Quit: ChatZilla 0.9.90 [Firefox 21.0/20130511120803]] 2013-06-19 20:41 xiangfu has joined #qi-hardware 2013-06-19 20:44 kuribas has joined #qi-hardware 2013-06-19 20:49 jekhor has joined #qi-hardware 2013-06-19 21:13 xiangfu has quit [Ping timeout: 260 seconds] 2013-06-19 21:46 kuribas has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 2013-06-19 22:01 jekhor has quit [Read error: Operation timed out] 2013-06-19 22:05 xiangfu has joined #qi-hardware 2013-06-19 22:09 Jay7 has quit [Read error: Connection reset by peer] 2013-06-19 22:10 Jay7 has joined #qi-hardware 2013-06-19 22:54 xiangfu has quit [Ping timeout: 260 seconds] 2013-06-19 22:58 xiangfu has joined #qi-hardware