Re: Link errors with an install using quick-start guide

2019-07-25 Thread Chris Johns
On 26/7/19 4:21 pm, Sebastian Huber wrote: > On 26/07/2019 08:08, Chris Johns wrote: >> On 26/7/19 3:14 pm, Sebastian Huber wrote: > > 1. which Autoconf stuff you need to build a multilib based configuration, > and I do not follow what this means. A 3rd party library can only

Re: Link errors with an install using quick-start guide

2019-07-25 Thread Sebastian Huber
On 26/07/2019 08:08, Chris Johns wrote: On 26/7/19 3:14 pm, Sebastian Huber wrote: 1. which Autoconf stuff you need to build a multilib based configuration, and I do not follow what this means. A 3rd party library can only be built for a BSP as this is the only installed instance of an RTEMS

Re: Link errors with an install using quick-start guide

2019-07-25 Thread Chris Johns
On 26/7/19 3:14 pm, Sebastian Huber wrote: >>> >>> 1. which Autoconf stuff you need to build a multilib based configuration, >>> and >> >> I do not follow what this means. A 3rd party library can only be built for a >> BSP >> as this is the only installed instance of an RTEMS kernel you can have.

Re: Link errors with an install using quick-start guide

2019-07-25 Thread Sebastian Huber
On 26/07/2019 00:06, Chris Johns wrote: On 26/7/19 5:22 am, Sebastian Huber wrote: - Am 25. Jul 2019 um 21:19 schrieb joel j...@rtems.org: On Thu, Jul 25, 2019 at 2:13 PM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: - Am 25. Jul 2019 um 20:59 schrieb joel j...@rtems.o

Re: Link errors with an install using quick-start guide

2019-07-25 Thread Chris Johns
On 26/7/19 5:22 am, Sebastian Huber wrote: > - Am 25. Jul 2019 um 21:19 schrieb joel j...@rtems.org: > >> On Thu, Jul 25, 2019 at 2:13 PM Sebastian Huber < >> sebastian.hu...@embedded-brains.de> wrote: >> >>> - Am 25. Jul 2019 um 20:59 schrieb joel j...@rtems.org: >>> Having a separat

Re: Link errors with an install using quick-start guide

2019-07-25 Thread Sebastian Huber
- Am 25. Jul 2019 um 21:19 schrieb joel j...@rtems.org: > On Thu, Jul 25, 2019 at 2:13 PM Sebastian Huber < > sebastian.hu...@embedded-brains.de> wrote: > >> - Am 25. Jul 2019 um 20:59 schrieb joel j...@rtems.org: >> >> > Having a separate library for rtems default configuration breaks au

Re: Link errors with an install using quick-start guide

2019-07-25 Thread Joel Sherrill
On Thu, Jul 25, 2019 at 2:13 PM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > - Am 25. Jul 2019 um 20:59 schrieb joel j...@rtems.org: > > > Having a separate library for rtems default configuration breaks autoconf > > probes for packages which are built using BSP specific argu

Re: Link errors with an install using quick-start guide

2019-07-25 Thread Sebastian Huber
- Am 25. Jul 2019 um 20:59 schrieb joel j...@rtems.org: > 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. > > I know this can be resolved by pa

Re: Link errors with an install using quick-start guide

2019-07-25 Thread Joel Sherrill
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. I know this can be resolved by passing in an extra library on the configure line. But this broke a publi

Re: Link errors with an install using quick-start guide

2019-07-21 Thread groups
Thank you. Thank you. Thank you. Yes, of course, once I added the configuration section and changed main into an appropriately formatted Init, it compiles nicely. Thanks again, Andrei > On 2019-July-22, at 00:05, Sebastian Huber > wrote: > > On 22/07/2019 07:58, Mr. Andrei Chichak wrote: >>

Re: Link errors with an install using quick-start guide

2019-07-21 Thread Sebastian Huber
On 22/07/2019 07:58, Mr. Andrei Chichak wrote: The linker is bitching about a whole bunch of missing symbols. I expect that there is a problem finding a library. Any pointers? You need an application configuration. If you just have a main() function, then you can use the default configurat

Link errors with an install using quick-start guide

2019-07-21 Thread Mr. Andrei Chichak
Hi, It’s me again. I thought I would try and update my tools since a lot has changed in the last year and I haven’t been keeping stuff up to date. So I followed Chris’ quick-start docs on the web pages to install an RTEMS 5 set for arm stm32f4. It should be pretty straight forward, I’ve done