2012-11-05T01:24:54 *** arvind_khadri has joined #rtems 2012-11-05T01:39:35 *** QingPei has left #rtems 2012-11-05T02:09:56 *** sebhub has joined #rtems 2012-11-05T02:10:53 good morning 2012-11-05T03:36:40 sebhub, hi 2012-11-05T03:36:49 hi chris 2012-11-05T03:37:20 The size of patch is nice. Detecting that in autconf was a hack 2012-11-05T03:38:11 for me this sizeof pointer clearly is a property of the cpu port 2012-11-05T03:38:57 Yes. The 'percpu' is an ABI for a specific cpu and the language should not care. 2012-11-05T03:39:32 yes exactly, and the static assertions show is something is not right 2012-11-05T03:39:32 If it happens to match a C struct that is nice but it is an ABI 2012-11-05T03:39:47 Correct. I like them and welcome them as an addition 2012-11-05T03:41:06 My Source Builder tool is coming together 2012-11-05T03:42:01 the recent gcc quality makes it more and more important to do source builds and test runs 2012-11-05T03:42:32 I will add build from git/svn/cvs at some point in time 2012-11-05T03:42:51 I have tested MacOS, FreeBSD and Windows. 2012-11-05T03:42:58 Windows is giving me problems. 2012-11-05T03:43:49 I think the MSYS environment is suffering not having large packages being built on it. Most cross compiler from Unix 2012-11-05T03:49:35 yes, i gave up to build gcc on msys 2012-11-05T03:51:42 I feel it needs to happen, even if (I dare say) cygwin is used. I feel a Windows user needs to be able to build from source without the need for a Unix box 2012-11-05T03:54:21 http://www.rtems.org/ftp/pub/rtems/people/chrisj/source-builder/source-builder.html 2012-11-05T03:55:08 there is no git repo available :) 2012-11-05T03:59:51 http://git.rtems.org/rtems/commit/?id=b3cee28a519e96082d4309447d268dd4740a187c 2012-11-05T04:00:06 pretty interesting that nobody noticed this bug before 2012-11-05T04:05:26 I suspect the bug has been noticed but never located 2012-11-05T04:05:30 Nice find 2012-11-05T04:06:14 the lauterbach trace32 rtems awareness is very helpful for these kind of bugs 2012-11-05T04:06:28 deadlock detection 2012-11-05T04:06:37 It would seem it is 2012-11-05T04:07:29 in case you end up in the idle task forever you can inspect the system state with the debugger, it shows you also all task stacks 2012-11-05T04:08:31 your source builder uses the rpm spec files from rtems-crossrpms? 2012-11-05T04:32:48 No, the specbuilder does that. I am moving from that. I want to have the control in the tool. 2012-11-05T04:33:10 ?. I am moving awat from that. .... 2012-11-05T04:34:13 Based the scripting on the spec file format because I had the code 2012-11-05T04:36:08 ok, we need a place to store all the magic configure parameters, I think they are currently only in the spec files 2012-11-05T04:41:12 The source builder tool has a config directory. In this we place the configuration scripts that build gcc etc. 2012-11-05T04:41:37 then in an RTEMS source builder tool we put the build sets for rtems tools. 2012-11-05T04:41:45 Including the patches 2012-11-05T04:42:37 ok, so you want to provide a stand alone alternative to the rtems-crossrpms 2012-11-05T04:45:11 My focus currently is building tools outside of the RTEMS project. It just happens to be able to build RTEMS tools. 2012-11-05T04:45:38 ok 2012-11-05T04:45:43 Tools outside of RTEMS tend to be script based and those have maintance issues 2012-11-05T04:45:59 One is using different hosts 2012-11-05T04:46:04 from one tool 2012-11-05T04:46:16 *** tony1 has joined #rtems 2012-11-05T04:46:44 *** tony1 has left #rtems 2012-11-05T06:28:27 sebhub, is 4.10 really using gcc 4.47 ? 2012-11-05T06:28:33 4.4.7 2012-11-05T06:32:40 yes 2012-11-05T06:33:19 There is a bug in mpfr and that gcc in some mpfr versions 2012-11-05T06:33:36 on darwin and solaris and it seems freebsd 2012-11-05T06:36:17 I'm off for the night, cya 2012-11-05T09:48:41 *** arvind_khadri has quit IRC (Ping timeout: 244 seconds) 2012-11-05T10:45:17 *** sebhub has quit IRC (Remote host closed the connection) 2012-11-05T12:44:45 *** antgreen has joined #rtems 2012-11-05T13:06:56 *** kiwichris_ has quit IRC (Quit: This computer has gone to sleep) 2012-11-05T13:07:50 *** kiwichris has joined #rtems 2012-11-05T14:10:23 *** antgreen has quit IRC (Ping timeout: 255 seconds) 2012-11-05T20:07:38 *** sevikkk has quit IRC (Ping timeout: 252 seconds) 2012-11-05T20:08:16 *** sevikkk has joined #rtems 2012-11-05T22:23:47 *** sevikkk has quit IRC (Ping timeout: 260 seconds) 2012-11-05T22:27:43 *** sevikkk has joined #rtems 2012-11-06T01:52:38 *** sebhub has joined #rtems 2012-11-06T01:58:08 good morning 2012-11-06T02:07:36 sebhub, hi 2012-11-06T02:31:19 it will take me some time to try out your source builder 2012-11-06T02:34:45 How did you know I would ask ? :) 2012-11-06T02:35:22 i have some deadlines to meet 2012-11-06T02:35:33 All I need is some feedback on suse 2012-11-06T02:35:43 I understand. I have tested Ubuntu 2012-11-06T02:36:21 ok, I try my best 2012-11-06T02:36:43 Thanks. It is not going anywhere :) 2012-11-06T02:38:27 I have been working through the Windows issues slowly. I can build an arm-eabi tool chain but I die building gdb. 2012-11-06T02:39:04 The build has to be -j1 or make dies due to an issue with the MSYS process handling and the source builder python threads. 2012-11-06T02:43:35 do you know the email address for the gcc compile farm account request? 2012-11-06T03:40:25 No. I think it is on the gcc web site. 2012-11-06T05:48:20 question 2012-11-06T05:48:46 whats the status on 'multi-core' rtems support for i386 bsp? 2012-11-06T05:48:54 or is it still in development? 2012-11-06T06:28:37 yes 2012-11-06T09:45:19 *** antgreen has joined #rtems 2012-11-06T09:57:59 *** antgreen has quit IRC (Remote host closed the connection) 2012-11-06T10:45:31 *** sebhub has quit IRC (Remote host closed the connection) 2012-11-06T13:30:55 *** antgreen has joined #rtems 2012-11-06T14:41:50 *** antgreen has quit IRC (Read error: Connection reset by peer) 2012-11-07T01:40:45 *** arvind_khadri has joined #rtems 2012-11-07T01:58:04 *** sebhub has joined #rtems 2012-11-07T01:58:38 good morning 2012-11-07T02:16:40 moorning 2012-11-07T06:47:52 *** arvind_khadri has quit IRC (Ping timeout: 246 seconds) 2012-11-07T07:49:19 *** QingPei has joined #rtems 2012-11-07T08:28:19 *** QingPei has quit IRC (Ping timeout: 256 seconds) 2012-11-07T08:32:08 *** QingPei has joined #rtems 2012-11-07T08:57:10 *** QingPei has quit IRC (Quit: Leaving.) 2012-11-07T10:45:38 *** sebhub has quit IRC (Remote host closed the connection) 2012-11-07T16:28:32 *** antgreen has joined #rtems 2012-11-07T21:04:43 *** sevikkk has quit IRC (Ping timeout: 260 seconds) 2012-11-07T21:09:22 *** sevikkk has joined #rtems 2012-11-07T22:14:36 *** antgreen has quit IRC (Ping timeout: 240 seconds) 2012-11-08T01:14:48 *** arvind_khadri has joined #rtems 2012-11-08T01:49:47 *** sebhub has joined #rtems 2012-11-08T01:51:10 good morning 2012-11-08T02:02:41 yo 2012-11-08T02:02:42 :D 2012-11-08T02:39:35 *** monstr has joined #rtems 2012-11-08T03:43:59 *** monstr has quit IRC (Ping timeout: 255 seconds) 2012-11-08T03:44:12 www.rtems.org down? 2012-11-08T03:46:36 seems so 2012-11-08T03:47:44 hm, it is only slow 2012-11-08T03:47:50 *** monstr has joined #rtems 2012-11-08T04:09:48 yeah it loaded after a long wait 2012-11-08T05:14:37 *** monstr has quit IRC (Read error: Operation timed out) 2012-11-08T05:25:40 *** monstr has joined #rtems 2012-11-08T07:44:59 *** arvind_khadri has quit IRC (Ping timeout: 260 seconds) 2012-11-08T08:51:18 *** QingPei has joined #rtems 2012-11-08T10:45:57 *** rtemsLogger has joined #rtems 2012-11-08T13:20:31 *** monstr has quit IRC (Ping timeout: 260 seconds) 2012-11-08T14:40:45 *** arvind_khadri has joined #rtems 2012-11-08T20:44:57 *** QingPei has joined #rtems 2012-11-08T23:15:41 *** QingPei has quit IRC (Quit: Leaving.) 2012-11-08T23:15:55 *** QingPei has joined #rtems 2012-11-08T23:35:27 *** arvind_khadri has quit IRC (Ping timeout: 276 seconds) 2012-11-09T01:39:38 *** monstr has joined #rtems 2012-11-09T01:52:16 *** sebhub has joined #rtems 2012-11-09T01:54:17 good morning 2012-11-09T02:10:36 *** monstr has quit IRC (Ping timeout: 240 seconds) 2012-11-09T03:41:40 sebhub, hi 2012-11-09T03:49:08 *** monstr has joined #rtems 2012-11-09T03:54:44 hi chris 2012-11-09T04:46:33 ../git-rtems-source-builder/source-builder/sb-set-builder --log=l.txt --force --prefix=/scratch/install-source-builder --target=arm-eabi gcc-4.6-1 2012-11-09T04:46:35 Source Builder - Set Builder, v0.1 2012-11-09T04:46:36 Build Set: gcc-4.6-1 2012-11-09T04:46:38 error: no build set file found: gcc-4.6-1.bse 2012-11-09T04:47:08 but --list-configs shows a "gcc-4.6-1" 2012-11-09T05:29:52 Hi 2012-11-09T05:30:43 There are configs and build sets. Try --list-bsets (I think) 2012-11-09T05:30:45 I did ./build-4.11-targets.sh $HOME/development/rtems/4.11 2012-11-09T05:30:58 I have just added 4.11 using gcc-4.6.3 2012-11-09T05:31:21 The 4.10 has been tested on FreeBSD, MacOS, Ubuntu and Fedora 2012-11-09T05:33:06 The build set is 'rtems-tools-4.11' for a 4.11 gcc-4.6.3 2012-11-09T05:33:10 That is ... 2012-11-09T05:33:48 ../git-rtems-source-builder/source-builder/sb-set-builder --log=l.txt --force --prefix=/scratch/install-source-builder --target=arm-eabi tems-tools-4.11 2012-11-09T05:34:36 Oh and "cd ../git-rtems-source-builder/rtems' 2012-11-09T05:34:54 You can build in the git tree. It cleans up and is ok. 2012-11-09T05:35:40 Anyway look in the 'rtems' dir and run the script or take a look. If you run the script please send me the results. 2012-11-09T05:35:56 I am off for the night. cya 2012-11-09T07:05:34 *** QingPei has quit IRC (Ping timeout: 265 seconds) 2012-11-09T07:27:29 *** QingPei has joined #rtems 2012-11-09T07:46:06 *** QingPei has left #rtems 2012-11-09T08:05:28 *** kristianpaul has quit IRC (Quit: leaving) 2012-11-09T10:25:16 *** sebhub has quit IRC (Remote host closed the connection) 2012-11-09T12:06:32 *** monstr has quit IRC (Ping timeout: 252 seconds) 2012-11-09T13:34:39 18 2012-11-09T18:55:41 *** kiwichris has quit IRC (Quit: This computer has gone to sleep) 2012-11-09T19:16:37 *** kiwichris has joined #rtems 2012-11-09T23:25:40 Source builder doco has just been updated ... 2012-11-09T23:25:41 http://www.rtems.org/ftp/pub/rtems/people/chrisj/source-builder/source-builder.html 2012-11-09T23:29:15 *** kiwichris has quit IRC (Quit: This computer has gone to sleep) 2012-11-10T00:07:21 *** kiwichris has joined #rtems 2012-11-11T03:13:25 *** monstr has joined #rtems 2012-11-11T08:53:31 *** monstr has quit IRC (Ping timeout: 260 seconds) 2012-11-11T10:14:20 *** monstr has joined #rtems 2012-11-11T12:01:12 *** monstr has quit IRC (Ping timeout: 252 seconds) 2012-11-11T15:01:20 *** kiwichris has quit IRC (Quit: This computer has gone to sleep) 2012-11-11T15:02:06 *** kiwichris has joined #rtems