Re: [PATCH] build: output COMPILER for each variant in bsp_defaults

2020-04-12 Thread Hesham Almatary
On Sun, 12 Apr 2020 at 17:10, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 11/04/2020 17:52, Hesham Almatary wrote: > > > Build multiple BSPs would fail without this patch as COMPILER > > is only being emitted once at the end of config.ini (last BSP). > > I think this was one

Re: [PATCH] build: output COMPILER for each variant in bsp_defaults

2020-04-12 Thread Sebastian Huber
On 11/04/2020 17:52, Hesham Almatary wrote: Build multiple BSPs would fail without this patch as COMPILER is only being emitted once at the end of config.ini (last BSP). I think this was one of the things I already fixed in one of your patches: https://git.rtems.org/sebh/rtems.git/commit/?h=b

rtems-tools arparse inclusion discussion

2020-04-12 Thread Anmol Mishra
Hello, I am trying to develop a CLI tool for rtems-tools and include argparse for the same. I have a few questions. 1. Is there any similar work done in rtems before for reference? 2. How to test because I will be working on one file at a time (Is this right approach?) 3. How to understand the code