2012-12-10T01:16:08 *** monstr_ has joined #rtems 2012-12-10T01:27:29 *** sebhub has joined #rtems 2012-12-10T01:28:08 good morning 2012-12-10T04:28:36 *** MegaAlex has quit IRC (Ping timeout: 240 seconds) 2012-12-10T04:31:19 *** MegaAlex has joined #rtems 2012-12-10T04:59:38 *** sevikkk has quit IRC (Quit: Leaving.) 2012-12-10T05:14:35 *** sevikkk has joined #rtems 2012-12-10T06:31:40 *** gedare has joined #rtems 2012-12-10T06:59:52 *** jenniferA has joined #rtems 2012-12-10T09:27:38 *** antgreen has joined #rtems 2012-12-10T09:59:22 *** monstr_ has quit IRC (Read error: Operation timed out) 2012-12-10T10:00:12 *** monstr_ has joined #rtems 2012-12-10T10:13:54 any mentor here? :) 2012-12-10T10:29:01 hi MegaAlex 2012-12-10T10:29:06 how can i help 2012-12-10T10:30:28 heya, I don't know what the @defgroup for libcsupport/sys/termios.h should be :/ (group Termios is defined in rtems/libio.h) 2012-12-10T10:33:27 probably use that group then without a defgroup 2012-12-10T10:33:40 put the file ingroup Termios 2012-12-10T10:34:27 ok, thanks :) 2012-12-10T10:51:28 *** zargy has joined #rtems 2012-12-10T10:55:34 hey zargy how's it going 2012-12-10T10:58:57 hey it's going fine 2012-12-10T10:59:50 thanks for asking 2012-12-10T11:05:56 *** sebhub has quit IRC (Ping timeout: 248 seconds) 2012-12-10T11:40:35 *** darkhorse_ has joined #rtems 2012-12-10T11:41:27 *** darkhorse_ has quit IRC (Client Quit) 2012-12-10T12:28:23 Gedare, Where do I find the documentation for these functions? 2012-12-10T12:31:44 zargy: posix functions are described by the standard, which can be found at http://pubs.opengroup.org/onlinepubs/009696799/ 2012-12-10T12:31:55 ok 2012-12-10T12:31:58 thanks 2012-12-10T12:34:16 I assume I'm going to have to add in #include ? 2012-12-10T12:42:50 not sure... i think it gets pulled when posix is configured. 2012-12-10T12:45:26 ok 2012-12-10T12:59:28 you can also type "man pthread_cond_init" in a terminal window and it will give you a manual page 2012-12-10T13:02:16 *** rapchik has joined #rtems 2012-12-10T13:02:33 i need to ask something abt git 2012-12-10T13:02:41 anybody here to help 2012-12-10T13:06:43 What's your question? 2012-12-10T13:07:34 ok so basically how will i ask for the patch in git gui 2012-12-10T13:07:47 my task is 2012-12-10T13:07:48 https://google-melange.appspot.com/gci/task/view/google/gci2012/8009205 2012-12-10T13:08:42 ok, are you running on the linux virtual machine or windows? 2012-12-10T13:08:48 windows 2012-12-10T13:08:58 ok, 2012-12-10T13:09:10 I havent used the Git gui, 2012-12-10T13:09:35 Gedare, what do you suggest? 2012-12-10T13:09:56 i don't know about a gui either... 2012-12-10T13:10:07 look for a "diff" button? 2012-12-10T13:10:31 jennifer told me abt it yesterday 2012-12-10T13:10:48 that's how i started using it 2012-12-10T13:11:07 jenniferA: ping 2012-12-10T13:11:46 i mean kiwichris 2012-12-10T13:12:07 who is jennifer averett 2012-12-10T13:12:41 that's jenniferA 2012-12-10T13:12:50 ok 2012-12-10T13:13:21 jenniferA doesn't appear to be here right now 2012-12-10T13:13:23 wasn't me 2012-12-10T13:13:24 *** monstr_ has quit IRC (Ping timeout: 264 seconds) 2012-12-10T13:13:47 then whoever is kiwichris 2012-12-10T13:13:50 maybe something was lost in translation. 2012-12-10T13:13:53 oh, that's Chris 2012-12-10T13:13:54 was d guy who helped me 2012-12-10T13:14:07 yes Chris was on yesterday 2012-12-10T13:14:10 He's on aussie time though.. so isn't around right now probably 2012-12-10T13:14:45 ok 2012-12-10T13:14:55 so any other way to do this 2012-12-10T13:14:58 Ok, so how do I use pthread_cond_init();? I just need to know what goes in the arguments 2012-12-10T13:15:59 ok 2012-12-10T13:18:27 rapchik: try looking on google for help with the tool? 2012-12-10T13:18:31 i'm not sure what the tool is, sorry 2012-12-10T13:18:40 zargy id you look at the man page? 2012-12-10T13:18:45 yeah 2012-12-10T13:19:01 sorry, I'm not that good at program stuff 2012-12-10T13:19:06 zargy: look in... testsuites/psxtests/psxcond01 2012-12-10T13:19:12 ok 2012-12-10T13:19:39 i found out by... 2012-12-10T13:19:42 cd testsuites/psxtests 2012-12-10T13:19:50 grep -R pthread_cond_init * 2012-12-10T13:19:55 and looked for something promising :) 2012-12-10T13:20:21 ok 2012-12-10T13:21:53 What exactly is mutex? 2012-12-10T13:23:01 *** rapchik has quit IRC (Quit: Page closed) 2012-12-10T13:23:42 mutual exclusion lock 2012-12-10T13:23:49 ok 2012-12-10T13:23:53 don't include it in the timing 2012-12-10T13:24:18 google mutex or semaphore for more info ;) 2012-12-10T13:27:14 so I assume I actually have to create a thread with pthread_create()? 2012-12-10T13:34:50 zargy: a very through explanation what a mutex and a semophore is and why and how they are different is http://blog.feabhas.com/2009/09/mutex-vs-semaphores-–-part-1-semaphores/ 2012-12-10T13:35:03 thanks 2012-12-10T13:35:20 zarge: part 2 and 3 a re a bit hard to find http://pinboard.in/u:peerst/t:mutex 2012-12-10T13:35:28 here you have links o all 3 parts 2012-12-10T13:35:55 zargy: sprry missspelled your name 2012-12-10T13:39:08 dats fine 2012-12-10T13:53:06 yeah you may need to create a thread in order to actually call cond_init... 2012-12-10T13:53:11 i'm not really sure :) 2012-12-10T14:18:44 *** jenniferA has quit IRC (Quit: Leaving) 2012-12-10T14:19:34 *** gedare has quit IRC (Quit: Leaving) 2012-12-10T14:49:34 *** ayush10297 has joined #rtems 2012-12-10T14:49:51 the links for d documentation tasks not working 2012-12-10T14:50:00 somebody plz take a look at it 2012-12-10T14:50:12 and thankz for uploading documentation tasks 2012-12-10T15:01:36 *** ayush10297 has quit IRC (Quit: Page closed) 2012-12-10T15:12:22 zargy: the pthread API also works on tasks created by the classic API, you can mix them 2012-12-10T15:13:04 pthread_create is just a api over task generation 2012-12-10T15:13:34 and RTEMS's classic "tasks" are called threads nowadays 2012-12-10T15:58:57 *** antgreen has quit IRC (Remote host closed the connection) 2012-12-10T17:00:05 *** maaattt has joined #rtems 2012-12-10T17:28:15 Hey, any mentors around that are available to check my task :) https://google-melange.appspot.com/gci/task/view/google/gci2012/8011224 2012-12-10T17:28:38 maaattt, here but snowed under with a work task at the moment; sorry 2012-12-10T17:29:14 ah ok no worries 2012-12-10T18:27:33 *** maaattt has quit IRC (Ping timeout: 245 seconds) 2012-12-10T20:06:48 *** kiwichris has quit IRC (Ping timeout: 264 seconds) 2012-12-10T20:46:27 *** maattt has joined #rtems 2012-12-10T20:47:37 Hey guys, I just noticed all our completed tasks just doubled, I think it might be a glitch. Its only happening to us from what I can see 2012-12-10T20:48:27 oh it just got fixed! 2012-12-10T22:03:48 *** maattt has quit IRC (Ping timeout: 245 seconds) 2012-12-10T22:12:48 *** kiwichris has joined #rtems 2012-12-10T22:48:44 *** zargy has quit IRC (Ping timeout: 265 seconds) 2012-12-11T00:48:15 *** monstr_ has joined #rtems 2012-12-11T01:12:07 *** arvind_khadri has joined #rtems 2012-12-11T04:23:36 *** sebhub has joined #rtems 2012-12-11T04:24:29 good morning 2012-12-11T04:33:24 *** monstr_ has quit IRC (Ping timeout: 248 seconds) 2012-12-11T04:33:48 *** monstr_ has joined #rtems 2012-12-11T07:30:00 *** peerst has quit IRC (Quit: peerst) 2012-12-11T07:33:19 *** peerst has joined #rtems 2012-12-11T07:44:21 *** peerst has quit IRC (Quit: peerst) 2012-12-11T07:45:31 *** peerst has joined #rtems 2012-12-11T08:08:31 *** arvind_khadri has quit IRC (Ping timeout: 260 seconds) 2012-12-11T10:15:30 *** monstr_ has quit IRC (Ping timeout: 276 seconds) 2012-12-11T10:23:29 *** sebhub has quit IRC (Remote host closed the connection) 2012-12-11T10:26:14 *** monstr_ has joined #rtems 2012-12-11T11:19:41 *** arvind_khadri has joined #rtems 2012-12-11T11:34:47 *** monstr_ has quit IRC (Ping timeout: 260 seconds) 2012-12-11T12:06:55 *** arvind_khadri has quit IRC (Ping timeout: 240 seconds) 2012-12-11T21:05:48 *** arvind_khadri has joined #rtems 2012-12-11T21:35:54 *** arvind_khadri has quit IRC (Ping timeout: 240 seconds) 2012-12-11T23:34:06 *** rtemsLogger has joined #rtems 2012-12-11T23:42:19 *** MegaAlex has quit IRC (Ping timeout: 255 seconds) 2012-12-11T23:43:35 *** MegaAlex has joined #rtems 2012-12-12T01:13:40 *** monstr_ has joined #rtems 2012-12-12T02:11:27 *** sebhub has joined #rtems 2012-12-12T04:17:00 *** arvind_khadri has joined #rtems 2012-12-12T04:18:17 *** arvind_khadri has joined #rtems 2012-12-12T04:19:00 *** arvind_khadri has quit IRC (Max SendQ exceeded) 2012-12-12T04:19:32 *** arvind_khadri has joined #rtems 2012-12-12T04:20:47 *** arvind_khadri has joined #rtems 2012-12-12T09:37:25 *** lcpfnvcy has quit IRC (Ping timeout: 248 seconds) 2012-12-12T09:43:53 *** lcpfnvcy has joined #rtems 2012-12-12T09:55:29 *** gedare has joined #rtems 2012-12-12T09:55:41 hi gedare 2012-12-12T09:55:50 Hey Peer, how are you? 2012-12-12T09:56:01 deadline hell 2012-12-12T09:56:28 btw it is possible to call pthread_mutex e.g. in a classic rtems task 2012-12-12T09:56:41 i've seen the chat after you left 2012-12-12T09:56:52 ahhh 2012-12-12T09:56:59 yes I think I knew that... just didn't think hard 2012-12-12T09:57:05 it doesn't care how the thread is created 2012-12-12T09:57:19 right because it passed through to the score semaphore 2012-12-12T09:57:25 I use this often since I need some features of the classic task_create api 2012-12-12T09:57:49 but then want to use mutexes and cond vars 2012-12-12T09:57:53 right 2012-12-12T09:58:16 and btw the other way round 2012-12-12T09:58:30 you can mix api's like crazy 2012-12-12T09:58:34 heh 2012-12-12T09:58:45 if its readable code well 2012-12-12T09:59:00 i don't use posix unless porting an app that does 2012-12-12T09:59:23 but i don't do much app development ;) 2012-12-12T10:08:05 Thanks peerst I let the student know 2012-12-12T10:17:54 gedare: for many uses posix mutex + cond vars are more versatile than classic api 2012-12-12T10:18:33 try to build rw locks out of classic api without using events 2012-12-12T10:18:46 with mutex+cond its trivial 2012-12-12T10:20:42 Makes sense. fwiw, I would just build an RW lock in score and wrap it with a new classic ;) 2012-12-12T10:28:00 well then you could probably use (or build) posix rw locks (not sure if they are already there) 2012-12-12T10:28:27 I'm not sure if score has a good condition var like thing 2012-12-12T10:28:45 but then I don't know score very well 2012-12-12T10:41:10 i don't think we do... there was some discussion awhile ago about improving support for them 2012-12-12T10:41:14 but, i forget :) 2012-12-12T10:53:19 *** sebhub has quit IRC (Remote host closed the connection) 2012-12-12T11:43:03 gedare: do you know the link to the tool sources on rtems website? 2012-12-12T11:43:21 nope 2012-12-12T11:43:38 need a new autoconf but its kind of hard to download it from fsf 2012-12-12T11:44:04 all I get is new donate here sites 2012-12-12T11:44:55 hmm 2012-12-12T11:45:10 ftp.gnu.org seems to still work 2012-12-12T11:46:03 one just has to avoid the website 2012-12-12T11:46:16 you could try http://www.rtems.org/ftp/pub/rtems/people/chrisj/source-builder/source-builder.html 2012-12-12T11:46:43 it is in I guess you could say beta release :) 2012-12-12T11:46:44 yeah I want to try it once bit for now I just need a new autoconf 2012-12-12T11:46:48 ok 2012-12-12T11:46:57 but it looks very nice 2012-12-12T11:47:13 i usually just go to the ftp.gnu.org 2012-12-12T11:47:34 what I'm really looking forward to is not needing autoconf to build rtems 2012-12-12T11:47:46 gedare: yeah except for newlib 2012-12-12T11:48:08 ftp://ftp.rtems.org/pub/rtems/SOURCES/ 2012-12-12T11:48:14 i think they're under there somewhere 2012-12-12T11:48:27 i have a script for that 2012-12-12T11:48:51 but have to fetch the patch from the crossrpm repo 2012-12-12T11:50:20 do automake and autoconf need patches? 2012-12-12T11:50:49 not normally 2012-12-12T11:51:15 yeah don't see any in the 4.11 dir 2012-12-12T11:51:41 thanks for the link 2012-12-12T12:14:54 *** JenniferA has joined #rtems 2012-12-12T13:09:08 *** zargy has joined #rtems 2012-12-12T13:23:48 *** JenniferA has quit IRC (Ping timeout: 245 seconds) 2012-12-12T13:34:18 ok, I switched tasks 2012-12-12T15:06:59 *** monstr_ has quit IRC (Ping timeout: 244 seconds) 2012-12-12T15:25:38 *** ppisa has joined #rtems 2012-12-12T15:26:04 *** ppisa has left #rtems 2012-12-12T16:26:19 *** JenniferA has joined #rtems 2012-12-12T16:50:34 *** kiwichris has quit IRC (Quit: This computer has gone to sleep) 2012-12-12T16:51:13 *** kiwichris has joined #rtems 2012-12-12T17:11:36 * kiwichris just pushed changes so a RAP file loads on the SIS simulator 2012-12-12T17:37:59 *** gedare has quit IRC (Ping timeout: 260 seconds) 2012-12-12T17:39:53 JenniferA: ping. Sorry I didnt talk later. 2012-12-12T17:40:02 *earlier 2012-12-12T17:40:16 I've found the template and am working on it now 2012-12-12T17:59:03 kiwichris: I'm trying to figure out where to add pthread_cond_signal() in rtems-testing/rtems-test-template/pxmtmtest_unblocking_preempt/init.c. 2012-12-12T18:00:48 zargy, sorry but I do not know what this relates too. What is this about ? 2012-12-12T18:03:17 http://www.google-melange.com/gci/task/view/google/gci2012/7971215 2012-12-12T18:03:22 sorry 2012-12-12T18:03:26 peerst, the source-builder project has all the patches in it. 2012-12-12T18:03:33 zargy, thanks 2012-12-12T18:05:41 zargy, this file http://git.rtems.org/rtems-testing/tree/rtems-test-template/psxtmtest_unblocking_preempt/init.c ? 2012-12-12T18:05:52 yeah 2012-12-12T18:06:31 Entry point for the test is "POSIX_Init" 2012-12-12T18:06:35 Ms. Jennifer also mentioned something about a script called mktest 2012-12-12T18:06:46 do you know anything about that? 2012-12-12T18:06:57 No 2012-12-12T18:07:08 ok 2012-12-12T18:07:15 This looks like a suitable place http://git.rtems.org/rtems-testing/tree/rtems-test-template/psxtmtest_unblocking_preempt/init.c#n140 2012-12-12T18:07:24 The timer has been initialised 2012-12-12T18:07:50 ok 2012-12-12T18:08:26 The script is here http://git.rtems.org/rtems-testing/tree/rtems-test-template/mktest 2012-12-12T18:19:42 Thanks kiwichris 2012-12-12T18:40:20 *** JenniferA has quit IRC (Quit: Page closed) 2012-12-12T18:40:49 *** JenniferA has joined #rtems 2012-12-12T18:42:20 zargy: you still there? 2012-12-12T18:51:19 *** JenniferA has quit IRC (Quit: Page closed) 2012-12-12T18:59:58 *** kiwichris has quit IRC (Quit: This computer has gone to sleep) 2012-12-12T19:19:45 *** kiwichris has joined #rtems 2012-12-12T19:46:05 *** kiwichris has quit IRC (Ping timeout: 246 seconds) 2012-12-12T21:10:15 *** kiwichris has joined #rtems 2012-12-12T21:14:44 *** kiwichris has quit IRC (Ping timeout: 255 seconds) 2012-12-12T22:04:18 *** kiwichris has joined #rtems 2012-12-12T22:48:55 *** zargy has quit IRC (Ping timeout: 265 seconds) 2012-12-13T00:45:35 *** monstr_ has joined #rtems 2012-12-13T02:17:45 kiwichris: sounds good, I'll try it over the holdidays 2012-12-13T02:34:56 *** sebhub has joined #rtems 2012-12-13T03:12:57 *** arvind_khadri has joined #rtems 2012-12-13T03:15:07 *** sebhub has quit IRC (Ping timeout: 246 seconds) 2012-12-13T03:37:57 *** sebhub has joined #rtems 2012-12-13T04:10:08 *** kiwichris has quit IRC (Quit: This computer has gone to sleep) 2012-12-13T04:22:45 *** kiwichris has joined #rtems 2012-12-13T04:36:01 sebhub, hi 2012-12-13T04:58:04 hi chris 2012-12-13T05:00:31 pushed to the RTL git repo's the ability to load RTEMS application format files (RAP) 2012-12-13T05:01:53 it good that you didn't call them RTEMS image format (RIP) 2012-12-13T05:02:25 hah I can always change it 2012-12-13T05:07:20 The RAP example in the repo take 2 ELF object files at 7936 bytes with debug info and creates a 419 byte RAP file of the same code. 2012-12-13T05:07:54 is the RAP also an elf file? 2012-12-13T05:08:34 Not it is a LZ77 compressed ready to run image you can locate at any address. 2012-12-13T05:08:48 ok, nice 2012-12-13T05:09:49 It includes the exported symbols and relocation records 2012-12-13T05:13:07 The idea is you create an app in RAP format then it can load via dlopen ELF files. 2012-12-13T05:17:50 For the SIS the stripped ELF files are 1372 bytes and the RAP file is 634 bytes 2012-12-13T05:18:22 One thing I had a chat with Gedare about is the way I store relocation symbols. 2012-12-13T05:19:05 If the relocation record references a symbol that is not part exported by the app I append the symbol name to the relocation record 2012-12-13T05:19:45 The idea being the compression will see the pattern if it repeats and deal with it. 2012-12-13T05:19:59 Does this sound ok > 2012-12-13T05:20:01 ? 2012-12-13T05:24:52 the dlopen uses the RAP file? 2012-12-13T05:27:17 The loader allows formats to be added. The handlers check and accept the format. ELF, archive (ar) and RAP is supported 2012-12-13T05:27:54 The AR is only ELF inside. Might add RAP inside an AR container one day 2012-12-13T05:32:25 A RAP file is a number of objects combined into a single image so duplicate symbols rejects the whole image. ELF loading is much more discrete but has a higher target overhead for the ELF files. 2012-12-13T05:35:16 cya 2012-12-13T05:36:18 cu, i have to catch a meal 2012-12-13T06:06:29 *** gedare has joined #rtems 2012-12-13T07:58:10 *** JenniferA has joined #rtems 2012-12-13T08:28:01 *** arvind_khadri has quit IRC (Ping timeout: 246 seconds) 2012-12-13T10:24:25 *** zargy has joined #rtems 2012-12-13T10:24:34 Hi JenniferA 2012-12-13T10:24:37 I'm online 2012-12-13T10:44:38 So which method should the function call go in? Low or Middle. 2012-12-13T11:03:18 Look for the XXX 2012-12-13T11:03:26 ok 2012-12-13T11:03:29 Those are places you will have to add something 2012-12-13T11:03:35 ok 2012-12-13T11:03:45 Did you run the mktest script to create the files? 2012-12-13T11:04:15 umm, I downloaded it. I couldn't figure out how to run it probperly though. 2012-12-13T11:04:58 cd to the testsuite directory where your test should go 2012-12-13T11:05:26 ok one sec brb 2012-12-13T11:06:09 then run the script YOUR_PATH_TO_SCRIPT/mktest -s YOUR_PATH__TO_TEMPLATE/rtems-test-template/YOUR_TEMPLATE_NAME -d YOUR_TEST_NAME -v 2012-12-13T11:06:42 It will create the test direcory and modify the template files with the right name for your test 2012-12-13T11:06:52 and it will tell you which files to modify to add the test 2012-12-13T11:07:01 to the makefile stuff 2012-12-13T11:07:18 ok 2012-12-13T11:07:30 gimme a sec 2012-12-13T11:07:51 k 2012-12-13T11:07:54 k 2012-12-13T11:42:21 I did it and it says "No test nubmer provided". (http://www.pastebin.com/sQ4hqBfc is the command I used) 2012-12-13T11:42:47 *** monstr_ has quit IRC (Ping timeout: 255 seconds) 2012-12-13T11:42:48 (ping JenniferA) 2012-12-13T11:50:25 Add a -n 04 before the -v and see if that works for you. The script was a bit buggy imo and I couldn't get the -n to work right for me 2012-12-13T11:51:49 Oh and what directory are you running it in? 2012-12-13T11:52:32 ok, it workdd 2012-12-13T11:52:35 *worked 2012-12-13T11:52:55 great! 2012-12-13T11:53:45 If you have problems modifying the files it told you to modify at the bottom of the script output let me know 2012-12-13T11:54:01 ok 2012-12-13T11:58:07 *** sebhub has quit IRC (Remote host closed the connection) 2012-12-13T11:58:12 Oh and FYI the mktest script should have downloaded when you downloaded the rtems-testing repo. It should be in /home/rtems/rtems-4.11-work/rtems-testing/rtems-test-template/ 2012-12-13T11:58:24 ok 2012-12-13T12:34:47 *** zargy is now known as ZARGY-AKK 2012-12-13T12:34:54 *** ZARGY-AKK is now known as ZARGY-AFK 2012-12-13T13:13:35 *** ZARGY-AFK is now known as zargy 2012-12-13T13:28:09 *** JenniferA has quit IRC (Quit: Page closed) 2012-12-13T15:14:00 *** kiwichris has quit IRC (Quit: This computer has gone to sleep) 2012-12-13T15:15:11 *** kiwichris has joined #rtems 2012-12-13T17:15:36 gedare, are you about ? 2012-12-13T17:16:39 verm__, ? 2012-12-13T17:27:00 Found what I was after 2012-12-13T18:01:23 hi kiwichris 2012-12-13T18:01:28 ok. 2012-12-13T18:01:43 i'm not really around, anyway. 2012-12-13T18:01:50 Was looking for the change that broken arm-rtems4.11 2012-12-13T19:25:15 *** peerst has quit IRC (Ping timeout: 240 seconds) 2012-12-13T19:25:33 *** peerst has joined #rtems 2012-12-13T19:57:11 *** gedare has quit IRC (Ping timeout: 246 seconds) 2012-12-13T22:47:48 *** zargy has quit IRC (Ping timeout: 244 seconds) 2012-12-14T01:36:20 *** monstr_ has joined #rtems 2012-12-14T01:45:16 *** sebhub has joined #rtems 2012-12-14T01:45:21 good morning 2012-12-14T01:52:19 *** MegaAlex has quit IRC (Ping timeout: 260 seconds) 2012-12-14T01:54:44 *** MegaAlex has joined #rtems 2012-12-14T02:04:59 *** sevikkk has quit IRC (Ping timeout: 255 seconds) 2012-12-14T02:18:12 *** sevikkk has joined #rtems 2012-12-14T02:43:24 *** monstr_ has quit IRC (Ping timeout: 244 seconds) 2012-12-14T02:56:47 *** monstr_ has joined #rtems 2012-12-14T03:12:27 *** sevikkk has quit IRC (Ping timeout: 244 seconds) 2012-12-14T03:14:39 *** sevikkk has joined #rtems 2012-12-14T04:17:33 *** zw_yao has joined #rtems 2012-12-14T04:38:41 *** zw_yao has quit IRC (Ping timeout: 246 seconds) 2012-12-14T04:39:55 *** zw_yao has joined #rtems 2012-12-14T04:56:10 sebhub: I saw that you reverted the changes that I made in /libcsupport/include/rtems/libio.h and libio_.h I'm sorry for this mistake. I was misled by the wiki page for GCI :/ 2012-12-14T05:13:57 *** zw_yao has quit IRC (Quit: Leaving) 2012-12-14T06:26:43 it is no problem, your instructions were to vague 2012-12-14T06:27:07 i only reverted changes of existing doxygen comments 2012-12-14T06:27:32 thanks for the many other improvements 2012-12-14T06:27:48 *** sebhub has quit IRC (Remote host closed the connection) 2012-12-14T06:36:37 *** monstr_ has quit IRC (Ping timeout: 248 seconds) 2012-12-14T06:41:25 *** monstr_ has joined #rtems 2012-12-14T06:45:40 *** monstr_ has quit IRC (Ping timeout: 248 seconds) 2012-12-14T07:22:30 *** feroze has joined #rtems 2012-12-14T07:22:40 *** feroze has left #rtems ("Leaving") 2012-12-14T07:25:31 *** monstr_ has joined #rtems 2012-12-14T09:05:10 *** zargy has joined #rtems 2012-12-14T09:50:35 *** gedare has joined #rtems 2012-12-14T10:03:13 hey gedare,I just wanted to know, what's the difference between the Low thread and the Middle thread? 2012-12-14T10:03:32 probably the priority the thread is given 2012-12-14T10:03:58 ok 2012-12-14T10:10:11 what might rtems_test_assert() do? 2012-12-14T11:11:15 *** zargy has quit IRC () 2012-12-14T11:40:33 *** monstr_ has quit IRC (Ping timeout: 276 seconds) 2012-12-14T12:14:37 *** gedare has quit IRC (Remote host closed the connection) 2012-12-14T13:27:41 *** jahf has quit IRC (Read error: Operation timed out) 2012-12-14T13:29:31 *** jahf has joined #rtems 2012-12-14T14:31:17 *** kiwichris_ has joined #rtems 2012-12-14T14:35:29 *** kiwichris has quit IRC (Ping timeout: 265 seconds) 2012-12-14T17:52:29 *** raven_ has joined #rtems 2012-12-14T17:52:38 MORE DOCUMENTATION TASKS PLZZ 2012-12-14T17:55:55 THE CURRENT DOCUMENTATION TASKS NOT THAT INTERESTING 2012-12-14T17:56:50 *** zargy has joined #rtems 2012-12-14T17:58:17 DO U ALL HV POSIX SPREADSHEET TASKS 2012-12-14T17:59:39 what? 2012-12-14T17:59:44 i didn't see any 2012-12-14T17:59:59 in the list of tasks 2012-12-14T18:00:09 no that's what i saw on the wiki 2012-12-14T18:00:29 under documentation they had POSIX SPREADSHEET 2012-12-14T18:00:50 but on the google melange they didn't had any 2012-12-14T18:01:47 They probably haven't been made yet or everyone has them already 2012-12-14T18:04:42 I cannot see the task as currently list. It may have been missed. I will ask Joel. 2012-12-14T18:04:59 I also could have missed seeing it 2012-12-14T18:05:03 *** raven_ has quit IRC (Ping timeout: 245 seconds) 2012-12-14T18:05:30 *** raven_gates has joined #rtems 2012-12-14T18:05:37 nobody answering me 2012-12-14T18:05:39 here 2012-12-14T18:05:52 Yes, I just did 2012-12-14T18:06:09 sorry my computer went to sleep 2012-12-14T18:06:12 so logged out 2012-12-14T18:06:59 http://www.rtems.org/irclogs/html/2012/rtems-50.html 2012-12-14T18:07:03 Check the end 2012-12-14T18:07:30 thankzz 2012-12-14T18:07:51 I am not sure how the task should process so cannot add it 2012-12-14T18:07:59 but until now they didn't had any of those tasks 2012-12-14T18:08:00 process -> proceed 2012-12-14T18:08:18 no probz 2012-12-14T18:08:43 do u all hv windows phone tasks 2012-12-14T18:08:55 ? 2012-12-14T18:12:13 *** raven_gates has quit IRC (Quit: Page closed) 2012-12-14T19:38:25 *** verm__ has quit IRC (*.net *.split) 2012-12-14T19:38:36 *** zargy has quit IRC (*.net *.split) 2012-12-14T19:38:53 *** sevikkk has quit IRC (*.net *.split) 2012-12-14T19:38:57 *** juli1 has quit IRC (*.net *.split) 2012-12-14T19:39:02 *** peerst has quit IRC (*.net *.split) 2012-12-14T19:39:05 *** jahf has quit IRC (*.net *.split) 2012-12-14T19:39:09 *** kiwichris_ has quit IRC (*.net *.split) 2012-12-14T19:39:17 *** MegaAlex has quit IRC (*.net *.split) 2012-12-14T19:39:18 *** lcpfnvcy has quit IRC (*.net *.split) 2012-12-14T19:39:32 *** ChanServ has quit IRC (*.net *.split) 2012-12-14T19:56:29 *** juli1 has joined #rtems 2012-12-14T19:56:29 *** lcpfnvcy has joined #rtems 2012-12-14T19:56:29 *** peerst has joined #rtems 2012-12-14T19:56:29 *** MegaAlex has joined #rtems 2012-12-14T19:56:29 *** sevikkk has joined #rtems 2012-12-14T19:56:29 *** jahf has joined #rtems 2012-12-14T19:56:29 *** kiwichris_ has joined #rtems 2012-12-14T20:03:15 *** sevikkk has quit IRC (*.net *.split) 2012-12-14T20:03:20 *** juli1 has quit IRC (*.net *.split) 2012-12-14T20:03:25 *** peerst has quit IRC (*.net *.split) 2012-12-14T20:03:28 *** jahf has quit IRC (*.net *.split) 2012-12-14T20:03:31 *** kiwichris_ has quit IRC (*.net *.split) 2012-12-14T20:03:40 *** MegaAlex has quit IRC (*.net *.split) 2012-12-14T20:03:41 *** lcpfnvcy has quit IRC (*.net *.split) 2012-12-14T20:06:07 *** ChanServ has joined #rtems 2012-12-14T20:06:07 *** zargy has joined #rtems 2012-12-14T20:06:07 *** verm__ has joined #rtems 2012-12-14T20:06:07 *** juli1 has joined #rtems 2012-12-14T20:06:07 *** lcpfnvcy has joined #rtems 2012-12-14T20:06:07 *** peerst has joined #rtems 2012-12-14T20:06:07 *** MegaAlex has joined #rtems 2012-12-14T20:06:07 *** sevikkk has joined #rtems 2012-12-14T20:06:07 *** jahf has joined #rtems 2012-12-14T20:06:07 *** kiwichris_ has joined #rtems 2012-12-14T20:06:07 *** hubbard.freenode.net sets mode: +o ChanServ 2012-12-14T22:49:01 *** zargy has quit IRC (Ping timeout: 245 seconds) 2012-12-14T23:06:14 *** zargy has joined #rtems 2012-12-14T23:23:56 *** zargy has joined #rtems 2012-12-14T23:32:30 *** zargy has quit IRC (Ping timeout: 264 seconds) 2012-12-14T23:36:17 *** zargy has joined #rtems 2012-12-15T00:53:42 *** YatharthROCK has joined #rtems 2012-12-15T00:53:51 Hello 2012-12-15T00:54:31 I'm working on this task: http://www.google-melange.com/gci/task/view/google/gci2012/7966219 2012-12-15T00:55:19 There wasn't any mention of _how_ to build RTEMS, so I searched on the wiki and followed this: http://www.rtems.org/wiki/index.php/Building_the_RTEMS_toolset_on_Ubuntu 2012-12-15T00:55:41 But then I also found this: http://www.rtems.org/wiki/index.php/GSoC_Getting_Started 2012-12-15T00:56:10 Can anyone tell me whether to clone from git first or build the toolset first? 2012-12-15T02:16:58 *** MegaAlex has quit IRC (Quit: ZNC - http://znc.in) 2012-12-15T02:50:41 *** MegaAlex has joined #rtems 2012-12-15T03:06:34 *** YatharthROCK has quit IRC (Quit: Ex-Chat) 2012-12-15T04:03:55 *** arvind_khadri has joined #rtems 2012-12-15T05:19:18 *** arvind_khadri has quit IRC (Ping timeout: 245 seconds) 2012-12-15T05:26:40 *** MegaAlex has quit IRC (Read error: Operation timed out) 2012-12-15T05:31:42 *** MegaAlex has joined #rtems 2012-12-15T06:40:53 *** gedare has joined #rtems 2012-12-15T09:06:07 MegaAlex: hi 2012-12-15T09:06:47 MegaAlex: I have updated our recommendations for how to use Doxygen. if you can use these guidelines for your future patches it will be better for us 2012-12-15T09:06:48 http://wiki.rtems.org/wiki/index.php/Doxygen_Recommendations 2012-12-15T09:07:08 There are some conflicting guidelines.... 2012-12-15T09:07:21 primarily the issue of whether to use @param or not. I say continue using it. 2012-12-15T09:29:16 *** monstr_ has joined #rtems 2012-12-15T11:19:23 *** gedare has quit IRC (Quit: Leaving) 2012-12-15T11:21:28 *** marta has joined #rtems 2012-12-15T11:41:26 *** YatharthROCK has joined #rtems 2012-12-15T11:42:10 Is Joel Sherrill or Muhammad Adnan here? 2012-12-15T11:42:21 I don't know their handles 2012-12-15T11:54:45 *** YatharthROCK has quit IRC (Quit: Ex-Chat) 2012-12-15T12:44:45 *** monstr_ has quit IRC (Ping timeout: 265 seconds) 2012-12-15T12:47:37 *** marta has quit IRC (Quit: Konversation terminated!) 2012-12-15T19:18:38 *** zargy has joined #rtems 2012-12-15T19:18:59 *** arvind_khadri has joined #rtems 2012-12-15T19:29:18 *** arvind_khadri has quit IRC (Ping timeout: 245 seconds) 2012-12-15T19:58:35 kiwichris_, what does 'preempt' in the timing task mean? 2012-12-15T20:28:55 kiwichris_? 2012-12-15T20:41:57 *** kiwichris_ has quit IRC (Quit: This computer has gone to sleep) 2012-12-15T20:42:30 *** kiwichris has joined #rtems 2012-12-15T20:44:01 zargy, preempt means the execution of a thread can stop at any point and a higher priority thread can run. Usually an interrupt happens and during the interrupt context a higher priority trhead is made ready to run and when the interrupt exits that task runs. 2012-12-15T20:44:31 ok 2012-12-15T20:44:35 thanks 2012-12-15T20:45:57 so I'm doing this task and there's a line with "/* Obtain the XXX so the threads will lock." 2012-12-15T20:46:06 What does XXX mean in this case? 2012-12-15T20:47:20 *ping kiwichris * 2012-12-15T20:48:59 This is the task: http://www.google-melange.com/gci/task/view/google/gci2012/7971215 2012-12-15T20:51:13 And there's also a comment above that says: "Deliberately create the XXX BEFORE the threads. This way the threads should preempt this thread and block as they are created". 2012-12-15T20:51:36 Should the mktest script have added something else there? 2012-12-15T21:20:02 kiwichris? 2012-12-15T21:20:30 Not sure. It is Sunday afternoon here and only stopping by now and again :) 2012-12-15T21:20:35 ok 2012-12-15T21:20:37 sorry 2012-12-15T21:21:03 No, no, not a problem. Just wanted you to know why I am not on all the time. 2012-12-15T21:21:56 If you think there should be a change please make a patch and upload it. All that can happen is some one who knows can say, sorry this is not right. 2012-12-15T21:22:24 In other words, making patches and making them available is a good thing. 2012-12-15T21:23:30 *** Raven_ has joined #rtems 2012-12-15T21:24:01 POSIX spreadsheet tasks plzz 2012-12-15T21:24:14 POSIX spreadsheet tasks plz 2012-12-15T21:25:11 r u all only planning to upload coding tasks nd not documentation 2012-12-15T21:27:52 *** Raven_ has quit IRC (Client Quit) 2012-12-15T21:48:30 Kiwichris: How do I run a test? I want to try one of the others that has already been done. 2012-12-15T22:03:35 (it's one of the GSOC tests) 2012-12-15T22:06:40 *** feroze has joined #rtems 2012-12-15T22:06:47 hello 2012-12-15T22:49:41 *** zargy has quit IRC () 2012-12-15T23:07:29 *** radh has joined #rtems 2012-12-15T23:08:02 do u all hv any more documentation tasks left 2012-12-15T23:08:06 ?????? 2012-12-15T23:08:26 m waiting for documentation since last week 2012-12-15T23:27:55 nobody answering me here 2012-12-15T23:28:01 it's so unfortunate 2012-12-15T23:44:14 *** radh has quit IRC (Quit: Page closed) 2012-12-16T00:59:03 kiwichris, hey! 2012-12-16T00:59:22 online? 2012-12-16T01:00:00 juli1, ping 2012-12-16T01:19:54 *** feroze has quit IRC (Ping timeout: 264 seconds) 2012-12-16T01:32:09 *** feroze has joined #rtems 2012-12-16T02:29:43 *** feroze has quit IRC (Ping timeout: 245 seconds) 2012-12-16T06:27:05 *** YatharthROCK has joined #rtems 2012-12-16T06:37:30 Is any mentor here? 2012-12-16T07:30:50 *** matttttttttttttt has joined #rtems 2012-12-16T07:38:16 matttttttttttttt, Are you a mentor? 2012-12-16T07:40:04 YatharthROCK, Hi 2012-12-16T07:40:17 Wow, it auto-completed my own name for me 2012-12-16T08:06:43 *** matttttttttttttt has quit IRC (Ping timeout: 245 seconds) 2012-12-16T09:01:58 *** YatharthROCK has quit IRC (Quit: Ex-Chat) 2012-12-16T10:19:35 *** zargy has joined #rtems 2012-12-16T10:19:38 *** JenniferA has joined #rtems 2012-12-16T10:19:42 Hello! 2012-12-16T10:20:12 Good Morning 2012-12-16T10:20:12 I was wondering how to run the other already done tests. 2012-12-16T10:20:25 I tired variations of make 2012-12-16T10:20:30 What processor did you compile? 2012-12-16T10:20:32 sis? 2012-12-16T10:20:34 umm 2012-12-16T10:20:36 yeah 2012-12-16T10:20:42 Do I have to compile again? 2012-12-16T10:21:26 If you have your path set correctly you should be able to type sis and the executable name and it will run the program 2012-12-16T10:21:33 ok 2012-12-16T10:21:40 If you want to use gdb it is sis-gdb and the program 2012-12-16T10:21:47 ahh 2012-12-16T10:21:48 ok 2012-12-16T10:22:21 I'll try that 2012-12-16T10:22:24 one moment 2012-12-16T10:25:05 Ok, 2012-12-16T10:25:22 I can't seem to find the test in the b-sis tree 2012-12-16T10:25:32 Where would it be? 2012-12-16T10:26:28 when you configured did you configure to build all tests or just samples? 2012-12-16T10:26:38 I'm not sure 2012-12-16T10:26:47 It was some time ago. 2012-12-16T10:26:52 I only see samples 2012-12-16T10:27:03 ok... you only configured to build samples 2012-12-16T10:27:27 ok, so how can I reconfigure 2012-12-16T10:27:35 let me find the link to show the configure options... one moment 2012-12-16T10:27:45 ok 2012-12-16T10:28:57 http://www.rtems.org/onlinedocs/releases/rtemsdocs-4.10.2/share/rtems/html/started/started00062.html 2012-12-16T10:29:07 You want to enable posix though not disable it 2012-12-16T10:29:11 ok 2012-12-16T10:29:28 Thanks 2012-12-16T10:29:32 I'll follow it 2012-12-16T10:31:17 I find it helpful to put this command in a small executable script in the directory above b-sis ... that way you can run it with the same parameters every time 2012-12-16T10:31:48 ok, so I should do this in b-sis? 2012-12-16T10:32:59 yes you run it from the b-sis directory 2012-12-16T10:34:28 What should ,TARGET_CONFIGURATION> be for sis? 2012-12-16T10:34:39 I can't find README.configure 2012-12-16T10:36:49 target is erc32 2012-12-16T10:37:53 ok, I tried it, but it doesn't run... There doesn't appear to be a configuration directory 2012-12-16T10:38:03 README.configure is in the rtems directory 2012-12-16T10:38:21 you can do "find -name README.configure" to find the file in the tree 2012-12-16T10:38:29 ok 2012-12-16T10:39:50 ok, so what should the bsp be? i386? 2012-12-16T10:39:51 you line is assuming your rtems tree is rtems-4.10.2 2012-12-16T10:40:04 the bsp is sis 2012-12-16T10:40:18 ok 2012-12-16T10:40:54 what you are doing is running the configure script in the rtems tree in the b-sis directory. 2012-12-16T10:41:01 yes 2012-12-16T10:41:33 can you run it now? 2012-12-16T10:41:58 It says there is no ../rtems-4.11/configure 2012-12-16T10:42:13 what is your rtems directory 2012-12-16T10:42:46 in rtems-4.11-work, or just rtems? 2012-12-16T10:42:54 configure is not in either 2012-12-16T10:43:05 oh wait 2012-12-16T10:43:09 if you are using the virtual box your rtems tree is rtems 2012-12-16T10:43:19 I thought configure was a folder 2012-12-16T10:43:22 it's a script 2012-12-16T10:43:23 not rtems-4.11 2012-12-16T10:43:33 yes configure is a script 2012-12-16T10:46:00 hmm ok, it says 'Invalid configuration 'erc32'' 2012-12-16T10:49:40 do you really have the extra ' 2012-12-16T10:49:50 no 2012-12-16T10:49:57 I just put that there 2012-12-16T10:49:59 sorry 2012-12-16T10:50:19 You typed the following: ../rtems/configure --target=erc32 –-enable-posix --disable-networking --disable-cxx --enable-rtemsbsp=sis --prefix= ? 2012-12-16T10:50:57 with INSTALL_POINT being your install point 2012-12-16T10:51:07 I put /opt/rtems-4.11 2012-12-16T10:51:15 is that right? 2012-12-16T10:51:21 yes thats find 2012-12-16T10:52:22 that's what I typed 2012-12-16T10:53:22 sorry I shoud have told you target sparc 2012-12-16T10:53:27 not erc32 2012-12-16T10:53:31 ok 2012-12-16T10:53:34 not sure where my head is this morning 2012-12-16T10:53:49 ok it's compiling 2012-12-16T10:54:21 when it finishes try "find -name *.exe" and you should see the test executables 2012-12-16T10:55:26 ok, make all doesn't work 2012-12-16T10:55:33 it gives a error: 2012-12-16T10:56:14 [all-recursive] Eroor 1 2012-12-16T10:58:52 not enough information for me to determine what the error is 2012-12-16T11:00:01 ok one sec 2012-12-16T11:01:40 ok, the first time I did it it gave the error: configure: error: unsupported host sparc-sun-sunos4.1.1 2012-12-16T11:06:18 Ok ... I usually have a script that does this so I'm not remembering stuff off the top of my head... use sparc-rtems4.10 for target not sparc 2012-12-16T11:06:27 ok 2012-12-16T11:06:53 4.10? not 4.11? 2012-12-16T11:08:19 4.11 if that is what you are working with 2012-12-16T11:08:41 ok 2012-12-16T11:11:59 make all ends with an error: /bin/sh: sparc-rtems4.11-gcc: command not found 2012-12-16T11:15:50 You didn't set the PATH 2012-12-16T11:16:04 ok, wait 2012-12-16T11:16:10 I forgot hw to do that 2012-12-16T11:16:32 you can put it in your .bashrc file so its always set 2012-12-16T11:17:18 http://www.rtems.org/onlinedocs/releases/rtemsdocs-4.10.2/share/rtems/html/started/started00057.html 2012-12-16T11:19:37 ok 2012-12-16T11:21:07 ok it's building 2012-12-16T11:21:54 wait it gave error 2012-12-16T11:22:24 error: rtems/score/userextimpl.h: No such file or directory 2012-12-16T11:24:27 I do have one question related to the task. 2012-12-16T11:24:41 I'm not familar with that file 2012-12-16T11:24:44 whats the question 2012-12-16T11:24:52 in init.c, there are the XXX's 2012-12-16T11:25:05 should those have been replaced when I ran mktest? 2012-12-16T11:25:16 and what should they stand for? 2012-12-16T11:25:43 because at least one comment says "Obtain the XXX so the threads will block." 2012-12-16T11:25:50 just wondering 2012-12-16T11:25:52 no the XXX's are in comments and they are a place holder in the template for where we think you will have to add code specific to your test 2012-12-16T11:26:03 ok 2012-12-16T11:26:20 I'll look and see about userextimpl.h 2012-12-16T11:26:24 there it means to obtain whatever your specific tests blocking resource is 2012-12-16T11:27:16 If you haven't added it to your tree then it I don't know here it is coming from 2012-12-16T11:28:04 do a git diff on your tree to see if you accidently modified a makefile 2012-12-16T11:28:18 git status will work too 2012-12-16T11:29:02 oh wait it says "/cpukit/score/threadclose.c:33:37: fatal error: rtems/score/userextimpl.h: No such file or directory 2012-12-16T11:29:17 let me see if I've done something to it 2012-12-16T11:36:56 if it shows in the status as changed and you didn't mean to change it you can remove the file and do a git checkout of it to restore it. 2012-12-16T11:41:00 Did I have you add the --enable-tests on the configure script so that all tests built automatically? 2012-12-16T11:43:36 and here is the quick start wiki page that may help more than the other pages I pointed you too: http://www.rtems.org/wiki/index.php/Quick_Start 2012-12-16T11:56:34 ok thanks 2012-12-16T11:57:24 Have you got it from here or do you need more help? 2012-12-16T11:57:42 I think I might need more in a sec 2012-12-16T11:57:51 k 2012-12-16T11:58:01 let me try it with tests 2012-12-16T11:58:45 k 2012-12-16T11:58:56 it still gives an error on this one header file. But it's there in the include directory 2012-12-16T11:59:27 in threadclose.c, 2012-12-16T11:59:37 when you do a git status does it show any changes other than the ones for the test you added? 2012-12-16T12:01:44 ok, 2012-12-16T12:01:51 I did a git pull... 2012-12-16T12:02:02 and it still gives me this error 2012-12-16T12:02:06 hmm 2012-12-16T12:02:20 a git pull won't overwrite changes you make 2012-12-16T12:02:26 ok 2012-12-16T12:03:10 What files does the "git status" say have changed? 2012-12-16T12:03:47 it says a lot of files 2012-12-16T12:03:59 userextimpl.h is on there 2012-12-16T12:04:25 ok thats your problem 2012-12-16T12:04:35 hmm? 2012-12-16T12:04:37 do "git stash" 2012-12-16T12:04:57 it says "No local changes to save 2012-12-16T12:05:12 so I've already done it eairlyer 2012-12-16T12:05:21 hmm 2012-12-16T12:05:42 if there are no changes the status shouldn't show changed files 2012-12-16T12:06:32 it says they're untracked files 2012-12-16T12:07:22 untracked files are fine 2012-12-16T12:07:29 ok 2012-12-16T12:07:42 as long as you haven't modified files it should work 2012-12-16T12:07:48 ok, 2012-12-16T12:09:57 this is really weird... There's nothing wrong with the .h file... it's right there. 2012-12-16T12:10:27 did you try to run the command again after you did the pull 2012-12-16T12:11:02 yeah 2012-12-16T12:12:00 should I try deleting b-sis and making it again? 2012-12-16T12:12:28 yes we can try from the top 2012-12-16T12:13:21 ok I remade it and reconfigured it 2012-12-16T12:13:29 now I'll try making it again 2012-12-16T12:15:55 ok it's making 2012-12-16T12:15:56 and you set your PATH already, correct? 2012-12-16T12:16:00 yeah 2012-12-16T12:16:17 wait 2012-12-16T12:16:18 ok ... let me know what happens 2012-12-16T12:16:22 it gives the same error 2012-12-16T12:18:24 it acts like userextimpl is not there 2012-12-16T12:19:16 do a find -name userextimpl.h in the b-sis directory 2012-12-16T12:19:56 wait... 2012-12-16T12:20:19 I set my path with . ~/rtems-4.11-work/setenv 2012-12-16T12:20:25 is that right? 2012-12-16T12:21:26 type "echo $PATH" 2012-12-16T12:21:34 I did 2012-12-16T12:21:35 what does that give you? 2012-12-16T12:22:24 ok, let me type it out for you 2012-12-16T12:25:20 http://pastebin.com/TenjLVwA 2012-12-16T12:25:34 it's /opt/rtems-4.11/bin:/home/rtems/rtems-4.11-work/rtems-testing/bin:/home/rtems/qemu/install/bin/:/usr/lib/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/rtems/bin 2012-12-16T12:25:36 it wouldn 2012-12-16T12:25:50 't post because it had a / infront of it. 2012-12-16T12:26:01 the path looks fine 2012-12-16T12:26:04 ok 2012-12-16T12:26:50 when you do "find -name userextimpl.h" from b-sis can it find it? 2012-12-16T12:27:32 it doesn't find it 2012-12-16T12:27:47 whats the path for it? 2012-12-16T12:27:58 oh doesn't 2012-12-16T12:28:09 that means it isn't installing from the rtems tree 2012-12-16T12:28:22 I wonder why 2012-12-16T12:28:51 I'm not seeing where anything has changed in that area of the tree any time lately 2012-12-16T12:30:34 hmm 2012-12-16T12:30:43 well, the file's there. 2012-12-16T12:31:00 I don't see why it should'nt compile with the rest of it 2012-12-16T12:31:15 what is the C file that is including it? 2012-12-16T12:31:35 threadclose.c 2012-12-16T12:31:56 I looked... nothing appears to be wrong 2012-12-16T12:32:42 the line is #include 2012-12-16T12:33:16 oh wait 2012-12-16T12:33:25 was supposed to do a bootsrap? 2012-12-16T12:33:32 *bootstrap 2012-12-16T12:34:54 you shouldn't have to redo bootstrap unless you pulled something new in that area of code 2012-12-16T12:35:02 ok 2012-12-16T12:35:07 you can try doing a new bootstap 2012-12-16T12:35:09 I'll try it anyway 2012-12-16T12:35:11 yeah 2012-12-16T12:37:15 ok, it's bootstrapping 2012-12-16T12:39:46 ok that was added on 11-22 so if you have pulled since then but haven't ran boot strap thats your problem 2012-12-16T12:39:55 ok 2012-12-16T12:40:02 yeah that's it 2012-12-16T12:42:50 would you prefer if this kind of questioning could be done on a workday? 2012-12-16T12:42:58 I ust don't want to use up your time 2012-12-16T12:43:51 Ok... follow the directions on the wiki with the exception of not using samples on the configure just use --enable-tests and I'll check on you in 15 minutes 2012-12-16T12:45:25 ok 2012-12-16T12:53:33 ok I got myself some lunch 2012-12-16T12:53:37 no error yet 2012-12-16T12:57:35 ok ... I'm back 2012-12-16T12:58:11 ok 2012-12-16T12:58:17 it's still building 2012-12-16T12:58:41 workday is easier for me... when I'm at home my machine isn't set up right for quick answers, but I can do it today it will just take me longer to get you there 2012-12-16T12:58:50 ok 2012-12-16T12:58:53 thank you 2012-12-16T13:01:08 ok it finished 2012-12-16T13:02:37 ok be sure to run the configure script again and then see how it goes 2012-12-16T13:08:41 ok I ran the test 2012-12-16T13:08:43 it works 2012-12-16T13:11:15 ok, so I do have another question about my task: Where should I create the condition variable? I have it after the other variable declarations in void *POSIX_Init() 2012-12-16T13:12:03 create the condition variable in the routine it is going to be used in 2012-12-16T13:12:15 ok 2012-12-16T13:12:39 I assume that would be Low? 2012-12-16T13:12:40 If you need the varable in multiple tasks you can make it global and initialize it up front 2012-12-16T13:13:02 ok 2012-12-16T13:13:17 let me re look at the task 2012-12-16T13:19:09 Ok... Have you identified what you are putting in each section with the XXX? If so which of those commands use the condition variable? 2012-12-16T13:19:13 does that help? 2012-12-16T13:20:54 I think so... 2012-12-16T13:21:01 let me see 2012-12-16T13:21:29 btw, what does rtems_test_assert do? 2012-12-16T13:21:46 I know puts() is put string 2012-12-16T13:23:07 an assert command checks if the condition passed in is true or not if the condition is true the program is halted and the passed in error is posted 2012-12-16T13:23:22 ok 2012-12-16T13:23:35 rtems_test_assert just does the same thing with some special prints for rtems tests 2012-12-16T13:23:46 ahh ok 2012-12-16T13:24:30 does this get you where you need to be? 2012-12-16T13:24:59 I think so 2012-12-16T13:25:33 great! Good luck! 2012-12-16T13:25:51 Umm, where is says /* XXX create resource */, it doesn't mean the condition variable, does it? 2012-12-16T13:30:12 pin JenniferA 2012-12-16T13:30:16 *ping 2012-12-16T13:30:39 Still here 2012-12-16T13:30:42 ok 2012-12-16T13:31:24 A resource is anything that the OS has to allocate memory for 2012-12-16T13:31:33 ok 2012-12-16T13:31:58 You may need to initialize it in that area if it is a global though 2012-12-16T13:32:27 ok 2012-12-16T13:33:08 brb 2012-12-16T13:33:11 *** JenniferA has quit IRC (Quit: Page closed) 2012-12-16T13:33:55 *** JenniferA has joined #rtems 2012-12-16T13:34:06 ok, give me a sec 2012-12-16T13:34:07 brb 2012-12-16T13:34:09 Ok I'm back... my webchat wasn't working right 2012-12-16T13:37:08 *** radha has joined #rtems 2012-12-16T13:37:20 i need help 2012-12-16T13:37:36 What are you working on? 2012-12-16T13:37:52 i doh knw how to do the coding tasks 2012-12-16T13:37:53 need help with that 2012-12-16T13:38:08 bcoz i was doing documentation 2012-12-16T13:38:20 but all finish 2012-12-16T13:38:59 You will need to install rtems on either a linux box or install a virtual box. 2012-12-16T13:39:02 do i need to knw programming to do d coding tasks 2012-12-16T13:39:25 can i get d link plz 2012-12-16T13:39:29 The code tasks currently are tasks to modify the comment blocks of the code 2012-12-16T13:39:35 http://www.rtems.com/wiki/index.php/Virtual_Machines_for_RTEMS_Development 2012-12-16T13:40:07 yes 2012-12-16T13:40:18 thats the virtual box link 2012-12-16T13:40:25 i am not a programmer 2012-12-16T13:40:34 which task do you referr to, the POSIX timing tasks, or the Doxygen tasks. 2012-12-16T13:40:39 i am really feeling disadvantaged 2012-12-16T13:40:44 I assume doxygen, 2012-12-16T13:40:51 It is helpful to be able to read the code but you don't have to program anything new 2012-12-16T13:41:25 doxygen 2012-12-16T13:41:26 there will be a few more documentation tasks being released in about 20 hours 2012-12-16T13:41:42 I can't upload some things from the house to release them right now 2012-12-16T13:41:57 plz do upload documentation 2012-12-16T13:42:05 but we are almost out of documentation tasks 2012-12-16T13:42:13 bcoz since last week all m seeing is coding 2012-12-16T13:42:14 there are 3 more 2012-12-16T13:42:25 imo, you should try Doxygen. You don't have to program anything 2012-12-16T13:42:39 ok but i doh knw how to do it 2012-12-16T13:42:45 zargy is a student too 2012-12-16T13:42:46 i hv git extensions 2012-12-16T13:42:48 installed 2012-12-16T13:43:07 http://www.rtems.org/wiki/index.php/GoogleCodeInProjects#Add_Doxygen_File_Headers 2012-12-16T13:43:22 this is a pretty good tutorial page 2012-12-16T13:43:55 however, the Virtual machine is kinda required, right? 2012-12-16T13:44:23 ok 2012-12-16T13:44:29 but i hv the git extension 2012-12-16T13:44:34 The virtual machine is the quickest way for a new student to get things up and running 2012-12-16T13:44:39 ok cool 2012-12-16T13:44:45 so i'll install it rite 2012-12-16T13:44:54 it is a kinda big download 2012-12-16T13:45:04 what's your internet speed like? 2012-12-16T13:45:33 5 mbps 2012-12-16T13:45:41 ok 2012-12-16T13:45:47 should be ok 2012-12-16T13:45:55 how long will it take 2012-12-16T13:45:57 ?? 2012-12-16T13:46:01 umm 2012-12-16T13:46:05 that depends... 2012-12-16T13:46:16 it took me a long time, but... 2012-12-16T13:46:22 You'll just have to try it 2012-12-16T13:46:35 r u mat or alex 2012-12-16T13:46:41 I would set it to download and do something for a while then check on its status 2012-12-16T13:46:41 ?? 2012-12-16T13:46:41 no 2012-12-16T13:46:59 you'll also have to install VirtualBox: https://www.virtualbox.org/ 2012-12-16T13:47:03 i thought u r a student 2012-12-16T13:47:18 I'm a student 2012-12-16T13:47:25 I just like being helpful 2012-12-16T13:47:38 ok 2012-12-16T13:48:07 so which one do i hv to download 2012-12-16T13:48:23 the first one 2012-12-16T13:48:30 Centos-6.3-RTEMS-4.11-20121128 2012-12-16T13:48:46 how fast is your computer, btw? 2012-12-16T13:48:51 btw m using windows rite 2012-12-16T13:49:10 not too fast 2012-12-16T13:49:34 it'll be ok 2012-12-16T13:49:38 yeah windows 2012-12-16T13:50:14 https://www.virtualbox.org/wiki/Downloads 2012-12-16T13:50:18 m on this link 2012-12-16T13:50:27 oh 2012-12-16T13:50:44 the first one: http://download.virtualbox.org/virtualbox/4.2.4/VirtualBox-4.2.4-81684-Win.exe 2012-12-16T13:50:57 oh!!! 2012-12-16T13:50:58 cool 2012-12-16T13:51:00 thankz 2012-12-16T13:51:05 i was searching for centos 2012-12-16T13:51:21 didn't see it but anyways thankz 2012-12-16T13:51:30 after this what do i hv to do 2012-12-16T13:51:42 This page is where you download the Rtems disk image: http://www.rtems.com/wiki/index.php/Virtual_Machines_for_RTEMS_Development 2012-12-16T13:51:53 http://sourceforge.net/projects/rtems-vms/files/Centos-6.3-RTEMS-4.11-20121128/Centos6-RTEMS-4_11-20121128.ova/download 2012-12-16T13:52:24 install virtualbox while that downloads 2012-12-16T13:52:41 btw, do you understand what a VM is? (Just checking) 2012-12-16T13:53:27 yepp 2012-12-16T13:53:35 virtual machine rite 2012-12-16T13:53:40 yeah 2012-12-16T13:54:04 well, virtualbox will run the disk image of the file you're downloading 2012-12-16T13:54:15 nd then 2012-12-16T13:55:51 btw, how much disk space do you have free? Just make sure your disk isn't really full 2012-12-16T13:56:17 Follow the directions http://www.rtems.com/wiki/index.php/Virtual_Machines_for_RTEMS_Development 2012-12-16T13:56:57 only have like 9 gb free 2012-12-16T13:57:00 Only don't worry about the simulator stuff 2012-12-16T13:57:18 ok 2012-12-16T13:57:31 disk space should be fine 2012-12-16T13:58:38 so how many documentation tasks have you done? 2012-12-16T13:58:52 9 2012-12-16T13:58:57 ok 2012-12-16T13:59:26 so zargy r u a mentor 2012-12-16T13:59:53 no... 2012-12-16T14:00:01 I've already said, I'm a student 2012-12-16T14:00:24 yea but some of the mentors r also students 2012-12-16T14:00:44 no mentors can not be current students 2012-12-16T14:01:18 serious 2012-12-16T14:01:23 by students you mean people doing tasks for GCI, right? 2012-12-16T14:01:26 i didn't knew that 2012-12-16T14:01:56 google has mentors and students. Some students come back and are mentors later 2012-12-16T14:02:03 yeah 2012-12-16T14:02:06 ok 2012-12-16T14:02:25 btw, JenniferA, I'm reading this: https://computing.llnl.gov/tutorials/pthreads/#ConditionVariables 2012-12-16T14:02:30 dad found it 2012-12-16T14:02:36 it's a really helpful tutorial 2012-12-16T14:02:43 or documentation rather 2012-12-16T14:02:56 Good I'm glad you found something to help you understand them :) 2012-12-16T14:04:25 Anything else I can help either of you with before I leave? 2012-12-16T14:04:36 one sec 2012-12-16T14:04:38 let me check 2012-12-16T14:05:16 I don't think so 2012-12-16T14:05:26 yea thankz 2012-12-16T14:05:38 If I do, I'll try to work it out with my dad and ask you tomorrow 2012-12-16T14:05:52 thanks a bunch! :) 2012-12-16T14:05:55 what's ur real name zargy 2012-12-16T14:05:55 Ok... another mentor will probably check in later but i have to run for a bit 2012-12-16T14:06:04 one sec 2012-12-16T14:06:06 ok 2012-12-16T14:06:06 good luck to you both 2012-12-16T14:06:07 bye 2012-12-16T14:06:09 ok 2012-12-16T14:06:16 *** JenniferA has quit IRC (Quit: Page closed) 2012-12-16T14:06:27 My name's Christopher 2012-12-16T14:06:28 what's ur real name zargy?? 2012-12-16T14:06:33 ok 2012-12-16T14:06:34 what's yours 2012-12-16T14:06:59 cristopher kerl rite 2012-12-16T14:07:04 yeah 2012-12-16T14:07:13 ayush 2012-12-16T14:07:19 ahh ok 2012-12-16T14:07:21 cool 2012-12-16T14:07:35 you not aiming to win 2012-12-16T14:07:48 well, I've gone a bit slow, 2012-12-16T14:07:54 ahhh 2012-12-16T14:07:58 but still 2012-12-16T14:08:02 right now I'm trying to do one of the timing tasks 2012-12-16T14:08:03 u can win 2012-12-16T14:08:16 just push ur self 2012-12-16T14:08:23 I'm not setting my heart on it... But it would be really good if I did 2012-12-16T14:08:44 right now I'm trying to do one of the timing tasks 2012-12-16T14:08:53 it's very complex coding 2012-12-16T14:09:01 yea true 2012-12-16T14:09:02 how old are you, btw? I'm 17 2012-12-16T14:09:10 15 2012-12-16T14:09:13 ok 2012-12-16T14:09:50 have you done GCI before? 2012-12-16T14:10:24 what u mean by b4 2012-12-16T14:10:33 last yr 2012-12-16T14:10:37 yeah 2012-12-16T14:10:40 I did too 2012-12-16T14:10:46 no 2012-12-16T14:10:54 this is my second and final year doing it 2012-12-16T14:10:59 this is the first time m doing it 2012-12-16T14:11:10 so where do you hail from? I'm in USA 2012-12-16T14:12:06 do they hv any c# coding tasks 2012-12-16T14:12:11 no 2012-12-16T14:12:12 ?? 2012-12-16T14:12:18 it's pretty much c 2012-12-16T14:12:26 yea 2012-12-16T14:12:44 What's your expeirence with programming? None at all? Some? 2012-12-16T14:12:46 i really hv to win this 2012-12-16T14:12:57 i am a c# coder 2012-12-16T14:13:11 and a microsoft student partner 2012-12-16T14:13:13 Hey, keep it up and you might... 2012-12-16T14:13:15 cool 2012-12-16T14:13:23 so i make windows phone apps 2012-12-16T14:13:31 cool 2012-12-16T14:13:47 how expeirenced are you? 2012-12-16T14:13:50 What can you do? 2012-12-16T14:14:12 i can write code for windows phone apps 2012-12-16T14:14:17 basically gprs apps 2012-12-16T14:14:25 ok 2012-12-16T14:15:02 how was ur experience doing the GCI coding tasks?? 2012-12-16T14:15:23 does it require any coding 2012-12-16T14:15:24 in C 2012-12-16T14:15:26 well, the Doxygen tasks arn't really coding much 2012-12-16T14:15:40 the POSIX timing tasks are really more actual coding 2012-12-16T14:15:51 Doxygen is pretty easy 2012-12-16T14:15:57 yea thst's why nobody doing it 2012-12-16T14:15:58 once you get the hang of it 2012-12-16T14:16:09 yea 2012-12-16T14:16:17 I'm the only one with a POSIX task 2012-12-16T14:16:25 yea i knw 2012-12-16T14:16:47 i really need help with cpukit tasks 2012-12-16T14:16:50 doxygen 2012-12-16T14:17:05 i can't understand what to do 2012-12-16T14:17:08 I'll help you 2012-12-16T14:17:17 but you have to get the virtual machine installed 2012-12-16T14:17:23 and the disk image downloaded 2012-12-16T14:17:24 yea m doing that 2012-12-16T14:17:27 ok 2012-12-16T14:17:28 yepp 2012-12-16T14:17:31 yea 2012-12-16T14:17:37 but r u always on irc 2012-12-16T14:18:01 well, once you get all that done, I'll help you with the Doxygen tasks. Have you checked a task one out yet> 2012-12-16T14:18:04 ? 2012-12-16T14:18:42 yepp 2012-12-16T14:18:50 but first i hv to install 2012-12-16T14:18:53 d stuff 2012-12-16T14:18:56 yeah 2012-12-16T14:18:57 nd then i can start 2012-12-16T14:20:01 have you installed virtualbox yet? 2012-12-16T14:20:07 if not, go ahead and do 2012-12-16T14:20:12 yes i did 2012-12-16T14:20:22 ok 2012-12-16T14:20:25 but is giving an error 2012-12-16T14:20:30 what kind? 2012-12-16T14:21:03 when i run it it's saying 2012-12-16T14:21:48 the application has failed to start bcoz it's side by side configuration is incorrect 2012-12-16T14:22:01 hmm 2012-12-16T14:22:08 gimme a sec 2012-12-16T14:22:15 I'll brb 2012-12-16T14:22:37 please set the apllication event log or use the command line sxstrace.exe tool for more detail 2012-12-16T14:22:52 *application 2012-12-16T14:26:58 hmm not sure 2012-12-16T14:27:04 you might try googling it 2012-12-16T14:27:25 ok 2012-12-16T14:27:46 how to contact u ehen i finish installing everything 2012-12-16T14:27:53 *when 2012-12-16T14:28:15 hmm 2012-12-16T14:28:21 one sec 2012-12-16T14:28:42 ok, I can give you my email address... 2012-12-16T14:29:53 but first agree to not give it to anyone or send me anything bad. (Not that I'm saying that you would) 2012-12-16T14:29:59 on? 2012-12-16T14:30:02 *ok? 2012-12-16T14:31:33 ok i promise 2012-12-16T14:31:35 i wont 2012-12-16T14:31:38 ok 2012-12-16T14:31:47 it's zargyyoyo@gmail.com 2012-12-16T14:31:55 send me a test email 2012-12-16T14:32:18 And I promise to do the same with your address 2012-12-16T14:32:35 yea thankz 2012-12-16T14:33:14 i did send u an email 2012-12-16T14:33:22 a test email 2012-12-16T14:33:25 u can check it 2012-12-16T14:33:31 ok 2012-12-16T14:33:33 it worked 2012-12-16T14:33:35 thanks 2012-12-16T14:33:51 yeahh no probz 2012-12-16T14:34:02 tell me when the download is done... I'll be on here most of the day 2012-12-16T14:34:30 ok 2012-12-16T14:42:03 do i also need to install cygwin 2012-12-16T14:42:23 no 2012-12-16T14:42:45 the VM is entirely self contained 2012-12-16T14:42:46 ok 2012-12-16T15:07:57 *** radha has quit IRC (Ping timeout: 245 seconds) 2012-12-16T15:10:47 *** ayush10297 has joined #rtems 2012-12-16T15:23:24 *** zargy is now known as zargy_afk 2012-12-16T15:46:42 *** ayush10297 has quit IRC (Ping timeout: 245 seconds) 2012-12-16T15:46:46 *** matttttttt has joined #rtems 2012-12-16T15:52:57 *** matttttttt has quit IRC (Ping timeout: 245 seconds) 2012-12-16T17:51:55 *** ayush10297 has joined #rtems 2012-12-16T17:52:04 zargy_afk 2012-12-16T17:52:09 r u here?? 2012-12-16T17:54:11 yeah 2012-12-16T17:54:14 *** zargy_afk is now known as zargy 2012-12-16T17:54:54 sorry ayush10297 2012-12-16T17:59:05 hey can i get all d links again pklz 2012-12-16T17:59:12 i hv just changed my computer 2012-12-16T17:59:28 d computer was not working 2012-12-16T17:59:36 so i changed it 2012-12-16T17:59:43 sorry to disturb u 2012-12-16T17:59:47 one sec 2012-12-16T17:59:48 ok 2012-12-16T18:00:07 i hv 32 bit rite 2012-12-16T18:01:52 you don't have a 64 bit version? That's ok 2012-12-16T18:02:16 http://download.virtualbox.org/virtualbox/4.2.4/VirtualBox-4.2.4-81684-Win.exe 2012-12-16T18:02:30 http://www.rtems.com/wiki/index.php/Virtual_Machines_for_RTEMS_Development 2012-12-16T18:03:30 http://www.rtems.org/wiki/index.php/GoogleCodeInProjects#Add_Doxygen_File_Headers 2012-12-16T18:03:46 That's pretty much all 2012-12-16T18:04:58 ok? 2012-12-16T18:08:53 ayush10297 2012-12-16T18:32:00 *** zargy is now known as zargy_afk 2012-12-16T18:43:32 *** ayush10297_ has joined #rtems 2012-12-16T18:43:44 is it possible to see d past messages on irc 2012-12-16T18:43:54 anybody knows how to 2012-12-16T18:45:14 @zargy_afk m sorry my computer is giving a lil problem today 2012-12-16T18:45:14 ayush10297_: Error: "zargy_afk" is not a valid command. 2012-12-16T18:45:23 so was unable to reply 2012-12-16T18:45:57 zargy_afk m sorry my computer is giving a lil problem today 2012-12-16T18:46:21 how to check the history of messages 2012-12-16T18:46:24 ?? 2012-12-16T18:57:37 *** zargy_afk is now known as zargy 2012-12-16T18:57:48 hey ayush10297 2012-12-16T18:57:54 sorry, was away 2012-12-16T18:58:09 history? 2012-12-16T18:58:09 how to check d history of messages?? 2012-12-16T18:58:13 yepp 2012-12-16T18:58:15 do u knw 2012-12-16T18:58:16 ?? 2012-12-16T18:58:29 on irc? There's really not a way. IRC doesn't support that 2012-12-16T18:58:46 no yesterday one of d mentors 2012-12-16T18:58:52 send me a link 2012-12-16T18:59:03 where i was able to check d history of messages 2012-12-16T18:59:19 hmm 2012-12-16T18:59:28 then I don't know how to do it 2012-12-16T18:59:33 no probzz 2012-12-16T18:59:34 sorryu 2012-12-16T18:59:40 *sorry 2012-12-16T18:59:43 thankzz 2012-12-16T18:59:52 anything else you want to know> 2012-12-16T18:59:53 ? 2012-12-16T18:59:58 http://www.rtems.org/irclogs/index.html 2012-12-16T19:00:19 yea same thing 2012-12-16T19:00:21 thankzzz 2012-12-16T19:00:26 huh 2012-12-16T19:00:31 that's interesting 2012-12-16T19:00:35 that's what i was talking 2012-12-16T19:00:39 yeppp it is 2012-12-16T19:01:42 thankz kiwichris 2012-12-16T19:02:34 nd thankz zargy 2012-12-16T19:18:13 ok zargy i installed d virtual box 2012-12-16T19:25:50 ok are you downloading the disk image? 2012-12-16T19:28:47 *** ayush10297_ has quit IRC (Ping timeout: 245 seconds) 2012-12-16T19:30:34 *** ayush10297_ has joined #rtems 2012-12-16T19:30:46 yes zargy it is installing 2012-12-16T19:31:00 ok 2012-12-16T19:31:28 http://www.rtems.com/wiki/index.php/Virtual_Machines_for_RTEMS_Development 2012-12-16T19:31:37 follow the directions there 2012-12-16T19:31:51 btw when i open the virtal box 2012-12-16T19:32:02 *virtual 2012-12-16T19:32:08 it says import 2012-12-16T19:32:12 centos 2012-12-16T19:32:18 yeah 2012-12-16T19:32:38 still i hv to install it frm an external link 2012-12-16T19:32:53 or virtual box will install it on it's own 2012-12-16T19:33:24 it should install on it's own 2012-12-16T19:34:26 r u sure 2012-12-16T19:34:59 if you open the file, 2012-12-16T19:35:06 with Virtualbox 2012-12-16T19:41:16 yes it's working 2012-12-16T19:41:18 thankz 2012-12-16T19:41:21 ok 2012-12-16T19:41:29 is it booted up? 2012-12-16T19:42:10 yepp 2012-12-16T19:53:15 *** ayush10297_ has quit IRC (Quit: Page closed) 2012-12-16T20:54:12 *** ayush10297 has quit IRC (Quit: Page closed) 2012-12-16T22:36:55 *** zargy is now known as zargy_afk 2012-12-16T22:36:58 *** zargy_afk has left #rtems 2012-12-16T23:57:15 *** ayush10297 has joined #rtems 2012-12-16T23:57:33 zargy 2012-12-16T23:57:36 r u here 2012-12-16T23:57:45 ?? 2012-12-16T23:57:59 i hv finisheed installing the virtual box and d image 2012-12-16T23:58:19 anybody here to help