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
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
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
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
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