<div dir="ltr">Having a separate library for rtems default configuration breaks autoconf probes for packages which are built using BSP specific arguments. These have built the same way for well over a decade. <div><br></div><div>I know this can be resolved by passing in an extra library on the configure line. But this broke a public behavior in an undesirable and subtle way.<div><br></div><div><br></div><div>--joel</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jul 22, 2019 at 1:11 AM <<a href="mailto:groups@chichak.ca">groups@chichak.ca</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">Thank you. Thank you. Thank you.<br>
<br>
Yes, of course, once I added the configuration section and changed main into an appropriately formatted Init, it compiles nicely.<br>
<br>
Thanks again,<br>
<br>
Andrei<br>
<br>
> On 2019-July-22, at 00:05, Sebastian Huber <<a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-brains.de</a>> wrote:<br>
> <br>
> On 22/07/2019 07:58, Mr. Andrei Chichak wrote:<br>
>> The linker is bitching about a whole bunch of missing symbols. I expect that there is a problem finding a library.<br>
>> Any pointers?<br>
> <br>
> You need an application configuration. If you just have a main() function, then you can use the default configuration (I would always write a custom application configuration). To use the default configuration, add -lrtemsdefaultconfig to the linker command line.<br>
> <br>
> -- <br>
> Sebastian Huber, embedded brains GmbH<br>
> <br>
> Address : Dornierstr. 4, D-82178 Puchheim, Germany<br>
> Phone   : +49 89 189 47 41-16<br>
> Fax     : +49 89 189 47 41-09<br>
> E-Mail  : <a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-brains.de</a><br>
> PGP     : Public key available on request.<br>
> <br>
> Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.<br>
<br>
_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/users</a></blockquote></div>