Re: multiple definition of __getreent

2015-06-20 Thread Joel Sherrill
I suspect it is because he is compiling at -O0. On June 20, 2015 6:13:23 PM CDT, Chris Johns wrote: >On 20/06/2015 2:34 am, Sujay Raj wrote: >> Hi , >> >> I am working on porting the monkey http server to rtems. >> >> I am working on the bsp: xilinx_zynq_a9_qemu , target: arm-rtems4.11. >> >>

Re: multiple definition of __getreent

2015-06-20 Thread Chris Johns
On 20/06/2015 2:34 am, Sujay Raj wrote: > Hi , > > I am working on porting the monkey http server to rtems. > > I am working on the bsp: xilinx_zynq_a9_qemu , target: arm-rtems4.11. > > There are two libraries that I am supposed to link to create my final > executable, one is libbsd.a and the ot

Re: GSoC 2015: Raspberry Pi 2 Support

2015-06-20 Thread Rohini Kulkarni
Hi, I have added an SMP related post to my blog to define where exactly in the code I need to work. Some feedback to indicate if I am identifying the work area correctly would be very helpful! Thanks! On 18 Jun 2015 03:37, "Rohini Kulkarni" wrote: > Hi all, > > I have updated my blog to reflec

Re: [PATCH] rtems: Add rtems_interrupt_local_disable|enable()

2015-06-20 Thread Gedare Bloom
Quick skim looks good. On Fri, Jun 19, 2015 at 5:02 PM, Sebastian Huber wrote: > Add rtems_interrupt_local_disable|enable() as suggested by Pavel Pisa to > emphasize that interrupts are only disabled on the current processor. > Do not define the rtems_interrupt_disable|enable|flash() macros and >