2011-08-22T00:33:18 *** xiangfu has joined #rtems 2011-08-22T00:34:49 *** kiwichris has quit IRC 2011-08-22T01:22:40 *** arvind_khadri has joined #rtems 2011-08-22T01:53:49 *** sebhub has joined #rtems 2011-08-22T01:53:56 good morning 2011-08-22T01:57:48 morning 2011-08-22T02:17:04 morning too :D 2011-08-22T02:18:23 good morning 2011-08-22T02:22:15 Julien, the change in the nds/start/start.S, are you sure that we don't need to clear the .sbss section? 2011-08-22T02:34:40 *** kiwichris has joined #rtems 2011-08-22T03:01:25 sebhub: but look, the symbol is no longer defined 2011-08-22T03:03:02 sebhub: if you look at the new ldscript, this is not defined so that this function would fail 2011-08-22T04:05:36 ok 2011-08-22T04:09:40 hm, in the startup/linkcmds the .sbss is defined 2011-08-22T06:25:13 *** methril_work has joined #rtems 2011-08-22T06:28:54 *** lj8175 has joined #rtems 2011-08-22T07:18:56 sebhub: ?? 2011-08-22T07:19:11 sebhub: sorry, but guy, i don't have the time to test the patch 2011-08-22T07:19:24 you can also test by yourself by using desmume ... 2011-08-22T07:37:07 *** lj8175 has quit IRC 2011-08-22T07:37:30 *** lj8175 has joined #rtems 2011-08-22T07:54:39 sebhub: I finally tested 2011-08-22T07:54:43 and it does not work at all 2011-08-22T07:55:27 *** cssmith has joined #rtems 2011-08-22T08:00:45 sebhub: in fact, the thing that is REALLY required is : 2011-08-22T08:00:49 + ITCM : ORIGIN = 0x01000000, LENGTH = 32k 2011-08-22T08:00:52 and 2011-08-22T08:00:57 + .init : 2011-08-22T08:00:57 + { 2011-08-22T08:00:57 + __text_start = . ; 2011-08-22T08:00:57 + KEEP (*(.init)) 2011-08-22T08:00:57 + . = ALIGN(4); /* REQUIRED. LD is flaky without it. */ 2011-08-22T08:00:59 + } >ewram = 0xff 2011-08-22T08:01:04 especially the last line 2011-08-22T08:01:07 17:05 < juli1-> + } >ewram = 0xff 2011-08-22T08:02:58 the = 0xff is necessary? 2011-08-22T08:03:46 can you send me an elf file (ticker.exe) which works on your simulator? 2011-08-22T08:08:28 sebhub: not necessary ... 2011-08-22T08:08:30 MANDATORY 2011-08-22T08:08:40 sebhub: but you can't install desmume ? 2011-08-22T08:08:49 apt-get install desmume and you can give it a try by yourself ! 2011-08-22T08:09:40 sorry i don't have apt-get 2011-08-22T08:09:47 or even 2011-08-22T08:09:58 download the source and compile, it's 2 minutes of compilation ! 2011-08-22T08:10:51 because if you have each time to tell me : which line to change and ask me to send the binary ... the debug process will be very long ... 2011-08-22T08:11:27 yes, but i am optimistic to fix this issue in the next iteration 2011-08-22T08:11:58 sebhub: and I have enough to recompile the cvs version for the 10th time 2011-08-22T08:12:30 and I tell you again, the >0xFF is mandatory 2011-08-22T08:12:42 so 2011-08-22T08:12:49 I send you one app compiled 2011-08-22T08:12:59 one that don't work 2011-08-22T08:13:10 i am about to install this simulator 2011-08-22T08:13:15 \o/ 2011-08-22T08:13:23 * juli1- <-- victory is mine :D 2011-08-22T08:16:56 what is the command line to run the *.exe file? 2011-08-22T08:18:09 sebhub: desmume file.nds 2011-08-22T08:18:17 the rtems toolchain produces a .nds file 2011-08-22T08:18:26 that embedds the arm7 and arm9 binaryes 2011-08-22T08:18:30 binaries , sorry 2011-08-22T08:35:25 i have now this: 2011-08-22T08:35:29 File doesn't appear to have a secure area. 2011-08-22T08:35:30 ROM crc: 46A7DB7B 2011-08-22T08:35:32 ROM serial: Homebrew 2011-08-22T08:35:33 ROM internal name: . 2011-08-22T08:35:35 ROM game code: #### 2011-08-22T08:35:36 DEBUG_reset: 004379A0 2011-08-22T08:35:38 DeSmuME .dsv save file not found. Trying to load an old raw .sav file. 2011-08-22T08:35:39 Missing save file /home/sh/.config/desmume/ticker.dsv 2011-08-22T08:35:54 yep 2011-08-22T08:35:56 normal 2011-08-22T08:36:32 I have the same with my working programs 2011-08-22T08:39:00 ok, i can now run the ticker.nds 2011-08-22T08:39:12 ok, you see something on the lower screen ? 2011-08-22T08:39:28 yes, the normal ticker output 2011-08-22T08:39:51 k, perfect 2011-08-22T09:10:08 i checked in a different patch, hope this works for you 2011-08-22T09:10:18 so, ok 2011-08-22T09:10:28 I can just cvs co , build and test ? 2011-08-22T09:13:00 yes 2011-08-22T09:13:03 ok 2011-08-22T09:13:09 * juli1- co rtems 2011-08-22T09:13:37 you can also use 'cvs up' 2011-08-22T09:13:54 I prefer to test in a fresh one to be sure :D 2011-08-22T09:14:19 then, if it works, I will try to do my best to get the wireless working 2011-08-22T09:57:28 *** Shisui has joined #rtems 2011-08-22T10:22:00 sebhub: patch is ok :D 2011-08-22T10:22:11 thanks for your support ! 2011-08-22T10:22:19 what is the exact changes ? 2011-08-22T10:24:30 http://www.rtems.org/cvsweb/cvsweb.cgi/rtems/c/src/lib/libbsp/arm/nds/start/start.S 2011-08-22T10:26:14 ok, thanks ! 2011-08-22T10:26:27 you seem to know the arm arch a little bit :D 2011-08-22T10:29:45 it would be nice, if you can update the table in 'Board Support Package Status' in http://www.rtems.com/wiki/index.php/ARM-EABI 2011-08-22T10:35:50 *** antgreen has joined #rtems 2011-08-22T10:38:01 sebhub: ok, no problem 2011-08-22T10:38:15 sebhub: do you want me to send program examples and all rtems examples ? 2011-08-22T10:38:21 and also test it on the real hardware ? 2011-08-22T10:39:13 *** xiangfu has quit IRC 2011-08-22T10:50:55 it seems to be quite time consuming to run all tests with this simulator 2011-08-22T10:51:06 so i think it is ok, if you can work with the bsp 2011-08-22T10:58:59 *** xiangfu has joined #rtems 2011-08-22T11:21:21 ok, thanks 2011-08-22T11:29:10 *** sebhub has quit IRC 2011-08-22T11:35:19 *** lj8175 has quit IRC 2011-08-22T11:50:54 *** kiwichris has quit IRC 2011-08-22T11:53:55 *** kiwichris has joined #rtems 2011-08-22T11:59:12 *** arvind_khadri has quit IRC 2011-08-22T13:18:05 *** arvind_khadri has joined #rtems 2011-08-22T14:42:20 *** methril_ has quit IRC 2011-08-22T15:47:29 *** antgreen has quit IRC 2011-08-22T15:50:35 *** Shisui has quit IRC 2011-08-22T16:39:36 *** methril_work has quit IRC 2011-08-22T18:14:47 *** xiangfu has quit IRC 2011-08-22T19:17:42 *** methril has joined #rtems 2011-08-22T19:20:02 *** rokka_ has joined #rtems 2011-08-22T19:22:31 *** rokka has quit IRC 2011-08-22T20:00:47 *** xiangfu has joined #rtems 2011-08-22T20:52:42 *** xiangfu has quit IRC 2011-08-22T20:55:27 *** xiangfu has joined #rtems 2011-08-22T21:31:45 *** kristianpaul has quit IRC 2011-08-22T22:28:00 *** kristianpaul has joined #rtems 2011-08-22T23:16:11 *** arvind_khadri has quit IRC 2011-08-22T23:28:22 *** arvind_khadri has joined #rtems 2011-08-22T23:28:22 *** arvind_khadri has joined #rtems 2011-08-22T23:42:48 *** arvind_khadri has quit IRC 2011-08-23T00:24:36 *** arvind_khadri has joined #rtems 2011-08-23T00:24:36 *** arvind_khadri has joined #rtems 2011-08-23T00:38:54 *** xiangfu has quit IRC 2011-08-23T00:40:52 *** cssmith has quit IRC 2011-08-23T00:46:52 *** cssmith has joined #rtems 2011-08-23T00:47:22 *** xiangfu has joined #rtems 2011-08-23T02:13:07 *** methril_ has joined #rtems 2011-08-23T02:13:46 *** sebhub has joined #rtems 2011-08-23T02:14:00 good morning 2011-08-23T02:14:18 *** methril has quit IRC 2011-08-23T03:45:56 *** monstr-rtems has joined #rtems 2011-08-23T04:36:37 *** xiangfu has quit IRC 2011-08-23T06:00:21 *** panzon has quit IRC 2011-08-23T06:39:08 *** methril_work has joined #rtems 2011-08-23T06:57:39 *** methril_work has quit IRC 2011-08-23T06:57:56 *** methril_work has joined #rtems 2011-08-23T07:04:19 *** panzon has joined #rtems 2011-08-23T07:08:46 *** panzon has quit IRC 2011-08-23T07:12:43 *** methril_work has quit IRC 2011-08-23T07:21:02 *** cssmith has left #rtems 2011-08-23T07:25:59 *** methril_work has joined #rtems 2011-08-23T07:28:37 *** lcpfnvcy has quit IRC 2011-08-23T07:31:51 *** lcpfnvcy has joined #rtems 2011-08-23T07:38:20 *** panzon has joined #rtems 2011-08-23T07:53:52 *** panzon has quit IRC 2011-08-23T07:59:54 *** antgreen has joined #rtems 2011-08-23T08:32:12 *** panzon has joined #rtems 2011-08-23T08:33:24 hi, somebody has experience with MQ, do you know if it receive byte-stream like a socket? 2011-08-23T09:36:07 *** arvind_khadri has quit IRC 2011-08-23T09:42:46 *** xiangfu has joined #rtems 2011-08-23T10:15:52 *** monstr-rtems has quit IRC 2011-08-23T10:20:36 *** xiangfu has quit IRC 2011-08-23T10:20:53 *** xiangfu has joined #rtems 2011-08-23T10:28:48 *** monstr-rtems has joined #rtems 2011-08-23T10:46:49 *** xiangfu has quit IRC 2011-08-23T11:02:33 *** sebhub has quit IRC 2011-08-23T11:40:43 *** monstr-rtems has quit IRC 2011-08-23T11:47:22 *** methril__ has joined #rtems 2011-08-23T11:48:28 *** methril_ has quit IRC 2011-08-23T12:21:35 *** antgreen has quit IRC 2011-08-23T14:20:59 *** methril_work has quit IRC 2011-08-23T14:22:26 *** methril_work has joined #rtems 2011-08-23T15:25:18 *** methril_work has quit IRC 2011-08-23T15:26:34 *** methril_work has joined #rtems 2011-08-23T16:01:43 *** lcpfnvcy has quit IRC 2011-08-23T16:02:21 *** lcpfnvcy has joined #rtems 2011-08-23T17:20:58 *** methril__ has quit IRC 2011-08-23T17:43:58 *** methril has joined #rtems 2011-08-23T19:35:14 *** xiangfu has joined #rtems 2011-08-23T21:15:19 Hi 2011-08-23T21:15:29 hi 2011-08-23T21:15:46 I can not compile new gcc 4.6.1 in my ubuntu 11.04 2011-08-23T21:15:54 it stop at "checking whether the target assembler supports thread-local storage... " 2011-08-23T21:16:11 then system became very very slow. stop there even hours... 2011-08-23T21:16:33 the compile command is : 2011-08-23T21:16:34 ../gcc-$(GCC_CORE_VERSION)/configure --target=lm32-rtems4.11 \ 2011-08-23T21:16:34 --with-gnu-as --with-gnu-ld --with-newlib --verbose --enable-threads \ 2011-08-23T21:16:35 --enable-languages="c" --disable-shared --prefix=$(RTEMS_PREFIX); \ 2011-08-23T21:16:35 make all; \ 2011-08-23T21:17:22 others are compile fine. like binutils, gdb, only the gcc not compile. 2011-08-23T21:17:57 I download gcc and 20110522.diff from "http://www.rtems.org/ftp/pub/rtems/SOURCES/4.11" 2011-08-23T21:18:34 my system is 64bit. 2011-08-23T21:18:47 Have you tried the source rpms with rpmbuild on ubuntu ? 2011-08-23T21:18:58 kiwichris, I am try "deb http://www.rtems.org/ftp/pub/rtems/linux/4.11/ubuntu/ natty rtems4.11" now 2011-08-23T21:19:05 apt-get install directly :) 2011-08-23T21:19:31 Yeah try. These are not formally released but any feed back is welcome. 2011-08-23T21:19:37 I have tried compile 4.6.0 4.6.1 in my ubuntu11.04 64bit. both stop at "checking whether the target assembler supports thread-local storage... " 2011-08-23T21:19:52 but 4.5.2 compile fine without any problem 2011-08-23T21:20:09 kiwichris, ok. still downloading.. 2011-08-23T21:20:42 Do you have all the current patches from contrib/crossrpms ? 2011-08-23T21:20:57 on cvs head 2011-08-23T21:21:41 what patches? for gcc I apply only this one: http://www.rtems.org/ftp/pub/rtems/SOURCES/4.11/gcc-core-4.6.1-rtems4.11-20110715.diff 2011-08-23T21:31:15 the "http://www.rtems.org/ftp/pub/rtems/linux/4.11/ubuntu/ natty rtems4.11" is 4.5.3 :( 2011-08-23T21:31:44 The patches are in cvs in rtems/contrib/crossrpms 2011-08-23T21:33:33 kiwichris, thanks. I will check that 2011-08-24T00:18:14 kiwichris, just checked 'http://www.rtems.com/cvsweb/cvsweb.cgi/rtems/contrib/crossrpms/patches/' 2011-08-24T00:18:31 the last gcc-core patch is same one I used: 'gcc-core-4.6.1-rtems4.11-20110715.diff' 2011-08-24T00:22:10 now I am try compile in a 32bit system 2011-08-24T00:33:55 now try to use the early patch ' gcc-core-4.6.1-rtems4.11-20110621.diff' 2011-08-24T00:40:10 (32bit system) stop at same place, the cc1 eat 100$ memory. system became very very slow 2011-08-24T00:40:16 now it stop about 5 minutes, have to stop it by "Ctrl + C" 2011-08-24T00:40:50 after Ctrl + C the memory usage go down immediately 2011-08-24T00:40:59 *** methril has quit IRC 2011-08-24T00:43:12 *** methril has joined #rtems 2011-08-24T00:44:32 same with gcc-core-4.6.1-rtems4.11-20110621.diff patch. the cc1 eat my 4GB memory and 4GB swap. :( 2011-08-24T00:44:47 stop at "checking whether the target assembler supports thread-local storage" 2011-08-24T01:00:41 install gcc 4.6 in my system. and try again :D 2011-08-24T01:06:41 I got an email from 'rtems-users@rtems.org' says something like: "I am out of office right now ..." is that normal? 2011-08-24T01:07:05 Some users on the list may have configured this 2011-08-24T01:08:06 You need to provide the exact configure commands or script. Have you looked over the wiki pages for deb build ? 2011-08-24T01:08:14 Also search the mail archives. 2011-08-24T01:10:50 *** arvind_khadri has joined #rtems 2011-08-24T02:14:45 *** sebhub has joined #rtems 2011-08-24T02:14:51 good morning 2011-08-24T02:15:27 sebhub: good morning ! 2011-08-24T04:40:43 *** lcpfnvcy has quit IRC 2011-08-24T04:45:27 *** xiangfu has quit IRC 2011-08-24T04:50:52 *** panzon has quit IRC 2011-08-24T04:52:32 *** panzon has joined #rtems 2011-08-24T04:54:10 *** lcpfnvcy has joined #rtems 2011-08-24T06:42:29 *** xiangfu has joined #rtems 2011-08-24T06:47:17 *** xiangfu has quit IRC 2011-08-24T07:00:24 *** xiangfu has joined #rtems 2011-08-24T09:08:13 *** Shisui has joined #rtems 2011-08-24T09:12:51 *** antgreen has joined #rtems 2011-08-24T09:38:41 *** arvind_khadri has quit IRC 2011-08-24T11:30:12 *** sebhub has quit IRC 2011-08-24T12:58:35 *** arvind_khadri has joined #rtems 2011-08-24T13:38:12 *** juli1- has quit IRC 2011-08-24T13:40:22 *** juli1- has joined #rtems 2011-08-24T14:20:42 *** Shisui has quit IRC 2011-08-24T14:43:18 *** Shisui has joined #rtems 2011-08-24T14:56:26 *** Shisui has quit IRC 2011-08-24T14:58:33 *** juli1- has quit IRC 2011-08-24T14:59:55 *** juli1- has joined #rtems 2011-08-24T15:16:12 *** DrJoel has joined #rtems 2011-08-24T15:16:13 *** ChanServ sets mode: +o DrJoel 2011-08-24T17:04:55 *** DrJoel has quit IRC 2011-08-24T18:57:12 *** antgreen has quit IRC 2011-08-24T22:41:44 *** methril_ has joined #rtems 2011-08-24T22:41:49 *** methril has quit IRC 2011-08-25T01:30:52 *** sebhub has joined #rtems 2011-08-25T01:32:01 *** arvind_khadri has quit IRC 2011-08-25T01:43:01 good morning 2011-08-25T01:50:09 *** xiangfu has quit IRC 2011-08-25T02:18:47 *** lcpfnvcy has quit IRC 2011-08-25T02:25:11 *** lcpfnvcy has joined #rtems 2011-08-25T02:45:21 *** lcpfnvcy has quit IRC 2011-08-25T02:54:52 *** lcpfnvcy has joined #rtems 2011-08-25T02:57:39 *** methril__ has joined #rtems 2011-08-25T02:58:14 *** methril_ has quit IRC 2011-08-25T03:19:59 *** arvind_khadri has joined #rtems 2011-08-25T03:19:59 *** arvind_khadri has joined #rtems 2011-08-25T03:33:09 *** lcpfnvcy has quit IRC 2011-08-25T03:46:26 *** lcpfnvcy has joined #rtems 2011-08-25T03:58:51 *** xiangfu has joined #rtems 2011-08-25T04:05:35 *** lcpfnvcy has quit IRC 2011-08-25T04:07:35 *** lcpfnvcy has joined #rtems 2011-08-25T04:18:47 *** lcpfnvcy has quit IRC 2011-08-25T04:31:40 *** lcpfnvcy has joined #rtems 2011-08-25T04:43:25 *** lcpfnvcy has quit IRC 2011-08-25T04:52:49 *** lcpfnvcy has joined #rtems 2011-08-25T05:15:07 *** lcpfnvcy has quit IRC 2011-08-25T05:17:22 *** lcpfnvcy has joined #rtems 2011-08-25T05:30:20 *** lcpfnvcy has quit IRC 2011-08-25T05:37:44 *** lcpfnvcy has joined #rtems 2011-08-25T05:57:47 *** lcpfnvcy has quit IRC 2011-08-25T06:00:28 *** xiangfu has quit IRC 2011-08-25T06:10:54 *** lcpfnvcy has joined #rtems 2011-08-25T07:46:15 *** zwj has joined #rtems 2011-08-25T08:00:14 *** antgreen has joined #rtems 2011-08-25T09:12:35 *** zwj has quit IRC 2011-08-25T11:27:03 *** sebhub has quit IRC 2011-08-25T12:24:41 *** arvind_khadri has quit IRC 2011-08-25T13:08:52 *** arvind_khadri has joined #rtems 2011-08-25T13:32:45 Hello! 2011-08-25T13:33:26 is mlock and munlock implemnted in rtems? 2011-08-25T13:33:50 actually for the Milkymist BSP ... 2011-08-25T13:34:04 I'k trying to cross-comile a memtester 2011-08-25T13:49:08 *** rtemsLogger has joined #rtems 2011-08-25T14:25:15 *** methril_work has quit IRC (Quit: Saindo) 2011-08-25T15:22:03 *** antgreen has quit IRC (Read error: Connection reset by peer) 2011-08-25T18:30:29 *** xiangfu has joined #rtems 2011-08-25T20:25:14 *** projectgus has joined #rtems 2011-08-26T00:01:33 *** arvind_khadri has quit IRC (Ping timeout: 276 seconds) 2011-08-26T01:10:41 *** arvind_khadri has joined #rtems 2011-08-26T01:13:42 *** sebhub has joined #rtems 2011-08-26T01:14:48 good morning 2011-08-26T01:16:33 *** arvind_khadri has quit IRC (Ping timeout: 240 seconds) 2011-08-26T01:26:07 *** panzon has quit IRC (Ping timeout: 240 seconds) 2011-08-26T01:29:36 *** arvind_khadri has joined #rtems 2011-08-26T02:06:06 *** Shisui has joined #rtems 2011-08-26T02:20:36 *** projectgus has quit IRC (Ping timeout: 260 seconds) 2011-08-26T03:45:15 morning seb 2011-08-26T03:49:46 *** methril__ has quit IRC (Quit: Leaving) 2011-08-26T04:59:41 *** lcpfnvcy has quit IRC (Ping timeout: 240 seconds) 2011-08-26T05:03:25 *** lcpfnvcy has joined #rtems 2011-08-26T07:14:01 *** xiangfu has quit IRC (Ping timeout: 252 seconds) 2011-08-26T07:26:09 *** xiangfu has joined #rtems 2011-08-26T07:40:08 *** xiangfu has quit IRC (Ping timeout: 245 seconds) 2011-08-26T07:53:01 *** xiangfu has joined #rtems 2011-08-26T09:01:24 *** juli1-_ has joined #rtems 2011-08-26T09:01:47 *** juli1- has quit IRC (Ping timeout: 252 seconds) 2011-08-26T09:15:33 *** xiangfu has quit IRC (Quit: Leaving) 2011-08-26T09:15:47 *** xiangfu has joined #rtems 2011-08-26T09:15:51 *** antgreen has joined #rtems 2011-08-26T09:18:25 *** xiangfu has quit IRC (Client Quit) 2011-08-26T09:18:40 *** xiangfu has joined #rtems 2011-08-26T09:21:08 *** xiangfu has quit IRC (Client Quit) 2011-08-26T09:21:41 *** xiangfu_ has joined #rtems 2011-08-26T09:28:14 *** xiangfu__ has joined #rtems 2011-08-26T09:36:05 *** xiangfu_ has quit IRC (*.net *.split) 2011-08-26T09:36:06 *** verm__ has quit IRC (*.net *.split) 2011-08-26T09:44:17 *** verm__ has joined #rtems 2011-08-26T10:17:01 *** Shisui has quit IRC (Ping timeout: 250 seconds) 2011-08-26T10:34:44 *** Shisui has joined #rtems 2011-08-26T10:51:35 *** xiangfu__ has quit IRC (Ping timeout: 240 seconds) 2011-08-26T11:00:20 *** sebhub has quit IRC (Read error: Connection reset by peer) 2011-08-26T11:40:01 *** Shisui has quit IRC (Ping timeout: 260 seconds) 2011-08-26T12:22:10 *** Shisui has joined #rtems 2011-08-26T13:14:55 *** antgreen has quit IRC (Remote host closed the connection) 2011-08-26T15:45:01 *** Shisui has quit IRC (Ping timeout: 258 seconds) 2011-08-26T15:56:42 *** DrJoel has joined #rtems 2011-08-26T15:56:42 *** ChanServ sets mode: +o DrJoel 2011-08-26T16:30:31 *** DrJoel has quit IRC (Quit: Leaving) 2011-08-26T18:51:02 *** kristianpaul has quit IRC (Quit: leaving) 2011-08-26T18:51:20 *** kristianpaul has joined #rtems 2011-08-26T18:53:19 *** kristianpaul has quit IRC (Client Quit) 2011-08-26T19:03:33 *** kristianpaul has joined #rtems 2011-08-26T19:05:43 *** kristianpaul has joined #rtems 2011-08-26T20:15:48 *** easwar has joined #rtems 2011-08-26T20:15:48 *** easwar has joined #rtems 2011-08-26T20:24:26 *** arvind_khadri has quit IRC (Ping timeout: 260 seconds) 2011-08-26T22:07:01 *** easwar has left #rtems ("Leaving") 2011-08-26T22:07:59 *** easwar has joined #rtems 2011-08-26T22:12:26 *** xiangfu has joined #rtems 2011-08-26T23:00:24 *** easwar has left #rtems ("Leaving") 2011-08-27T01:28:31 *** xiangfu has quit IRC (Ping timeout: 252 seconds) 2011-08-27T01:50:07 *** Shisui has joined #rtems 2011-08-27T02:49:18 *** Shisui has quit IRC (Quit: Ex-Chat) 2011-08-27T03:11:54 *** arvind_khadri has joined #rtems 2011-08-27T03:11:54 *** arvind_khadri has joined #rtems 2011-08-27T04:27:58 *** Shisui has joined #rtems 2011-08-27T04:37:56 *** xiangfu has joined #rtems 2011-08-27T05:15:58 *** xiangfu has quit IRC (Ping timeout: 245 seconds) 2011-08-27T05:47:48 *** xiangfu has joined #rtems 2011-08-27T05:56:23 *** xiangfu has quit IRC (Ping timeout: 245 seconds) 2011-08-27T06:11:48 *** xiangfu has joined #rtems 2011-08-27T06:58:53 *** xiangfu has quit IRC (Ping timeout: 252 seconds) 2011-08-27T09:48:35 *** Shisui has quit IRC (Read error: Connection reset by peer) 2011-08-27T10:34:56 *** xiangfu has joined #rtems 2011-08-27T11:05:18 *** sqm has joined #rtems 2011-08-27T11:05:36 *** xiangfu has quit IRC (Ping timeout: 276 seconds) 2011-08-27T11:10:56 *** sqm has quit IRC () 2011-08-27T11:55:23 *** easwar has joined #rtems 2011-08-27T16:57:11 *** kristianpaul has quit IRC (Ping timeout: 258 seconds) 2011-08-27T17:02:34 *** kristianpaul has joined #rtems 2011-08-27T17:07:48 *** easwar has left #rtems ("Leaving") 2011-08-27T18:40:13 *** arvind_khadri has quit IRC (Ping timeout: 240 seconds) 2011-08-27T18:52:30 *** arvind_khadri has joined #rtems 2011-08-27T23:12:11 *** arvind_khadri has quit IRC (Ping timeout: 240 seconds) 2011-08-27T23:20:17 *** xiangfu has joined #rtems 2011-08-27T23:39:31 *** xiangfu has quit IRC (Ping timeout: 260 seconds) 2011-08-27T23:44:58 *** xiangfu has joined #rtems 2011-08-28T00:54:43 *** xiangfu has quit IRC (Ping timeout: 245 seconds) 2011-08-28T01:24:25 *** xiangfu has joined #rtems 2011-08-28T02:09:14 *** arvind_khadri has joined #rtems 2011-08-28T02:09:14 *** arvind_khadri has joined #rtems 2011-08-28T05:37:26 *** juli1-_ has quit IRC (*.net *.split) 2011-08-28T05:37:27 *** mw2 has quit IRC (*.net *.split) 2011-08-28T05:38:02 *** juli1-_ has joined #rtems 2011-08-28T05:38:02 *** mw2 has joined #rtems 2011-08-28T05:38:05 *** kristianpaul has quit IRC (*.net *.split) 2011-08-28T05:38:05 *** verm__ has quit IRC (*.net *.split) 2011-08-28T05:38:40 *** kristianpaul has joined #rtems 2011-08-28T05:38:40 *** verm__ has joined #rtems 2011-08-28T05:38:49 *** arvind_khadri has quit IRC (*.net *.split) 2011-08-28T05:39:05 *** arvind_khadri has joined #rtems 2011-08-28T05:41:06 *** rokka_ has quit IRC (*.net *.split) 2011-08-28T05:41:06 *** peerst has quit IRC (*.net *.split) 2011-08-28T05:41:58 *** rokka_ has joined #rtems 2011-08-28T05:41:58 *** peerst has joined #rtems 2011-08-28T07:46:05 *** lcpfnvcy has quit IRC (Ping timeout: 252 seconds) 2011-08-28T07:47:33 *** lcpfnvcy has joined #rtems 2011-08-28T09:16:39 *** xiangfu has quit IRC (Ping timeout: 252 seconds) 2011-08-28T09:35:02 *** xiangfu has joined #rtems 2011-08-28T10:07:39 *** dufault has joined #rtems 2011-08-28T10:22:28 *** xiangfu has quit IRC (Quit: Leaving) 2011-08-28T10:57:40 *** dufault has quit IRC (Ping timeout: 240 seconds) 2011-08-28T17:27:20 *** projectgus has joined #rtems 2011-08-28T17:48:47 *** kiwichris has quit IRC (Quit: This computer has gone to sleep) 2011-08-28T18:59:24 *** kiwichris has joined #rtems 2011-08-28T19:48:35 *** xiangfu has joined #rtems 2011-08-28T23:55:48 *** kiwichris has quit IRC (Quit: This computer has gone to sleep)