Re: GSOC 2015: Configuration GUI

2015-07-04 Thread Anand Krishnan
Hi, Thanks for approving my midterm evaluation. Anyways, I have added the GUI class for String options. Will work on StringList now. Anand. On Sat, Jun 27, 2015 at 7:16 AM, Anand Krishnan wrote: > Hi, > > The GUI is partially done. The set up for Boolean and Integer options

Re: GSOC 2015: Configuration GUI

2015-06-26 Thread Anand Krishnan
18, 2015 at 12:07 PM, Anand Krishnan wrote: > Hi, > > > On Thu, Jun 18, 2015 at 10:45 AM, Anand Krishnan > wrote: > >> >> >> On Thu, Jun 18, 2015 at 6:18 AM, Amar Takhar wrote: >> >>> On 2015-06-18 05:57 +0530, Anand Krishnan wrote: >>>

Re: GSOC 2015: Configuration GUI

2015-06-17 Thread Anand Krishnan
Hi, On Thu, Jun 18, 2015 at 10:45 AM, Anand Krishnan wrote: > > > On Thu, Jun 18, 2015 at 6:18 AM, Amar Takhar wrote: > >> On 2015-06-18 05:57 +0530, Anand Krishnan wrote: >> > Hi all, >> > >> > I've almost prepared the basic layout for the

Re: GSOC 2015: Configuration GUI

2015-06-17 Thread Anand Krishnan
On Thu, Jun 18, 2015 at 6:18 AM, Amar Takhar wrote: > On 2015-06-18 05:57 +0530, Anand Krishnan wrote: > > Hi all, > > > > I've almost prepared the basic layout for the GUI. Also added some dummy > event > > handlers for File Menu. > > > > A

Re: GSOC 2015: Configuration GUI

2015-06-17 Thread Anand Krishnan
Hi all, I've almost prepared the basic layout for the GUI. Also added some dummy event handlers for File Menu. Any more suggestions before fetching the options? Code at : https://github.com/anandkp92/waf/tree/waf/gui Thanks, Anand On Tue, Jun 16, 2015 at 10:45 AM, Anand Krishnan

Re: GSOC 2015: Configuration GUI

2015-06-15 Thread Anand Krishnan
block of code to rule > them all" > > -Gedare > > On Mon, Jun 15, 2015 at 6:49 PM, Amar Takhar wrote: > > On 2015-06-15 23:52 +0530, Anand Krishnan wrote: > >> Hi all, > >> > >> Currently I have uploaded the first part of the gui - just plain menus

GSOC 2015: Configuration GUI

2015-06-15 Thread Anand Krishnan
Hi all, Currently I have uploaded the first part of the gui - just plain menus (with no event handlers yet) to my github: github.com/anandkp92/waf/gui/menu.py . The purpose of the GUI is for creating the config.cfg file for "waf config" of the waf version of RTEMS. I think you might need wxpython

trouble with git.rtems.org

2015-05-01 Thread Anand Krishnan
Hi, I'm having issues when I try to fork Amar's waf repository. When I try "git clone git://git.rtems.org/amar/waf.git", I get -> Cloning into 'waf'... error: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none while accessing https://git.rtems.org/ama

Re: GSOC 2015: Review Proposal for Configuration GUI

2015-03-25 Thread Anand Krishnan
> On Wed, Mar 25, 2015 at 1:15 PM, Anand Krishnan > wrote: > >> Attaching the google docs link as well: >> https://docs.google.com/document/d/1OOKr9px9yYtAjUvLJM1_Js4xxsg_fXxnN3AWaf3IUp0/edit?usp=sharing >> >> Thanks! >> Anand >> >> On Wed

Re: GSOC 2015: Review Proposal for Configuration GUI

2015-03-25 Thread Anand Krishnan
Attaching the google docs link as well: https://docs.google.com/document/d/1OOKr9px9yYtAjUvLJM1_Js4xxsg_fXxnN3AWaf3IUp0/edit?usp=sharing Thanks! Anand On Wed, Mar 25, 2015 at 8:49 AM, Anand Krishnan wrote: > Dear Mentors and students, > > It'd be great if you could review my

GSOC 2015: Review Proposal for Configuration GUI

2015-03-24 Thread Anand Krishnan
Dear Mentors and students, It'd be great if you could review my proposal. I am planning to build a Configuration GUI for RTEMS - used for configuring RTEMS during waf build. http://www.google-melange.com/gsoc/proposal/public/google/gsoc2015/anandkp92/5629499534213120 Any comments and reviews are

Re: GSOC 2015: Configuration GUI

2015-03-21 Thread Anand Krishnan
great if you could go through it before I upload to GSOC website. Also, can I add my name to Students Proposal Table in GSOC Tracking Page? Also how can I do it without finalizing my proposal? Thanks, Anand On Sat, Mar 21, 2015 at 10:44 PM, Amar Takhar wrote: > On 2015-03-21 07:25 +0530,

GSOC 2015: hello world proof

2015-03-21 Thread Anand Krishnan
Init(rtems_task_argument argument); -const char rtems_test_name[] = "HELLO WORLD"; +const char rtems_test_name[] = "GSOC 2015 HELLO WORLD"; rtems_task Init( rtems_task_argument ignored ) { rtems_test_begin(); - printf( "Hello World\n" ); + printf( "

Re: rsb build process - ftp error

2015-03-20 Thread Anand Krishnan
ill wrote: > > > On March 20, 2015 8:41:37 PM CDT, Anand Krishnan > wrote: > >yeah I do think that ftp is blocked. I was in a campus network. > > > >Currently I am using another network, but its only a temporary setup. I > >cannot download from ftp://ftp.gnu.org. But I

Re: GSOC 2015: Configuration GUI

2015-03-20 Thread Anand Krishnan
is classes, isn't it? On Sat, Mar 21, 2015 at 12:31 AM, Amar Takhar wrote: > On 2015-03-19 12:32 +0530, Anand Krishnan wrote: > > Dear Mentors, > > > > I hope I am not too late. I am Anand Krishnan and I'd like to contribute > to the > > Configuration GUI pro

Re: rsb build process - ftp error

2015-03-20 Thread Anand Krishnan
is an http_downloader itself. On Sat, Mar 21, 2015 at 7:05 AM, Joel Sherrill wrote: > > > On 3/20/2015 8:14 PM, Anand Krishnan wrote: > > Hi, > > > > I am trying to build RSB for sparc. During the installation, it is > > trying to download autoconf-2.69.tar.gz

rsb build process - ftp error

2015-03-20 Thread Anand Krishnan
Hi, I am trying to build RSB for sparc. During the installation, it is trying to download autoconf-2.69.tar.gz over ftp but fails. Autoconf is already installed in my host machine. Why is it trying again to download? Also I think there is some error with downloading via ftp - is there some way I

GSOC 2015: Configuration GUI

2015-03-19 Thread Anand Krishnan
Dear Mentors, I hope I am not too late. I am Anand Krishnan and I'd like to contribute to the Configuration GUI project. I am a final year student at BITS Goa, India campus and currently pursuing my Bachelor's thesis at IIT Bombay. By cross platform, do we mean - different boards or