Hello, As disscussed earlier in the week, i have a GlobalEDF scheduler template with the same functionality of the simplesmp scheduler. I've tested it with some of the smp tests using rtems-testing.
In order to test with rtems-schedsim do i have to configure rtems-schedsim again from scratch? since there are changes to the cpukit with added header files. Thanks, Harsha On Fri, Jun 21, 2013 at 3:38 PM, Joel Sherrill <[email protected]>wrote: > You have added a .h file. You need to run bootstrap -p and bootstrap in > cpukit. > > Do that followed by a build from scratch and see if it helps > > Sree Harsha Konduri <[email protected]> wrote: > > > I do have auto tools in my Path. After i do configure with > --enable-maintainer-mode > i cant see the Makefile.in refreshing, or new headers being included. > So i ran bootstrap with -c to clear all the auto tools generated files. > Now when i re run bootstrap with -p only preinstall.am gets generated and > after configure with --enable-maintainer-mode there is no Makefile.in > generated? > > Thanks, > Harsha > > > On Fri, Jun 21, 2013 at 6:05 AM, Ralf Corsepius > <[email protected]>wrote: > >> On 06/21/2013 03:07 AM, Gedare Bloom wrote: >> >>> Cc:rtems-devel >>> >>> When modifying the build system i.e. Makefile.am files, you need to >>> rerun the bootstrap script and maybe with the -p flag if you add new >>> header files. Run bootstrap in the nearest directory to the modified >>> Makefile.am that contains a configure.ac <http://configure.ac> file. >>> Then recompile rtems. >>> >> >> Make sure to have RTEMS autoconf and automake in $PATH, >> then pass --enable-maintainer-mode to configure >> then running make will automatically take care about this in most cases. >> >> Ralf >> >> >
_______________________________________________ rtems-devel mailing list [email protected] http://www.rtems.org/mailman/listinfo/rtems-devel
