Hi,
Do you have any executables from anywhere that run on the simulator in the
> configuration you intend for RTEMS to use?
Sorry, I forgot to answer your question. Actually, my goal is just to
make Rtems up and run in the Gem5 simulator. And then I will study the task
preemption part of Rtems,
On Wed, Apr 21, 2021, 5:32 AM Đức Anh wrote:
> Hi Gedare,
>
> For the last few days, I am reading the rtems source code, trying to
> understand the build system, how a bsp is built. I just has a few questions:
> - it seems like the configure.ac and Makefile.am for each BSP
> (c/src/lib/libbsp/) i
Hi Gedare,
For the last few days, I am reading the rtems source code, trying to
understand the build system, how a bsp is built. I just has a few questions:
- it seems like the configure.ac and Makefile.am for each BSP
(c/src/lib/libbsp/) is separate from the BSP source code (bsps/). However
not a