Re: need for bsp_specs on x86_64

2018-05-09 Thread Amaan Cheval
Hi! The WIP bsp_specs I've been using is here: https://github.com/AmaanC/rtems/blob/ac/stub-x86-link-tests-pre-bspreorg-bak/c/src/lib/libbsp/x86_64/no_bsp/startup/bsp_specs I think minimizing it and having the linker script take care of things should be possible - I'll have to look into it as I p

[PATCH 2/2] sparc64 niagara, usiii: Remove -D options from cfg file and move to bspopts.h

2018-05-09 Thread Joel Sherrill
Updates #3425. --- bsps/sparc64/include/arch/arch.h | 4 bsps/sparc64/include/arch/mm/frame.h | 4 bsps/sparc64/include/arch/mm/mmu.h| 4 bsps/sparc64/include/arch/mm/tlb.h| 3 +++ bsps/sparc64/include/arch/mm/tte.h| 4 +

[PATCH 1/2] smdk2410: Move define of CPU_S3C2410 to bspopts.h

2018-05-09 Thread Joel Sherrill
Updates #3425. --- bsps/arm/smdk2410/config/smdk2410.cfg | 2 +- bsps/arm/smdk2410/include/bsp/irq.h| 2 ++ bsps/arm/smdk2410/include/s3c24xx.h| 4 c/src/lib/libbsp/arm/smdk2410/configure.ac | 7 +-- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/bsps

Re: V2 Add DWARF support to the rtemstoolkit and put it to use.

2018-05-09 Thread Cillian O'Donnell
Just running covoar there, we seem to be running into some problems at the source line lookup stage cpod@cpod ~/development/rtems/leon3 $ covoar -S /home/cpod/development/rtems/test/rtems-tools/tester/rtems/testing/coverage/score-symbols.ini -O /home/cpod/coverage_test/test/score -E/home/cpod/deve

Re: V2 Add DWARF support to the rtemstoolkit and put it to use.

2018-05-09 Thread Chris Johns
On 10/5/18 8:47 am, Cillian O'Donnell wrote: > Just running covoar there, we seem to be running into some problems at the > source line lookup stage Thank you for testing this. I assume it builds OK and we can run it? > cpod@cpod ~/development/rtems/leon3 $ covoar -S > /home/cpod/development/rtem

Errors returned while building a SPARC tool set

2018-05-09 Thread Danxue Huang
Hi folks, I just got a new laptop (Windows system) and I got stuck on building a SPARC tool set using Ubuntu in Virtual Box. To build a SPARC tool set, I use the command as below. ../source-builder/sb-set-builder --log=1-sparc.txt --prefix=$HOME/development/rtems config/5/rtems-sparc64.bset Is

Re: Errors returned while building a SPARC tool set

2018-05-09 Thread Aditya Upadhyay
Hi Dannie, Did you check the python version? It should be a development version. First run this command: sudo apt-get python2.7-dev then try ../source-builder/sb-set-builder --log=1-sparc.txt --prefix=$HOME/development/rtems config/5/rtems-sparc64.bset Hope, It will solve your problem. Regards,

Re: V2 Add DWARF support to the rtemstoolkit and put it to use.

2018-05-09 Thread Cillian O'Donnell
On Thu, 10 May 2018, 03:43 Chris Johns, wrote: > On 10/5/18 8:47 am, Cillian O'Donnell wrote: > > Just running covoar there, we seem to be running into some problems at > the > > source line lookup stage > > Thank you for testing this. I assume it builds OK and we can run it? > Builds with a cou