[PATCH]doc:source-builder.txt:Typographical errors

2016-08-06 Thread Sambeet Panigrahi
>From 137ed5e54a06738752d18982fcab9d90070e58cc Mon Sep 17 00:00:00 2001 From: Sambeet Panigrahi Date: Sat, 6 Aug 2016 14:28:11 +0530 Subject: [PATCH] Typo in rsb doc --- doc/source-builder.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source-builder.txt b/

Corrected a typo in RSB docs

2016-08-01 Thread Sambeet Panigrahi
From 1ddfd35822be6c99cee644ed62a716f3cb371ddb Mon Sep 17 00:00:00 2001 From: Sambeet Panigrahi Date: Mon, 1 Aug 2016 16:43:26 +0530 Subject: [PATCH] Corrected another typo in RSB Documentation --- doc/source-builder.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc

Corrected a typo rtems Source Builder Documentation

2016-08-01 Thread Sambeet Panigrahi
Is this patch in the right format? From 610e2a1fabc0a5ea70cbb23bba8dc576e9b03b22 Mon Sep 17 00:00:00 2001 From: Sambeet Panigrahi Date: Mon, 1 Aug 2016 13:55:57 +0530 Subject: [PATCH] Corrected a Typo --- doc/source-builder.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

Corrected a typographical on RTEMS Source builder

2016-07-28 Thread Sambeet Panigrahi
From 1b1c28df3ac691d7aac2cee27c84b10d858953de Mon Sep 17 00:00:00 2001 From: Sambeet161616 Date: Thu, 28 Jul 2016 13:52:06 +0530 Subject: [PATCH] Corrected a typo --- doc/source-builder.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source-builder.txt b/doc/source-b

Skip Building a few packages by RSB

2016-05-27 Thread Sambeet Panigrahi
Hi, I am working on porting Rock to RTEMS as a Summer of code project.I have to modify the code and build RTEMS using RSB a lot many times. RSB is designed to clean install every time but building newlib and gcc each time is a very time consuming task. Is there a way I can select what packages to b

Validity of a patch on newlib

2016-05-19 Thread Sambeet Panigrahi
Hi, I was going through the old scripts o porting Rock on RTEMS.While building the rtems version 4.10.1 a patch was used namely http://www.rtems.com/ftp/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110518.diff This url gives a page not found error now. I am now modifying the scripts for rtem

Status Update of Porting Rock to RTEMS

2016-05-10 Thread Sambeet Panigrahi
I have been updating my progress in blog posts but this would be my first updating in devel mailing list. Before starting the phase one of my work I had to understand all rock dependencies namely 1) Boost 2)Eigen 3)Libxml 4)Xerces 5)OmniORB I have tried out examples of Boost serialization library

State of the Omniorb port for RTEMS

2016-04-28 Thread Sambeet Panigrahi
Hi, Omniorb is an important part of the Orocos RTT that needs to be ported to RTEMS.I found that it has already been ported to RTEMS.But all sources point to this link which is dead: http://www.uk.research.att.com/omniORB/omniORB.html Can someone please tell me about the state of the port and p

Project:Porting Rock to RTEMS

2016-04-24 Thread Sambeet Panigrahi
Hi, I am Sambeet Panigrahi. I am a GSOC student working on the project of porting Rock to RTEMS.I am grateful to the RTEMS community for all the support during the last few months of preparation and in particular to my mentors Joel Sherill and Gedare Bloom for all the help. I am currently in

Re: Building a rtems image

2016-04-04 Thread Sambeet Panigrahi
-- Forwarded message -- From: "Sambeet Panigrahi" Date: Apr 5, 2016 5:47 AM Subject: Re: Building a rtems image To: "Chris Johns" Cc: I gave the command and the output is as follows:: $file examples/ticker.exe examples/ticker.exe:32 bit MSB executable, S

Re: Building a rtems image

2016-04-04 Thread Sambeet Panigrahi
I corrected the qemu.sh script.The image runs now but I get a error No Multiboot Header found. Can you help me to find a solution to it. On 4/04/2016 2:23 PM, Sambeet Panigrahi wrote: > I have been trying to build a RTEMS image for GRUB2 following the > instructions from: &

Building a rtems image

2016-04-03 Thread Sambeet Panigrahi
I have been trying to build a RTEMS image for GRUB2 following the instructions from: https://devel.rtems.org/wiki/Building/Grub I have followed all instructions and placed the image and the directory structure in /home/sambeet/SimulRTEMS, the tree command in the directory gives . |-- examples |

Re: Modification in porting Rock to RTEMS

2016-03-25 Thread Sambeet Panigrahi
Attached with this mail is the link to the git repo that contains the scripts from the previous SOCIS port of Rock on RTEMS. https://github.com/Sambeet161616/Rock-Port_ana On Fri, Mar 25, 2016 at 1:21 PM, Sambeet Panigrahi wrote: > I am also adding the scripts I obtained from the previous p

