<div dir="ltr"><div>Thank you Sebastian. I'm looking at building the example erc32 application and the blinky executable right now. There is the issue <br></div><div>that determining the BSP path,tool binary determination, all the checking etc.. bleeds into the application CMakeLists.txt but there is <br></div><div>probably a good way to extract that checking into an external file. It might even possible to make this generic.<br></div><div><br></div><div>Maybe this would also be interesting for the QuickStart guide or the examples in general so if you are interested</div><div>I could submit a patch for this (if everything works out as expected).<br></div><div><br></div><div>Kind Regards</div><div>Robin<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 9 Dec 2020 at 13:59, Sebastian Huber <<a href="mailto:sebastian.huber@embedded-brains.de">sebastian.huber@embedded-brains.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello Robin,<br>
<br>
you can use whatever build system you want to build your applications. <br>
You can use pkgconfig to get the necessary flags for a particular BSP <br>
installation.<br>
<br>
On 09/12/2020 13:50, Robin Müller wrote:<br>
> I also had another question about a specific flag used when linking <br>
> RTEMS executables.<br>
> The link command for the example application is the following:<br>
><br>
> arm-rtems6-gcc -mthumb -mcpu=cortex-m7 -mfpu=fpv5-d16 -mfloat-abi=hard <br>
> -I=$RTEMS_INST/arm-rtems6/stm32h7/lib/include -MMD <br>
> -B$RTEMS_INST/arm-rtems6/stm32h7/lib -Wl,--gc-sections init.c.1.o <br>
> led.c.1.o stm32h7xx_nucleo.c.1.o -o blinky-test.elf -Wl,-Bstatic <br>
> -Wl,-Bdynamic -qrtems<br>
><br>
> Can anyone tell me the meaning of the -q flag? I did not find anything <br>
> by running arm-rtems6-gcc --help<br>
<br>
This flag selects the right GCC specification for RTEMS. It is <br>
necessary, just use it.<br>
<br>
If you want to know how it works, you have to learn the GCC <br>
specification format. For a start you can use "arm-rtems6-gcc -dumpspecs".<br>
<br>
-- <br>
embedded brains GmbH<br>
Herr Sebastian HUBER<br>
Dornierstr. 4<br>
82178 Puchheim<br>
Germany<br>
email: <a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-brains.de</a><br>
phone: +49-89-18 94 741 - 16<br>
fax:   +49-89-18 94 741 - 08<br>
<br>
Registergericht: Amtsgericht München<br>
Registernummer: HRB 157899<br>
Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler<br>
Unsere Datenschutzerklärung finden Sie hier:<br>
<a href="https://embedded-brains.de/datenschutzerklaerung/" rel="noreferrer" target="_blank">https://embedded-brains.de/datenschutzerklaerung/</a><br>
<br>
</blockquote></div>