dtc: compile error

2016-04-27 Thread printk
Hi, I use this cflags to compile rtems/cpukit/dtc/*, I get error message below: - - - - - - - - - - - - - - - - - - - - make -f ./scripts/Makefile.build obj=cpukit/dtc/libfdt arm-rtems-gcc -Wp,-MD,cpukit/dtc/libfdt/.fdt_addresses.o.d -Ic/src/lib/libbsp/shared/include -Ic/src/lib/libcpu/arm/s3

Re: when the getcwd.c is compiled?

2016-04-27 Thread printk
On Wed, Apr 27, 2016 at 11:30:59AM -0500, Joel Sherrill wrote: > On Apr 27, 2016 12:31 PM, "printk" wrote: > > > > Hello, I am translating Makefile.am(s) to kbuild > > > > > # > > > # DIRECTORY_SCAN_C_FILES = > > > # ## Newlib SHOULD have provided this one > > > # DIRECTORY_SCAN_C_FILES += src/rea

Re: GSoC 2016: Low Level Peripherals & SD Card Support for Raspberry Pi

2016-04-27 Thread Gedare Bloom
On Wed, Apr 27, 2016 at 8:50 PM, Alan Cudmore wrote: > Chris: The Model B V1.2 should work fine. > > I think I have one of each model Raspberry Pi, so I could test just about > any Pi code. > I just got my development environment up to date and tested the single core > Pi ( A+ ) and Pi Zero. I ver

Re: GSoC 2016: Low Level Peripherals & SD Card Support for Raspberry Pi

2016-04-27 Thread Alan Cudmore
Chris: The Model B V1.2 should work fine. I think I have one of each model Raspberry Pi, so I could test just about any Pi code. I just got my development environment up to date and tested the single core Pi ( A+ ) and Pi Zero. I verified 4.11 and 4.12 work. I also updated my RKI image ( github.co

Re: GSoC 2016: Low Level Peripherals & SD Card Support for Raspberry Pi

2016-04-27 Thread Chris Johns
On 27/04/2016 18:53, Pavel Pisa wrote: I can help in this area but I have only RPi 1 for testing now. I have a Model B - V1.2. Is this ok? Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [rtems-libbsd commit] waf: Refector the builder to work with Python3 and UTF-8 source files.

2016-04-27 Thread Chris Johns
On 27/04/2016 17:38, Sebastian Huber wrote: On 27/04/16 04:14, Chris Johns wrote: def changedFileSummary(): if isDiffMode == False: print('%d file(s) were changed:' % (filesProcessedCount)) -for f in sorted(filesProcessed): -print(' %s' % (f)) +if

Re: when the getcwd.c is compiled?

2016-04-27 Thread Joel Sherrill
On Apr 27, 2016 12:31 PM, "printk" wrote: > > Hello, I am translating Makefile.am(s) to kbuild > > > # > > # DIRECTORY_SCAN_C_FILES = > > # ## Newlib SHOULD have provided this one > > # DIRECTORY_SCAN_C_FILES += src/readdir_r.c > > # ## Comment out when using these from newlib's unix directory > >

when the getcwd.c is compiled?

2016-04-27 Thread printk
Hello, I am translating Makefile.am(s) to kbuild > # > # DIRECTORY_SCAN_C_FILES = > # ## Newlib SHOULD have provided this one > # DIRECTORY_SCAN_C_FILES += src/readdir_r.c > # ## Comment out when using these from newlib's unix directory > # DIRECTORY_SCAN_C_FILES += src/getcwd.c > # > # ID_C_FIL

Re: [civetweb] Interface for setting stack size and scheduler options

2016-04-27 Thread Christian Mauderer
I've got some feedback on the RTEMS mailinglist (part of https://lists.rtems.org/pipermail/devel/2016-April/014729.html): Am 27.04.2016 um 02:07 schrieb Chris Johns: >> I already contacted the civetweb author regarding two of the patches. >> One was a new one (civetweb now uses a timegm function

Re: GSoC 2016: Low Level Peripherals & SD Card Support for Raspberry Pi

2016-04-27 Thread Pavel Pisa
Hello everybody and especially those who want to work on RPi. Before this sound of GSoC start, we should think what should be integrated from YANG Qiao patches. If you expect that mailbox services would be required to access VideoCore and boot data then I think that YANG Qiao work is valuable and

Re: [rtems-libbsd commit] waf: Refector the builder to work with Python3 and UTF-8 source files.

2016-04-27 Thread Sebastian Huber
On 27/04/16 04:14, Chris Johns wrote: def changedFileSummary(): if isDiffMode == False: print('%d file(s) were changed:' % (filesProcessedCount)) -for f in sorted(filesProcessed): -print(' %s' % (f)) +if verbose(): +for f in sorted(files