Re: rtems-source-builder on cygwin/64, WAF?

2015-03-17 Thread emanuel stiebler
On 2015-03-17 17:37, Joel Sherrill wrote: On 3/17/2015 11:30 AM, emanuel stiebler wrote: On 2015-03-17 11:41, Chris Johns wrote:> On 17/03/2015 2:48 am, Joel Sherrill wrote: >> Hmmm.. copying from the log you attached: >> >> This looks like somehow the the contents of >> ./rtemstoolkit

Re: Fwd: [PATCH 000/111] GRLIB/LEON RTEMS RCC patches

2015-03-17 Thread Chris Johns
On 18/03/2015 12:54 am, Daniel Hellstrom wrote: On 03/15/2015 10:29 PM, Chris Johns wrote: On 14/03/2015 12:39 pm, Amar Takhar wrote: On 11/03/2015 1:27 am, Karel Gardas wrote: Yes, this is a big patch but if you do not merge it now and later following waf work you do tree/file placement refac

Re: RTEMS BugZilla is down

2015-03-17 Thread Wendell Silva
Well,... I think it's done. Please, check it out: https://devel.rtems.org/wiki/TBR/Review/RTEMS_Bugzilla The only thing that remains with Bugzilla in the name is the link itself. Anything else is out of context. Sometimes I forget how easy is to contribute to RTEMS Project. Improving the wiki page

Re: RTEMS BugZilla is down

2015-03-17 Thread Joel Sherrill
On March 17, 2015 5:47:24 PM CDT, Wendell Silva wrote: >OK, Joel. Thanks. > >I've just fixed the broken link in the new wiki page. Good catch! Search in the wiki for bugzilla to make sure there aren't more. > >--Wendell. > > > >On Tue, Mar 17, 2015 at 7:11 PM Joel Sherrill > wrote: > > > >On M

Re: RTEMS BugZilla is down

2015-03-17 Thread Wendell Silva
OK, Joel. Thanks. I've just fixed the broken link in the new wiki page. --Wendell. On Tue, Mar 17, 2015 at 7:11 PM Joel Sherrill wrote: > > > On March 17, 2015 4:59:30 PM CDT, Wendell Silva wrote: > >Hi Dears, > > > > > >Is RTEMS BugZilla website down? > > > > > >https://www.rtems.org/bugzil

Re: RTEMS BugZilla is down

2015-03-17 Thread Joel Sherrill
On March 17, 2015 4:59:30 PM CDT, Wendell Silva wrote: >Hi Dears, > > >Is RTEMS BugZilla website down? > > >https://www.rtems.org/bugzilla returns "Page Not Found" > > >When it will be back on line? Never. :) Try devel.rtems.org and click on tickets. We are using Trac now. > >Thanks, > > >--W

RTEMS BugZilla is down

2015-03-17 Thread Wendell Silva
Hi Dears, Is RTEMS BugZilla website down? https://www.rtems.org/bugzilla returns "Page Not Found" When it will be back on line? Thanks, --Wendell. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: rtems-source-builder on cygwin/64, WAF?

2015-03-17 Thread Chris Johns
On 18/03/2015 7:28 am, Chris Johns wrote: I am testing this now as I needed to add 'merge' to the git module. Pushed as https://git.rtems.org/rtems-source-builder/commit/?id=b0f9e30fa46a8025b76bf86321ebe585de8972f4 Chris ___ devel mailing list deve

Re: rtems-source-builder on cygwin/64, WAF?

2015-03-17 Thread Chris Johns
On 18/03/2015 3:37 am, Joel Sherrill wrote: On 3/17/2015 11:30 AM, emanuel stiebler wrote: On 2015-03-17 11:41, Chris Johns wrote:> On 17/03/2015 2:48 am, Joel Sherrill wrote: >> Hmmm.. copying from the log you attached: >> >> This looks like somehow the the contents of >> ./rtemstoolk

Re: RPi Support GSoC 2015

2015-03-17 Thread André Marques
On 17-03-2015 15:15, QIAO YANG wrote: Hi, I've seen that you've compiled the kernel for SPARC, and run the sample with SPARC simulator. Maybe you should try to build the arm cross-compiler, compile the RPI BSP and run it on a arm simulator ( ex: QEMU) or on a RPI board? Up to now I've seen

Re: rtems-source-builder on cygwin/64, WAF?

2015-03-17 Thread Joel Sherrill
On 3/17/2015 11:30 AM, emanuel stiebler wrote: > On 2015-03-17 11:41, Chris Johns wrote:> On 17/03/2015 2:48 am, Joel > Sherrill wrote: > >> Hmmm.. copying from the log you attached: > >> > >> This looks like somehow the the contents of > >> ./rtemstoolkit/elftoolchain/libelf/_libelf_config.

