Re: Issue with configure on MacOS

2021-01-05 Thread Mr. Andrei Chichak
> On 2021-January-05, at 19:47, Joel Sherrill wrote: > > > > On Tue, Jan 5, 2021, 8:36 PM mailto:gro...@chichak.ca>> > wrote: > >> Any ideas or pointers? >> >> Did you forget to add something to c/src/libbsp? The autoconf builds system >> files are under the old tree while all the code is

Re: Issue with configure on MacOS

2021-01-05 Thread Joel Sherrill
On Tue, Jan 5, 2021, 8:36 PM wrote: > > Any ideas or pointers? >> > > Did you forget to add something to c/src/libbsp? The autoconf builds > system files are under the old tree while all the code is under bsps/. This > makes it easier to remove the old build system when all is done. > >> >> >> >

Re: Issue with configure on MacOS

2021-01-05 Thread groups
> Any ideas or pointers? > > Did you forget to add something to c/src/libbsp? The autoconf builds system > files are under the old tree while all the code is under bsps/. This makes it > easier to remove the old build system when all is done. > > likely. In c/src/lib/libbsp/arm I created a n

Re: Issue with configure on MacOS

2021-01-05 Thread Joel Sherrill
On Tue, Jan 5, 2021, 5:29 PM Mr. Andrei Chichak wrote: > Good year! > > Can anybody point me at a guide or set of notes for setting up a new BSP > for RTEMS 5, derived from an existing one, so that ‘configure’ will pick it > up? > > At one point I took Sebastian’s STM32H7 BSP and munged it to wor

Issue with configure on MacOS

2021-01-05 Thread Mr. Andrei Chichak
Good year! Can anybody point me at a guide or set of notes for setting up a new BSP for RTEMS 5, derived from an existing one, so that ‘configure’ will pick it up? At one point I took Sebastian’s STM32H7 BSP and munged it to work with an F767, but then the whole BSP system changed, my scripts b