Modification in porting Rock to RTEMS

2016-03-25 Thread Sambeet Panigrahi
Hi, I am writing this again because my previous mail got a bounce back but I am not able to see it in archive. With the help from Rock members, I could secure some scripts and documentation from the previous SOCIS project on Porting Rock on RTEMS. That caused a lot many changes in my proposal.I re

Re: GSOC 2016 Project:Porting Rock on RTEMS

2016-03-24 Thread Sambeet Panigrahi
S? > > On Sun, Mar 20, 2016 at 8:56 AM, Gedare Bloom wrote: > > You need to register an account on the wiki, and then edit the page > > (link at bottom). > > > > On Sat, Mar 19, 2016 at 10:35 PM, Sambeet Panigrahi > > wrote: > >> Hi > >> I am

GSOC 2016 Project:Porting Rock on RTEMS

2016-03-19 Thread Sambeet Panigrahi
Hi I am attaching the link to my proposal with this mail This is not a final draft and there's a lot of scope of improvement. I have not yet decided what packages to build. I wanted to update the tracking page but don't know how to do that. I welcome all suggestions for improvement and feedbacks. h

RTEMS testing module does not execute

2016-03-14 Thread Sambeet Panigrahi
Hi, I have followed the instructions on the https://devel.rtems.org/wiki/Developer/Simulators/QEMU#Usingthertems-testingModule But each time I run the pc386 simscript as mentioned in the page, I get the message on the console tcg doesn't support requested feature:cpuid.01h.edx.vme[bit 1] and the

Re: Porting Rock on RTEMS as GSoC project

2016-03-14 Thread Sambeet Panigrahi
rtems-source-builder/bare/devel/qemu.bset to compile qemu. > > On Thu, Mar 3, 2016 at 10:30 PM, Sambeet Panigrahi > wrote: > > Thank you. I would still like to continue with my work with Rock because > I > > like it and the experience would help. > > So I did not get

Re: Building RTEMS hello world image using CMake

2016-03-14 Thread Sambeet Panigrahi
Hi, Sorry for the delay. I am attaching my CMakeLists.txt with this.The test.c is the source code from examples-v2. I created a separate build folder to hold the builds. And from inside that gave the command $ cmake .. and then for the generated makefile,I gave the command $ make all After the exe

Re: Building RTEMS hello world image using CMake

2016-03-12 Thread Sambeet Panigrahi
Thank you Chris.That works perfectly:) On Mar 11, 2016 6:32 AM, "Chris Johns" wrote: > [ Please excuse the delay. It took a while to get >something worth posting sorted out. ] > > On 04/03/2016 14:46, Sambeet Panigrahi wrote: > >> I wanted to build a hello w

Building RTEMS hello world image using CMake

2016-03-03 Thread Sambeet Panigrahi
I wanted to build a hello world image of RTEMS using cmake. Can someone provide me steps for doing so or point me to the right resources ? ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Porting Rock on RTEMS

2016-03-03 Thread Sambeet Panigrahi
Hi, I am interested in working on porting Rock to RTEMS for GSoC-2016.I have been trying to understand the Rock libraries and previous work undertaken regarding this project. I just wanted to know if this can be taken up as a GSoC project for this year? I have been getting mixed opinions about this

Fwd: Testing the rock port

2016-03-03 Thread Sambeet Panigrahi
-- Forwarded message -- From: Sambeet Panigrahi Date: Thu, Mar 3, 2016 at 2:11 PM Subject: Testing the rock port To: devel-requ...@rtems.org Hi, I am interested in working on porting Rock on RTEMS for GSOC-2016 . I have gone through all the libraries of Rock.But I have this

Re: Porting Rock on RTEMS as GSoC project

2016-02-13 Thread Sambeet Panigrahi
wrote: > You should try to get someone from the Rock or the Orocos community to > commit to (co-)mentor you if at all possible. > > On Fri, Feb 12, 2016 at 11:49 AM, Sambeet Panigrahi > wrote: > > Hi, > > I am interested in working on porting Rock on RTEMS. I am currently &

Porting Rock on RTEMS as GSoC project

2016-02-12 Thread Sambeet Panigrahi
Hi, I am interested in working on porting Rock on RTEMS. I am currently working on replicating Matthias Goldhoorn's work. I am also trying to go through previous projects taken by Anna Vasquez for SOCIS. I wanted to know if this can be taken up as a project this year? Regards Sambeet _

tlb files

2016-02-07 Thread Sambeet Panigrahi
Hi, I was trying to port Rock on RTEMS.In a mail from Matthias Goldhoorn of Rock, I got this: The most critical thing is that the target system uses the same tlb files than hhost os. This was because gccxml was not able to cross-generate. This should now be possible with clang. Can someone explai