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<http://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]<mailto:[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> <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
