Re: qemu/arm-a9 in preparation for Xiphos Q7

2019-09-09 Thread Joel Sherrill
On Mon, Sep 9, 2019 at 10:42 AM Rob Prowel wrote: > > Just started coming up to speed with RTEMS in preparation to implement a > system on the xiphos Q7 board. Will need BSP support of all board features > (including multi-core support) when the time comes. I Am interested in RTEMS > progres

symbol resolve between the two RAP files

2019-09-09 Thread jaeho jo
I wonder if I can resolve the symbol between the two RAP files for dynamic load. ex) a.c. / b.c. / main.c. a.c. -> a.rap - define 'a_test_func()' b.c. -> b.rap - use 'a_test_func()' main.c -> BaseImage Attempting to generate b.c. as b.rap using rtems-ld, an error occurs $ rtems-ld -b BaseI

Re: development guide out of date?

2019-09-09 Thread Joel Sherrill
If looking at teh version for the master, it probably isn't regenerating automatically on the website. --joel On Mon, Sep 9, 2019 at 2:21 PM Rob Prowel wrote: > > I'm looking at the development guide from 2019-08-22 and it doesn't match up > with the current git RTEMS directory structure. The

development guide out of date?

2019-09-09 Thread Rob Prowel
I'm looking at the development guide from 2019-08-22 and it doesn't match up with the current git RTEMS directory structure. The document references platform BSP specific code being under c/src/lib/libbsp/${ARCH} but the referenced subdirectories don't exist: clock/, console/, timer/ etc. Instead

qemu/arm-a9 in preparation for Xiphos Q7

2019-09-09 Thread Rob Prowel
Just started coming up to speed with RTEMS in preparation to implement a system on the xiphos Q7 board. Will need BSP support of all board features (including multi-core support) when the time comes. I Am interested in RTEMS progress toward that goal. what is the current state? Thoughts? -RP