Re: [PATCH rtems-libbsd 0/5] RTEMS LibBSD Documentation

2021-08-03 Thread Christian MAUDERER
Hello, Am 03.08.21 um 04:07 schrieb Chris Johns: On 3/8/21 3:24 am, Sebastian Huber wrote: On 02/08/2021 18:37, Vijay Kumar Banerjee wrote: I think there should be a high-level user manual subsection for networking that describes how the selection of the network stack works. We can then add an

Re: [PATCH] Turn off executable permissions for a number of source files

2021-08-03 Thread Gedare Bloom
We should recommend the use of git config core.fileMode=false cleanup mode is fine thanks On Mon, Aug 2, 2021 at 1:37 PM Joel Sherrill wrote: > > Cloning under Cygwin turned off executable permission on these > files. This shows them as modified even though they have not > explicitly been touc

Re: [PATCH v2 1/2] rsb: Add MicroBlaze tools

2021-08-03 Thread Gedare Bloom
On Mon, Aug 2, 2021 at 8:59 PM Alex White wrote: > > --- > rtems/config/6/rtems-microblaze.bset | 23 ++- > .../tools/rtems-binutils-xilinx-2.36.cfg | 52 ++ > .../tools/rtems-gcc-xilinx-10-newlib-head.cfg | 68 +++ > 3 files changed, 142 insertions(+

Re: [PATCH] Turn off executable permissions for a number of source files

2021-08-03 Thread Joel Sherrill
On Tue, Aug 3, 2021 at 10:14 AM Gedare Bloom wrote: > > We should recommend the use of > git config core.fileMode=false Can't blanket turn off execute because of scripts at the top or waf. We just need to be more careful. > > cleanup mode is fine thanks > > On Mon, Aug 2, 2021 at 1:37 PM Joel

[PATCH v3 2/2] rsb: Add Xilinx QEMU

2021-08-03 Thread Alex White
--- bare/config/devel/qemu-xilinx-v2020.2-1.cfg | 23 bare/config/devel/qemu-xilinx.bset | 24 + 2 files changed, 47 insertions(+) create mode 100644 bare/config/devel/qemu-xilinx-v2020.2-1.cfg create mode 100644 bare/config/devel/qemu-xilinx.bse

[PATCH v3 0/2] Add MicroBlaze tools to RSB

2021-08-03 Thread Alex White
Hi, v3: - Follow naming convention for Xilinx .cfg files - Simplify rtems-xilinx-binutils-2.36.cfg with rtems-binutils-2.36.cfg include v2: - Add Xilinx QEMU version to .cfg filename - Exclude GDB configuration with unneeded Xilinx patches This patch set adds the MicroBlaze tools to rtem

[PATCH v3 1/2] rsb: Add MicroBlaze tools

2021-08-03 Thread Alex White
--- rtems/config/6/rtems-microblaze.bset | 23 ++- .../tools/rtems-xilinx-binutils-2.36.cfg | 40 +++ .../tools/rtems-xilinx-gcc-10-newlib-head.cfg | 68 +++ 3 files changed, 130 insertions(+), 1 deletion(-) create mode 100644 rtems/config/tools/rtems-xil

[PATCH v1 0/4] Reformat GcovData and GcovFunctionData

2021-08-03 Thread Ryan Long
Hi, For these patches I: - Made the formatting consistent - Added Doxygen comments for parameters where it was missing - Fixed lines that went past 80 columns (except for some comments) Thanks, Ryan Ryan Long (4): GcovData.cc: Fix formatting GcovData.h: Fix formatting GcovFunctionData.cc:

[PATCH v1 4/4] GcovFunctionData:h: Fix formatting

2021-08-03 Thread Ryan Long
--- tester/covoar/GcovFunctionData.h | 113 +++ 1 file changed, 54 insertions(+), 59 deletions(-) diff --git a/tester/covoar/GcovFunctionData.h b/tester/covoar/GcovFunctionData.h index e1ad431..4a98abb 100644 --- a/tester/covoar/GcovFunctionData.h +++ b/tester/

[PATCH v1 1/4] GcovData.cc: Fix formatting

2021-08-03 Thread Ryan Long
--- tester/covoar/GcovData.cc | 198 +- 1 file changed, 106 insertions(+), 92 deletions(-) diff --git a/tester/covoar/GcovData.cc b/tester/covoar/GcovData.cc index 59963b6..6b18fa3 100644 --- a/tester/covoar/GcovData.cc +++ b/tester/covoar/GcovData.cc @

[PATCH v1 2/4] GcovData.h: Fix formatting

2021-08-03 Thread Ryan Long
--- tester/covoar/GcovData.h | 61 +--- 1 file changed, 32 insertions(+), 29 deletions(-) diff --git a/tester/covoar/GcovData.h b/tester/covoar/GcovData.h index e135ffe..242970f 100644 --- a/tester/covoar/GcovData.h +++ b/tester/covoar/GcovData.h @@ -24

[PATCH v1 3/4] GcovFunctionData.cc: Fix formatting

2021-08-03 Thread Ryan Long
--- tester/covoar/GcovFunctionData.cc | 271 +++--- 1 file changed, 162 insertions(+), 109 deletions(-) diff --git a/tester/covoar/GcovFunctionData.cc b/tester/covoar/GcovFunctionData.cc index 34af677..7c9e627 100644 --- a/tester/covoar/GcovFunctionData.cc +++ b/t

Re: Error when trying to build llvm

2021-08-03 Thread Ida Delphine
Hello, After several attempts of passing that command in the wrong build directory, I finally was able to find the right build directory, and here's what I found in ida.log: https://pastebin.com/hPMmFCyj I really can't make out what's going on or what to do next. Please help On Fri, Jul 30, 2021