> On 2021-January-05, at 19:47, Joel Sherrill <[email protected]> wrote: > > > > On Tue, Jan 5, 2021, 8:36 PM <[email protected] <mailto:[email protected]>> > 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. >> >> > > likely. In c/src/lib/libbsp/arm I created a new folder called stm32f767 that > contains configure.ac <http://configure.ac/> and Makefile.am with (my version > of) appropriate modifications for my ‘767 board. > > I assumed that autoconf would pick up all of the stuff in c/src and somehow > use bsps, but do I need to munge any config files or is the presence of the > BSP folders in bsps and c/src/lib/libbsp all? > > Is the bsp listed in the M4 file in libbsp/arm?
Direct hit! Updating that file made the build work much better. There are still some issues, naturally, but that’s got me going again. Thanks Joel. Andrei > > > Andrei > _______________________________________________ > users mailing list > [email protected] <mailto:[email protected]> > http://lists.rtems.org/mailman/listinfo/users > <http://lists.rtems.org/mailman/listinfo/users>
_______________________________________________ users mailing list [email protected] http://lists.rtems.org/mailman/listinfo/users
