Re: Building a library for use with RTEMS via CMake

2021-07-19 Thread Michael Davidsaver
On 7/19/21 6:17 AM, andre.nahrw...@dlr.de wrote: > Hello, > > I have built RTEMS 5 and its tools for the Xilinx Zynq Zedboard and installed > the BSP and tools at a certain position on my machine. > The tools are added to the PATH variable and RTEMS_BSPS is also available in > the environment. >

Re: Building a library for use with RTEMS via CMake

2021-07-19 Thread Joel Sherrill
On Mon, Jul 19, 2021 at 8:17 AM wrote: > > Hello, > > I have built RTEMS 5 and its tools for the Xilinx Zynq Zedboard and installed > the BSP and tools at a certain position on my machine. > The tools are added to the PATH variable and RTEMS_BSPS is also available in > the environment. > > Now w

Building a library for use with RTEMS via CMake

2021-07-19 Thread Andre.Nahrwold
Hello, I have built RTEMS 5 and its tools for the Xilinx Zynq Zedboard and installed the BSP and tools at a certain position on my machine. The tools are added to the PATH variable and RTEMS_BSPS is also available in the environment. Now we need to build a library for the use with RTEMS via CMa