<div dir="ltr"><div><div><div><div><div><div>Hi all,<br><br></div>I have for just forked a vanilla RTEMS repo. This is the first time for me to build RTEMS after I have upgraded to Fedora 21.<br><br></div>When I run ./boostrap I got the following warning:<br><br>Makefile.am:27: warning: source file '../../shared/bsplibc.c' is in a subdirectory,<br>Makefile.am:27: but option 'subdir-objects' is disabled<br>automake: warning: possible forward-incompatibility.<br>automake: At least a source file is in a subdirectory, but the 'subdir-objects'<br>automake: automake option hasn't been enabled.  For now, the corresponding output<br>automake: object file(s) will be placed in the top-level directory.  However,<br>automake: this behaviour will change in future Automake versions: they will<br>automake: unconditionally cause object files to be placed in the same subdirectory<br>automake: of the corresponding sources.<br>automake: You are advised to start using 'subdir-objects' option throughout your<br>automake: project, to avoid future incompatibilities.<br><br></div>This happens for all BSPs because they do not have "subdir-objects" option enabled within AM_INIT_AUTOMAKE. <br><br></div>Just wanted to notify you.<br><br></div>Regards,<br></div>Hesham<br></div>