Re: rtems-source-builder on cygwin/64, WAF?

2015-03-17 Thread emanuel stiebler
On 2015-03-17 11:41, Chris Johns wrote:> On 17/03/2015 2:48 am, Joel Sherrill wrote: >> Hmmm.. copying from the log you attached: >> >> This looks like somehow the the contents of >> ./rtemstoolkit/elftoolchain/libelf/_libelf_config.h are not being >> tripped by whatever conditionals are set on y

[PATCH] score: Add thread priority change notification

2015-03-17 Thread Sebastian Huber
Since the thread priority change is now performed atomically in one critical section it is possible to simplify the thread queue update procedure. Add a thread queue agnostic thread priority change notification handler so that we are able to use alternative thread queue implementations. Update #2

[PATCH] score: Fix _Thread_Change_priority()

2015-03-17 Thread Sebastian Huber
Atomically update the current priority of a thread and all related data structures. Close #2310. --- cpukit/score/src/threadchangepriority.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cpukit/score/src/threadchangepriority.c b/cpukit/score/src/threadchangepri

Re: RPi Support GSoC 2015

2015-03-17 Thread Yurii Shevtsov
Hi) Right now arm cross-compiler is being compiled. And of course I will test Hello on actual RPi board. I would like to work with USB part of task as I mentioned here https://lists.rtems.org/pipermail/devel/2015-March/010462.html Which part would yo like to take? __

Re: Warning Update

2015-03-17 Thread Gedare Bloom
On Mon, Mar 16, 2015 at 5:06 PM, Joel Sherrill wrote: > Hi > > Gedare attempted to remove a couple of warnings and I wanted to pass > along that in two cases, the warnings weren't resolved. These are from > the sparc-erc32 and main_df.c previously didn't have warnings here. > > ../../../../../../r

Re: RPi Support GSoC 2015

2015-03-17 Thread QIAO YANG
Hi, I've seen that you've compiled the kernel for SPARC, and run the sample with SPARC simulator. Maybe you should try to build the arm cross-compiler, compile the RPI BSP and run it on a arm simulator ( ex: QEMU) or on a RPI board? Up to now I've seen you, Rohini and I who are willing to cont

Re: RPi Support GSoC 2015

2015-03-17 Thread Joel Sherrill
Looks good. Time to update your entry in the table at https://devel.rtems.org/wiki/GSoC/2015 and apply to Google at http://www.google-melange.com/gsoc/homepage/google/gsoc2015 Plus work on the proposal for us. :) -joel On 3/17/2015 9:56 AM, Yurii Shevtsov wrote: > Patch: > diff --git a/testsuite

Re: RPi Support GSoC 2015

2015-03-17 Thread Yurii Shevtsov
Patch: diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c index d8fe450..8bf3604 100644 --- a/testsuites/samples/hello/init.c +++ b/testsuites/samples/hello/init.c @@ -28,7 +28,9 @@ rtems_task Init( ) { rtems_test_begin(); - printf( "Hello World\n" ); + printf( "H

Re: About ether_output() function in if_etheresubr.c

2015-03-17 Thread Albert Huang
Hi, Daniel, Thanks for your reply. After digging more into it, PC does not receive ARP reply from RTEMS. That's the problem of device driver for sure, and I'll try to debug it tomorrow when I go to work. But my question is the two ether_output() in a row. It looks like that the ICMP packet was se

Re: About ether_output() function in if_etheresubr.c

2015-03-17 Thread Daniel Hellstrom
Hello Albert, Please provide more information about the order and content of the packets being transferred. My guess is that the following would happen: 1. PC sends to broadcast: ARP request for RTEMS IP 2. RTEMS responds PC: ARP reply 3. PC sends to RTEMS: PING request 4. RTEMS sends to br

Re: Fwd: [PATCH 000/111] GRLIB/LEON RTEMS RCC patches

2015-03-17 Thread Daniel Hellstrom
On 03/15/2015 10:29 PM, Chris Johns wrote: On 14/03/2015 12:39 pm, Amar Takhar wrote: On 11/03/2015 1:27 am, Karel Gardas wrote: Yes, this is a big patch but if you do not merge it now and later following waf work you do tree/file placement refactoring than the patch would be even harder to mer

Re: rtems-source-builder on cygwin/64, WAF?

2015-03-17 Thread Chris Johns
On 17/03/2015 2:48 am, Joel Sherrill wrote: Hmmm.. copying from the log you attached: This looks like somehow the the contents of ./rtemstoolkit/elftoolchain/libelf/_libelf_config.h are not being tripped by whatever conditionals are set on your host. I see FreeBSD, Apple, and Linux sections of t