Re: Warning: Subdir-objects is disabled

2016-02-15 Thread punit vara
On Mon, Feb 15, 2016 at 6:56 PM, Marcos Díaz < marcos.d...@tallertechnologies.com> wrote: > You should use the toolchain built with the source builder to do the > bootstrapping > > On Mon, Feb 15, 2016 at 10:24 AM, Marcos Díaz < > marcos.d...@tallertechnologies.com> wrote: > >> Check your automake

Re: Warning: Subdir-objects is disabled

2016-02-15 Thread Marcos Díaz
You should use the toolchain built with the source builder to do the bootstrapping On Mon, Feb 15, 2016 at 10:24 AM, Marcos Díaz < marcos.d...@tallertechnologies.com> wrote: > Check your automake and autoconf versions, I think they must be automake > 1.12.6 and autoconf 2.69 The bootstrapping sho

Re: Warning: Subdir-objects is disabled

2016-02-15 Thread Marcos Díaz
Check your automake and autoconf versions, I think they must be automake 1.12.6 and autoconf 2.69 The bootstrapping should throw you no warnings On Mon, Feb 15, 2016 at 10:21 AM, punit vara wrote: > Today I was trying to bootstrap rtems. I have cloned repo. > > git clone git://git.rtems.org/rtem

Warning: Subdir-objects is disabled

2016-02-15 Thread punit vara
Today I was trying to bootstrap rtems. I have cloned repo. git clone git://git.rtems.org/rtems.git When I perform ./bootstrap It generates lots of warning Makefile.am:24: warning: source file 'start/start.S' is in a subdirectory, Makefile.am:24: but option 'subdir-objects' is disabled I have fo