2010-08-23T01:10:27 *** lekernel has joined #rtems 2010-08-23T01:39:29 *** lekernel has quit IRC 2010-08-23T01:48:26 *** _Lucretia_ has quit IRC 2010-08-23T01:51:37 *** sebhub has joined #rtems 2010-08-23T01:52:04 good morning 2010-08-23T02:49:35 *** mikeg has quit IRC 2010-08-23T02:59:59 *** mikeg has joined #rtems 2010-08-23T03:04:20 *** projectgus has quit IRC 2010-08-23T03:05:16 *** projectgus has joined #rtems 2010-08-23T03:31:55 *** projectgus has quit IRC 2010-08-23T05:05:38 *** _Lucretia_ has joined #rtems 2010-08-23T05:24:31 *** madrazr has joined #rtems 2010-08-23T05:44:31 *** exception13 has joined #rtems 2010-08-23T06:03:10 *** kiwichris has joined #rtems 2010-08-23T06:03:28 sebhub, hi 2010-08-23T06:34:07 *** methril_work has joined #rtems 2010-08-23T07:03:53 *** kiwichris has quit IRC 2010-08-23T08:51:22 *** madrazr has quit IRC 2010-08-23T08:52:10 *** exception13 has left #rtems 2010-08-23T08:57:32 oh ... autoconf 2.67 is now needed for configuring the samples 2010-08-23T08:57:35 is that so ? 2010-08-23T08:57:48 last time i build i uses v 2.65 and it worked out well 2010-08-23T09:22:54 *** zwj has joined #rtems 2010-08-23T09:44:31 *** exception13 has joined #rtems 2010-08-23T10:03:39 *** tuxmaniac has joined #rtems 2010-08-23T10:04:22 *** tuxmaniac has quit IRC 2010-08-23T11:15:29 *** sebhub has quit IRC 2010-08-23T11:21:02 *** zwj has quit IRC 2010-08-23T11:25:06 *** bubaflub has joined #rtems 2010-08-23T11:29:10 *** gedare has joined #rtems 2010-08-23T11:52:25 *** lekernel has joined #rtems 2010-08-23T13:02:45 *** gedare has quit IRC 2010-08-23T13:17:48 *** madrazr has joined #rtems 2010-08-23T14:30:57 *** bubaflub has quit IRC 2010-08-23T15:27:37 *** exception13 has left #rtems 2010-08-23T15:30:54 *** madrazr has quit IRC 2010-08-23T15:40:49 *** methril_work has quit IRC 2010-08-23T15:41:40 *** methril_work has joined #rtems 2010-08-23T15:47:09 *** methril_work has quit IRC 2010-08-23T15:48:23 *** methril_work has joined #rtems 2010-08-23T15:50:37 *** methril_work has joined #rtems 2010-08-23T16:01:23 *** bubaflub has joined #rtems 2010-08-23T16:14:06 *** lekernel has quit IRC 2010-08-23T17:09:49 *** __sbrk has joined #rtems 2010-08-23T17:14:10 <__sbrk> quick newbie question: compling for target=arm-rtems, gcc-4.3.2 + gcc-core-4.3.2-rtems4.9-20090825.diff and newlib-1.16.0 + newlib-1.16.0-rtems4.9-20090324.diff, I get hash.h:44:2: error: #error BYTE_ORDER not defined by sys/param.h 2010-08-23T17:14:19 <__sbrk> what'd I miss? 2010-08-23T17:15:41 is it the latest gcc ? 2010-08-23T17:15:55 i have 4.5.0 for rtems-4.11 lm32 arch 2010-08-23T17:16:16 <__sbrk> fall: trying to build 4.9.4 2010-08-23T17:16:18 <__sbrk> not latest 2010-08-23T17:16:36 try using the latest gcc provided by rtems ftp :) 2010-08-23T17:16:41 with the patches 2010-08-23T17:16:44 and latest newlib and so on 2010-08-23T17:16:55 <__sbrk> willdo, thanks 2010-08-23T17:25:06 *** bubaflub has quit IRC 2010-08-23T17:26:06 <__sbrk> configure: error: Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+. 2010-08-23T17:26:07 <__sbrk> wow 2010-08-23T17:26:11 <__sbrk> bLoAt 2010-08-23T17:26:32 you need thoses 2010-08-23T17:26:39 are you using ubuntu or debian ? 2010-08-23T17:26:39 <__sbrk> apparently 2010-08-23T17:26:46 it's simple to install 2010-08-23T17:26:47 <__sbrk> none of the above 2010-08-23T17:26:50 <__sbrk> :-) 2010-08-23T17:26:54 ok, which distrib ? 2010-08-23T17:26:56 * __sbrk is a FreeBSD shop 2010-08-23T17:27:01 humm ok :p 2010-08-23T17:27:09 so i guess you will have to compile those things 2010-08-23T17:27:25 using ubuntu i just did an aptitude install and i had them :') 2010-08-23T17:27:29 * Fallenou troll troll 2010-08-23T17:27:49 <__sbrk> cd /usr/ports/math/gmp && make install 2010-08-23T17:27:52 <__sbrk> ding 2010-08-23T17:30:26 hum hum :p 2010-08-23T17:31:02 looks like gentoo to me 2010-08-23T17:31:13 i am really not aware of bsd stuff 2010-08-23T17:31:29 <__sbrk> pretty happy with it 2010-08-23T17:31:44 <__sbrk> kernel, libc, basic userland all in one tree 2010-08-23T17:31:53 <__sbrk> cd /usr/src && make World builds you a bootable box 2010-08-23T17:32:23 <__sbrk> but to each their own 2010-08-23T17:34:39 <__sbrk> time to wander away whilst gcc builds itself. thanks again! 2010-08-23T17:35:09 you're welcome, i honestly don't know the origin of your problem 2010-08-23T17:35:13 my answer is a kind of joker :p 2010-08-23T17:35:54 but i think you can ask on the mailing list if it still does the same thing with latest gcc/newlib from rtems ftp :) 2010-08-23T17:47:06 *** kiwichris has joined #rtems 2010-08-23T18:07:02 *** __sbrk has left #rtems 2010-08-23T18:12:19 *** projectgus has joined #rtems 2010-08-23T18:19:51 *** DrJoel has joined #rtems 2010-08-23T18:19:51 *** ChanServ sets mode: +o DrJoel 2010-08-23T18:20:04 Hi Joel 2010-08-23T18:20:08 Fallenou: any luck on ticker 2010-08-23T18:20:18 hey chris .. did you like the new coverity? 2010-08-23T18:20:20 nop :/ 2010-08-23T18:20:30 Fallenou: :( 2010-08-23T18:20:34 I have not looked at it. 2010-08-23T18:20:36 i looked at your modif in open_eth and so 2010-08-23T18:20:42 i have the exact same 2010-08-23T18:20:44 I have a broken DOSFS on qemu :( 2010-08-23T18:21:10 damn it.. nothing is going right.. I replaced (with help) the digitizer screen in Michele's G1 and now it doesn't work at all. :( 2010-08-23T18:21:29 When I get home, I have to take it apart again and see why it won't even power up 2010-08-23T18:21:31 Oh that is a shame. 2010-08-23T18:21:55 Connector or solder ? 2010-08-23T18:22:12 http://www.facebook.com/photo.php?pid=5083289&l=8a77b2a84f&id=539166588 2010-08-23T18:23:29 Oh I see. I think I will stick to my broken DOSFS problem. 2010-08-23T18:23:36 I just sent you an email about it. 2010-08-23T18:23:48 there were a LOT of tiny flex cables and I suspect one has jarred loose. There was tape holding two small connectors to the motherboard and I really suspect one has worked loose.. need to put new tape on it 2010-08-23T18:23:48 no solder in this that any sane human would touch 2010-08-23T18:24:22 You sound like a nurse just adding tape :) 2010-08-23T18:24:58 Any time to think about my rtems-testing PR ? 2010-08-23T18:25:34 not until after tomorrow.. I had a "paying" deadline and am giving a presentation at NASA tomorrow -- that I just did the slides for .. :( 2010-08-23T18:25:54 It is very high on my list though.. I want to just switch to your version and move forward 2010-08-23T18:26:34 we had 164 defects on 1st run with new scanner.. now only 157. I think I probably just nailed another 10 or so. 2010-08-23T18:26:42 But RFS has a number 2010-08-23T18:27:46 DrJoel: does something changed in interrupt handling recently ? 2010-08-23T18:27:49 and the dos fs has a few 2010-08-23T18:27:55 Could you please send me the link again. 2010-08-23T18:27:57 not a thing Fallenou .. 2010-08-23T18:28:07 that could explain why ticker does not work after merge 2010-08-23T18:28:11 ok :o 2010-08-23T18:28:22 not that lucky LOL 2010-08-23T18:28:39 if you have a known date checkout it worked with, it isn't that hard to binary search it 2010-08-23T18:32:08 hum i don't really remember the date and the revision of my last cvs up on the branch i worked with 2010-08-23T18:32:30 since at the beginning i erased all the CVS stuff to git commit it 2010-08-23T18:33:06 When did your git version start? 2010-08-23T18:35:25 don't know how to see that 2010-08-23T18:35:38 oh yes git logs 2010-08-23T18:36:25 my latest sync with upstream is 2010-06-13 2010-08-23T18:36:36 23h54 UTC+1 2010-08-23T18:44:26 *** DrJoel has quit IRC 2010-08-24T00:31:13 *** rokka has quit IRC 2010-08-24T00:32:31 *** rokka has joined #rtems 2010-08-24T00:32:32 *** mwalle has quit IRC 2010-08-24T00:33:44 *** mwalle has joined #rtems 2010-08-24T01:51:06 *** sebhub has joined #rtems 2010-08-24T02:00:21 good morning 2010-08-24T02:00:42 sebhub, hi 2010-08-24T02:22:24 sebhub, hi 2010-08-24T02:22:33 Are you about ? 2010-08-24T02:26:21 *** projectgus has quit IRC 2010-08-24T02:26:28 hi 2010-08-24T02:26:48 I am having problems with qemu disks. 2010-08-24T02:27:17 oh, I use qemu only seldom 2010-08-24T02:27:37 The qemu's "-hda fat:." does not list the root directory 2010-08-24T02:28:00 This is here qemu maps a local disk to a fat IDE partition. 2010-08-24T02:28:13 Is FAT working for you ? 2010-08-24T02:29:04 never used it with disks, i only tested network stuff with qemu 2010-08-24T02:29:25 I have never had a problem but have not used it in a while. 2010-08-24T02:29:33 If DOSFS working for you on HEAD ? 2010-08-24T02:31:45 I suspect something has broken and I am not sure what. 2010-08-24T02:32:07 hm, I did not test the file systems with the recent CVS version 2010-08-24T02:32:30 phone call 2010-08-24T02:32:36 If I have just one qemu disk, a qemu virtual one I get the following ..... 2010-08-24T02:32:42 [ no problem ] 2010-08-24T02:33:39 [/] # ls dev 2010-08-24T02:33:39 console hda hda1 2010-08-24T02:33:39 [/] # ls dev 2010-08-24T02:33:39 console hda hda1 2010-08-24T02:33:39 [/] # ls dev 2010-08-24T02:33:40 console hda hda1 2010-08-24T02:33:50 Oops too many pastes 2010-08-24T02:34:10 With 2 disks, one the qemu virtual and one a known working image ... 2010-08-24T02:34:27 [/] # ls dev 2010-08-24T02:34:27 console hda hdb1 rda 2010-08-24T02:34:45 Notice no hda1 or hdb in the second one 2010-08-24T02:35:21 I move some code arround in the ATA driver 2010-08-24T02:35:25 moved 2010-08-24T02:35:36 I have verified the same behaviour in qemu on MacOS and Linux 2010-08-24T02:35:57 Yes I know. I consider that code dead and should only be removed not changed :) 2010-08-24T02:36:23 yes, but i needed a temporary solution 2010-08-24T02:36:47 who creates the device files? 2010-08-24T02:37:45 the ata code. I have debugged up to /dev/hda and /dev/hdb being created so I cannot see why /dev/hdb goes away 2010-08-24T02:38:06 After this the partition code handles the hda1 etc 2010-08-24T02:38:12 yes 2010-08-24T02:38:30 So hdb is created but is not thee later which is not good. 2010-08-24T02:38:52 With all the hacking for removal of handler checks I am wondering if something is not 100% 2010-08-24T02:38:53 that is weird 2010-08-24T02:39:26 we can be pretty sure that it is not 100% ok now 2010-08-24T02:39:27 I will take a look. I just wanted your feedback incase it was something known. 2010-08-24T02:39:58 I think we may need a qemu specific test with a DOSFS image in CVS to test against 2010-08-24T02:40:16 I can run may usb test with the recent RTEMS, it is a comprehensive FAT test, but no ATA test 2010-08-24T02:40:54 That would be a help because it would help find the area of concern. I have a debug session underway. 2010-08-24T02:41:01 It is your call. 2010-08-24T02:41:39 ok, I will start the test 2010-08-24T02:43:39 thanks and I will start cooking dinner here :) 2010-08-24T03:37:49 maybe i found an error 2010-08-24T03:41:21 the problem is opendir() and rtems_filesystem_default_fcntl() in combination with FAT 2010-08-24T03:41:35 you cannot open a directory! 2010-08-24T03:48:39 after a workaround the file system test works fine 2010-08-24T04:09:20 What is the work around ? 2010-08-24T04:09:59 Index: libfs/./src/defaults/default_fcntl.c 2010-08-24T04:10:00 =================================================================== 2010-08-24T04:10:02 RCS file: /usr1/CVS/rtems/cpukit/libfs/src/defaults/default_fcntl.c,v 2010-08-24T04:10:04 retrieving revision 1.2 2010-08-24T04:10:05 diff -u -r1.2 default_fcntl.c 2010-08-24T04:10:07 --- libfs/./src/defaults/default_fcntl.c 29 Jun 2010 01:53:18 -0000 1.2 2010-08-24T04:10:08 +++ libfs/./src/defaults/default_fcntl.c 24 Aug 2010 09:09:47 -0000 2010-08-24T04:10:10 @@ -18,5 +18,5 @@ 2010-08-24T04:10:10 sebhub: Error: "@" is not a valid command. 2010-08-24T04:10:11 rtems_libio_t *iop 2010-08-24T04:10:12 ) 2010-08-24T04:10:14 { 2010-08-24T04:10:15 - rtems_set_errno_and_return_minus_one( ENOTSUP ); 2010-08-24T04:10:17 + return 0; 2010-08-24T04:10:18 } 2010-08-24T04:11:18 Ok. I will take a look at opendir to see what is happening. 2010-08-24T04:39:11 *** mikeg has quit IRC 2010-08-24T04:40:40 *** mikeg has joined #rtems 2010-08-24T04:46:52 *** madrazr has joined #rtems 2010-08-24T05:00:25 *** madrazr has quit IRC 2010-08-24T05:20:14 *** exception13 has joined #rtems 2010-08-24T07:22:09 *** kiwichris has quit IRC 2010-08-24T07:52:23 *** exception13 has left #rtems 2010-08-24T08:26:43 *** zwj has joined #rtems 2010-08-24T09:35:32 *** methril has quit IRC 2010-08-24T09:47:31 *** methril has joined #rtems 2010-08-24T10:53:15 *** zwj has quit IRC 2010-08-24T10:54:15 *** gedare has joined #rtems 2010-08-24T11:02:57 *** sebhub has quit IRC 2010-08-24T11:06:41 *** Alison_Chaiken has joined #rtems 2010-08-24T11:09:05 *** __sbrk has joined #rtems 2010-08-24T11:09:43 <__sbrk> a little user feedback for the rtems guys: using the "latest and greatest automake/autoconf" gets a little irritating 2010-08-24T11:09:46 <__sbrk> configure.ac:12: require Automake 1.11.1, but have 1.11 2010-08-24T11:10:11 <__sbrk> if you don't really need that extra .1, why not stick with a known good version? :-() 2010-08-24T11:10:15 <__sbrk> er, :-) 2010-08-24T11:10:33 * __sbrk snipes 2010-08-24T11:13:31 __sbrk: keeping up-to-date with the 'latest and greatest' helps to prevent falling behind the curve. it can be irritating, but setting up the build (or using pre-packaged rpms) isn't THAT difficult 2010-08-24T11:13:58 if you need a stable rtems, use a stable release :) 2010-08-24T11:14:31 <__sbrk> gedare: been a while since one of those :) 2010-08-24T11:14:49 agree. the .10 branch is relatively stable and can be checked out 2010-08-24T11:44:08 *** mikeg has quit IRC 2010-08-24T11:50:44 *** mikeg has joined #rtems 2010-08-24T12:06:48 *** gedare has quit IRC 2010-08-24T12:22:54 *** lekernel has joined #rtems 2010-08-24T12:28:46 *** __sbrk has left #rtems 2010-08-24T13:28:16 *** exception13 has joined #rtems 2010-08-24T14:53:06 *** rtemsLogger has joined #rtems 2010-08-24T15:37:44 *** exception13 has left #rtems 2010-08-24T16:55:09 *** bernauer has joined #rtems 2010-08-24T16:55:19 *** bernauer has quit IRC 2010-08-24T17:59:23 *** lekernel has quit IRC 2010-08-24T18:10:28 *** projectgus has joined #rtems 2010-08-24T19:14:16 *** Alison_Chaiken has quit IRC 2010-08-24T22:58:39 *** kiwichris has joined #rtems 2010-08-24T23:27:22 *** kiwichris has quit IRC 2010-08-25T00:32:12 *** kiwichris has joined #rtems 2010-08-25T01:25:01 *** kiwichris has quit IRC 2010-08-25T01:30:16 *** kiwichris has joined #rtems 2010-08-25T02:11:02 *** sebhub has joined #rtems 2010-08-25T02:12:06 good morning 2010-08-25T02:19:13 *** projectgus has quit IRC 2010-08-25T02:22:14 *** lekernel has joined #rtems 2010-08-25T03:13:16 *** lekernel has quit IRC 2010-08-25T04:15:58 *** exception13 has joined #rtems 2010-08-25T04:47:47 *** kiwichris has quit IRC 2010-08-25T05:24:01 *** madrazr has joined #rtems 2010-08-25T05:24:10 *** madrazr has joined #rtems 2010-08-25T06:43:58 morning 2010-08-25T06:55:17 *** DrJoel has joined #rtems 2010-08-25T06:55:17 *** ChanServ sets mode: +o DrJoel 2010-08-25T07:05:09 *** DrJoel has quit IRC 2010-08-25T07:25:04 *** tuxmaniac has joined #rtems 2010-08-25T08:04:59 *** exception13 has left #rtems 2010-08-25T08:09:46 hmm. im trying to boot hello.exe with uboot 2010-08-25T08:09:57 tftpboot loads the file ok but 2010-08-25T08:10:03 bootm says Bad Magic Number 2010-08-25T08:10:24 read the BSP README 2010-08-25T08:11:39 oh sry, it is not in this README 2010-08-25T08:12:08 what should i search for? 2010-08-25T08:12:29 look in c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_ea.cfg 2010-08-25T08:12:35 or read the u-boot manual 2010-08-25T08:24:34 ok 2010-08-25T08:24:53 so i should make image of the exe 2010-08-25T08:52:52 hmm.. 2010-08-25T08:54:55 console driver defaults to 115200 8N1? 2010-08-25T08:54:58 or not? 2010-08-25T08:55:09 Transferring control to RTEMS (at address a0000040) .. 2010-08-25T08:55:52 you should single step the bsp initialization with the debugger 2010-08-25T08:57:26 :l 2010-08-25T08:59:23 the default baud is 115200, you should check all values in configure.ac if they match your board config 2010-08-25T09:06:39 hmm 2010-08-25T09:10:54 clocks seem to be ok 2010-08-25T09:12:38 RTEMS_BSPOPTS_SET([BSP_START_RESET_VECTOR],[lpc24xx_ncs_rom_ext],[0x80000040]) 2010-08-25T09:16:00 which bsp do you use/ 2010-08-25T09:16:02 ? 2010-08-25T09:20:40 --enable-rtemsbsp=lpc24xx_ea 2010-08-25T09:26:25 is the memory map ok? 2010-08-25T09:27:43 where is it? 2010-08-25T09:27:56 im using embedded artist evkit hardware 2010-08-25T09:28:16 startup/linkcmds.lpc24xx_ea 2010-08-25T09:29:26 ok.. its for QVGA Base Board 2010-08-25T09:29:33 *** lekernel has joined #rtems 2010-08-25T09:31:17 so they have same amount of memory but QVGA board could have 32bit memory bus to SDRAM and mine has only 16bit 2010-08-25T09:31:49 the u-boot has to deal with this 2010-08-25T09:33:58 so memory map should be ok 2010-08-25T09:35:51 ok, you need to single step with the debugger 2010-08-25T09:36:07 i have to compile debugger first 2010-08-25T09:36:16 hope its not hard :< 2010-08-25T09:36:34 do you have a jtag debugger? 2010-08-25T09:39:05 i have olimex arm-usb-ocd 2010-08-25T09:40:02 http://www.olimex.com/dev/arm-usb-ocd.html 2010-08-25T09:48:15 i use Lauterbach 2010-08-25T09:49:58 *** exception13 has joined #rtems 2010-08-25T09:51:03 our trainee tried this olimex once, and it seemed to work 2010-08-25T09:51:33 with debugging? 2010-08-25T09:51:58 at least i can flash u-boot with it 2010-08-25T09:52:05 with openocd and ubuntu 2010-08-25T09:53:58 you can use the standard arm-rtems4.10-gdb with it 2010-08-25T09:57:57 yes but i did not compile the toolchain so i have to compile gdb for it somehow 2010-08-25T09:58:11 hm 2010-08-25T09:58:14 there is gdb.. 2010-08-25T09:58:28 arm-rtems4.10-gdb 2010-08-25T09:59:50 there is just one problem.. the compiling machine is not the machine with openocd :) 2010-08-25T10:12:01 i should probably compile rtems with debugging first?:) 2010-08-25T10:12:32 normally the elf file contains debug info 2010-08-25T10:12:53 --enable-rtems-debug is something different 2010-08-25T10:13:04 hmm.. 2010-08-25T10:13:55 hello.exe: 1489209 bytes 2010-08-25T10:13:56 hello.exe.bin: 56768 bytes 2010-08-25T10:13:56 hello.exe.bin.gz: 30964 bytes 2010-08-25T10:13:56 hello.exe.img: 31028 bytes 2010-08-25T10:16:56 hello.exe is the elf file 2010-08-25T10:17:46 *** gedare has joined #rtems 2010-08-25T10:18:44 sebhub: does the incorrect workspace sizing manifest as a bug? 2010-08-25T10:19:42 i don't understand the workspace estimation that well 2010-08-25T10:20:29 *** tuxmaniac has quit IRC 2010-08-25T10:30:59 *** madrazr has quit IRC 2010-08-25T10:48:42 ok.. i must continue this later 2010-08-25T10:48:49 sebhub: thanks for help :) 2010-08-25T10:58:51 there is xmmp implementation in rtems? 2010-08-25T11:01:14 never used this xmmp 2010-08-25T11:01:40 like jabber 2010-08-25T11:02:13 *** sebhub has quit IRC 2010-08-25T11:02:40 but you have httpd, what else is network related? 2010-08-25T11:51:28 *** gedare has quit IRC 2010-08-25T13:03:48 *** gedare has joined #rtems 2010-08-25T13:38:56 *** lekernel has quit IRC 2010-08-25T15:10:54 *** lekernel has joined #rtems 2010-08-25T15:20:55 *** lekernel has quit IRC 2010-08-25T15:30:37 *** DrJoel has joined #rtems 2010-08-25T15:30:37 *** ChanServ sets mode: +o DrJoel 2010-08-25T15:30:45 * DrJoel waves hi 2010-08-25T15:33:36 hi DrJoel. 2010-08-25T15:34:09 hey.. just committed your sparc64 patch 2010-08-25T15:48:40 *** exception13 has left #rtems 2010-08-25T16:05:13 *** lekernel has joined #rtems 2010-08-25T16:56:22 *** DrJoel has quit IRC 2010-08-25T17:18:56 *** gedare has quit IRC 2010-08-25T18:16:29 *** projectgus has joined #rtems 2010-08-25T18:27:57 *** lekernel has quit IRC 2010-08-26T00:35:17 *** methril_ has joined #rtems 2010-08-26T00:36:44 *** methril has quit IRC 2010-08-26T01:05:31 *** methril_ has quit IRC 2010-08-26T01:32:01 *** sebhub has joined #rtems 2010-08-26T01:34:40 good morning 2010-08-26T02:10:34 *** projectgus has quit IRC 2010-08-26T02:28:43 *** lekernel has joined #rtems 2010-08-26T02:37:57 *** madrazr has joined #rtems 2010-08-26T02:51:44 *** madrazr has quit IRC 2010-08-26T03:38:42 *** lekernel has quit IRC 2010-08-26T05:22:37 *** methril_work has quit IRC 2010-08-26T05:24:47 *** methril_work has joined #rtems 2010-08-26T05:46:28 *** exception13 has joined #rtems 2010-08-26T06:59:51 *** methril has joined #rtems 2010-08-26T07:49:42 *** antgreen has joined #rtems 2010-08-26T08:12:40 *** tuxmaniac has joined #rtems 2010-08-26T08:22:06 *** tuxmaniac has quit IRC 2010-08-26T08:41:57 *** exception13 has left #rtems 2010-08-26T08:56:48 *** antgreen has quit IRC 2010-08-26T09:29:59 *** exception13 has joined #rtems 2010-08-26T09:32:22 morning 2010-08-26T11:03:49 *** antgreen has joined #rtems 2010-08-26T11:13:03 *** kuzew has quit IRC 2010-08-26T11:14:16 *** kuzew has joined #rtems 2010-08-26T11:27:20 *** sebhub has quit IRC 2010-08-26T11:49:31 *** exception13 has left #rtems 2010-08-26T11:49:38 *** exception13 has joined #rtems 2010-08-26T12:02:37 *** madrazr has joined #rtems 2010-08-26T12:43:06 *** tuxmaniac has joined #rtems 2010-08-26T13:33:56 *** madrazr1 has joined #rtems 2010-08-26T13:34:24 *** madrazr has quit IRC 2010-08-26T13:48:34 *** tuxmaniac has quit IRC 2010-08-26T14:49:06 *** exception13 has quit IRC 2010-08-26T16:42:34 *** lekernel has joined #rtems 2010-08-26T16:50:02 *** madrazr1 has quit IRC 2010-08-26T17:03:27 *** lekernel has quit IRC 2010-08-26T17:39:27 *** DrJoel has joined #rtems 2010-08-26T17:39:27 *** ChanServ sets mode: +o DrJoel 2010-08-26T17:39:39 Fallenou: any luck debugging it? 2010-08-26T17:41:20 was focused on a qemu issue 2010-08-26T17:41:30 anotehr bug? 2010-08-26T17:41:31 wrong irq number :/ 2010-08-26T17:41:35 yes 2010-08-26T17:41:41 its now fixed 2010-08-26T17:41:52 ouch ... oh well .. we don't have anything to do once they are all fixed 2010-08-26T17:42:14 btw memory map changed it would be good to merge the change so that i could do the script for simulation 2010-08-26T17:42:47 is there a PR? or an update to one? Just ping me with it 2010-08-26T17:47:16 yes i will 2010-08-26T17:47:25 i am off for the week end 2010-08-26T17:47:33 great.. I am trying to work through gedare's code now 2010-08-26T17:47:40 that's ok.. I will be here 2010-08-26T17:49:57 wish you luck for the review :) 2010-08-26T17:52:19 I have merged some of his code and now his all passes the test suite but there is a slowdown that is too large.. we have to identify that and fix it. :( 2010-08-26T17:58:40 humm ok 2010-08-26T17:59:05 is there smthing to flush network stack buffers ? 2010-08-26T17:59:19 to force sending queued packets 2010-08-26T17:59:26 better to ask on the list.. not the area I am most familiar with 2010-08-26T17:59:31 ok 2010-08-26T17:59:36 i tried fsync 2010-08-26T17:59:44 or close on the socket 2010-08-26T18:02:25 because i noticed if the bsp exits some packets dont have the time to be sent 2010-08-26T18:02:50 oh.. at system shutdown.. yep.. best to ask on the list for suggestions :( 2010-08-26T18:03:19 so i had to add while (1) sleep(5); 2010-08-26T18:03:41 ok :) 2010-08-26T18:04:23 time for me to head home.. night 2010-08-26T18:04:28 *** DrJoel has quit IRC 2010-08-26T18:07:53 *** projectgus has joined #rtems 2010-08-26T23:27:33 *** methril_ has joined #rtems 2010-08-26T23:29:23 *** methril has quit IRC 2010-08-27T01:10:18 *** sebhub has joined #rtems 2010-08-27T01:10:49 good morning 2010-08-27T01:54:05 hi 2010-08-27T01:59:11 *** projectgus has quit IRC 2010-08-27T02:48:05 *** lekernel has joined #rtems 2010-08-27T03:07:50 *** methril_ has quit IRC 2010-08-27T03:08:17 *** methril_ has joined #rtems 2010-08-27T03:47:05 *** lekernel has quit IRC 2010-08-27T03:55:24 *** _Lucretia_ has quit IRC 2010-08-27T04:01:29 *** methril_ has quit IRC 2010-08-27T04:01:57 *** methril_ has joined #rtems 2010-08-27T04:02:20 *** _Lucretia_ has joined #rtems 2010-08-27T04:20:20 *** methril_ has quit IRC 2010-08-27T04:20:46 *** methril_ has joined #rtems 2010-08-27T04:24:45 *** _Lucretia__ has joined #rtems 2010-08-27T04:26:47 *** _Lucretia_ has quit IRC 2010-08-27T05:09:10 *** madrazr has joined #rtems 2010-08-27T05:25:29 *** exception13 has joined #rtems 2010-08-27T06:43:54 *** DrJoel has joined #rtems 2010-08-27T06:43:54 *** ChanServ sets mode: +o DrJoel 2010-08-27T07:15:56 *** DrJoel has quit IRC 2010-08-27T08:04:23 *** tuxmaniac has joined #rtems 2010-08-27T08:19:33 *** exception13 has left #rtems 2010-08-27T08:35:39 *** DrJoel has joined #rtems 2010-08-27T08:35:39 *** ChanServ sets mode: +o DrJoel 2010-08-27T09:10:55 lets see how this gdb will work .. :l 2010-08-27T09:12:55 0x00000790 in ?? () 2010-08-27T09:26:37 *** exception13 has joined #rtems 2010-08-27T09:28:45 *** lekernel has joined #rtems 2010-08-27T09:44:18 *** sebhub has quit IRC 2010-08-27T09:47:08 hmm 2010-08-27T09:47:58 im starting rtems with u-boot 2010-08-27T09:49:05 how can i make it halt at begining to do stepping line by line with debugger 2010-08-27T09:56:59 main thread is at twiddle 2010-08-27T09:57:02 what does it mean 2010-08-27T09:57:27 failed to get remote thread list 2010-08-27T09:57:30 :l 2010-08-27T10:11:05 is this normal ? 2010-08-27T10:37:48 can i set program to halt immediately at entry point? 2010-08-27T10:45:35 *** madrazr has quit IRC 2010-08-27T10:47:46 i think something goes wrong after line 158 in c/src/lib/libbsp/arm/shared/start/start.S 2010-08-27T10:50:05 it jumps to 0x000000d2 and then to 0x0000000c and then to twiddle 2010-08-27T10:57:20 en ny oo iha sata varma mut eiks tuol alkupäässä muistia oo viel se u-boot bootloaderi 2010-08-27T10:59:57 *** DrJoelG1 has joined #rtems 2010-08-27T11:00:21 *** DrJoelG1 has left #rtems 2010-08-27T11:01:31 hups.. :) should not speak finnish.. 2010-08-27T11:02:25 should the bootloader be at begining of the memory since im booting with u-boot 2010-08-27T13:14:32 *** tuxmaniac has quit IRC 2010-08-27T14:11:31 *** DrJoel has quit IRC 2010-08-27T14:35:41 *** lekernel has quit IRC 2010-08-27T14:53:17 *** lekernel has joined #rtems 2010-08-27T15:46:43 *** exception13 has left #rtems 2010-08-27T16:20:59 *** _Lucretia__ has quit IRC 2010-08-27T16:46:05 *** methril_work has quit IRC 2010-08-27T18:40:08 *** kuzew has quit IRC 2010-08-27T19:18:50 *** kuzew has joined #rtems 2010-08-27T19:30:12 *** _Lucretia_ has joined #rtems 2010-08-27T20:43:02 *** _Lucretia_ has quit IRC 2010-08-27T21:04:54 *** _Lucretia_ has joined #rtems 2010-08-28T00:47:54 *** antgreen has quit IRC 2010-08-28T04:31:57 *** methril_ has quit IRC 2010-08-28T04:59:51 *** exception13 has joined #rtems 2010-08-28T06:59:26 *** madrazr has joined #rtems 2010-08-28T08:01:02 *** DrJoel has joined #rtems 2010-08-28T08:01:02 *** ChanServ sets mode: +o DrJoel 2010-08-28T08:33:23 *** DrJoel has quit IRC 2010-08-28T08:56:10 *** madrazr has quit IRC 2010-08-28T09:13:57 *** DrJoel has joined #rtems 2010-08-28T09:14:03 *** ChanServ sets mode: +o DrJoel 2010-08-28T09:14:13 *** DrJoel has quit IRC 2010-08-28T09:54:04 *** DrJoel has joined #rtems 2010-08-28T09:54:04 *** ChanServ sets mode: +o DrJoel 2010-08-28T10:18:02 *** DrJoel has quit IRC 2010-08-28T10:37:39 btw the .ralf files are raw binary, right? 2010-08-28T11:55:52 hi 2010-08-28T11:56:34 you tried them lekernel on the board ? 2010-08-28T11:58:26 yes, they work 2010-08-28T11:58:31 btw i made a mouse driver which works too 2010-08-28T11:58:40 we can now use the flickernoise gui on the board 2010-08-28T11:59:00 there's still a slight bug with the mouse button handling, fixing that atm 2010-08-28T12:06:10 http://www.usb.org/developers/devclass_docs/HID1_11.pdf <= you'll never look at your mouse the same way after reading that 2010-08-28T12:06:13 what a complete mess 2010-08-28T12:43:03 Fallenou, how do you set the stack size of the main rtems thread? CONFIGURE_EXTRA_TASK_STACKS does it? 2010-08-28T13:10:24 *** gedare has joined #rtems 2010-08-28T13:48:09 *** madrazr has joined #rtems 2010-08-28T14:07:10 lekernel: in the makefile.am of the app 2010-08-28T14:07:47 or in the app itself 2010-08-28T14:07:48 finally managed to do it... but i get a super weird behaviour 2010-08-28T14:07:52 with a define 2010-08-28T14:07:57 looks like total random memory corruption 2010-08-28T14:08:53 my application randomly fucks up over time and eventually completely freezes 2010-08-28T14:09:27 not sure it's only stack related 2010-08-28T14:10:47 the stack checker doesn't seem reliable, even when i deliberately smash the stack it doesn't always detect it 2010-08-28T14:10:55 i hate it when things go like this 2010-08-28T14:17:24 humm =( usually when using network stack for ex you have to increase stack 2010-08-28T14:17:50 the line with 0x8** in the makefile 2010-08-28T14:18:03 I have no such line in the makefile... 2010-08-28T14:18:26 i'm using #define CONFIGURE_ and rtems/confdef.h in a .c file 2010-08-28T14:18:55 nice, seems the heap is messed up too 2010-08-28T14:19:09 I get errors like 2010-08-28T14:19:11 Program heap: free of bad pointer 4242DDF0 -- range 42404800 - 44404800 2010-08-28T14:19:11 Program heap: free of bad pointer 4242E000 -- range 42404800 - 44404800 2010-08-28T14:19:21 not sure where the bug comes from, maybe it's just a genode fx bug 2010-08-28T14:31:43 dunno never used free or malloc with rtems 2010-08-28T14:31:53 used static allocation 2010-08-28T15:37:03 *** gedare has quit IRC 2010-08-28T16:05:25 *** exception13 has left #rtems 2010-08-28T16:42:17 *** madrazr has quit IRC 2010-08-28T17:03:50 *** gedare has joined #rtems 2010-08-28T17:10:02 *** gedare has quit IRC 2010-08-28T17:23:21 *** madrazr has joined #rtems 2010-08-28T17:54:19 *** kristianpaul has quit IRC 2010-08-28T18:11:45 *** madrazr has quit IRC 2010-08-28T18:37:36 *** kristianpaul has joined #rtems 2010-08-28T18:55:50 *** kristianpaul has quit IRC 2010-08-28T18:56:51 *** kristianpaul has joined #rtems 2010-08-28T18:57:17 *** kristianpaul has quit IRC 2010-08-28T19:39:45 *** kristianpaul has joined #rtems 2010-08-28T19:46:04 *** kristianpaul has quit IRC 2010-08-28T19:46:25 *** kristianpaul has joined #rtems 2010-08-28T19:55:59 *** kristianpaul has quit IRC 2010-08-28T19:56:07 *** kristianpaul has joined #rtems 2010-08-28T20:03:37 *** kristianpaul has quit IRC 2010-08-28T20:49:25 *** kristianpaul has joined #rtems 2010-08-29T04:31:00 *** exception13 has joined #rtems 2010-08-29T07:07:59 *** dr__house has joined #rtems 2010-08-29T08:23:59 *** madrazr has joined #rtems 2010-08-29T08:24:07 *** madrazr has joined #rtems 2010-08-29T09:01:31 *** dr__house has quit IRC 2010-08-29T11:03:23 *** lekernel has quit IRC 2010-08-29T12:53:16 *** lekernel has joined #rtems 2010-08-29T13:35:01 *** madrazr has quit IRC 2010-08-29T14:10:07 *** DrJoel has joined #rtems 2010-08-29T14:10:07 *** ChanServ sets mode: +o DrJoel 2010-08-29T14:12:13 *** DrJoel has quit IRC 2010-08-29T14:51:02 *** exception13 has left #rtems 2010-08-29T14:55:54 *** madrazr has joined #rtems 2010-08-29T16:56:47 *** madrazr has quit IRC 2010-08-29T17:16:40 *** madrazr has joined #rtems 2010-08-29T18:13:20 *** madrazr has quit IRC 2010-08-29T18:56:35 *** projectgus has joined #rtems 2010-08-29T18:57:29 *** projectgus has joined #rtems 2010-08-29T20:59:33 *** _Lucretia_ has quit IRC 2010-08-29T21:00:28 *** _Lucretia_ has joined #rtems