Trouble building 4.10 Makefile.in not found

Joel Sherrill joel.sherrill at OARcorp.com
Mon Apr 13 01:51:29 UTC 2009


Andrew Sporner wrote:
> Hi,
>
> I am new to this and have following the quick-start on the documentation
> page to the letter.  I am running on Suse 11.1 and have installed the
> development
> tools from the rtems.com website.
>
> I issue the command:
>
>  ../rtems/configure --target=sparc-rtems4.10 --enable-rtemsbsp=sis
> --enable-tests=samples --disable-posix -disable-itron
>
> and after some time the output comes:
>
> -------------SNIP BEGIN
>
> running /bin/sh '../../../rtems/c/configure'
> '--prefix=/opt/rtems-4.10' '--host=sparc-rtems4.10'
> '--build=i686-suse-linux-gnu' '--target=sparc-rtems4.10'
> '--enable-rtemsbsp=sis' '--enable-tests=samples' '--disable-posix'
> '-disable-itron' '--with-target-subdir=sparc-rtems4.10'
> '--exec-prefix=/opt/rtems-4.10/sparc-rtems4.10'
> '--includedir=/opt/rtems-4.10/sparc-rtems4.10/include'
> '--cache-file=/dev/null' '--srcdir=../../../rtems/c'
> checking for gmake... gmake
> checking for RTEMS Version... 4.9.99.0
> checking build system type... i686-suse-linux-gnu
> checking host system type... sparc-unknown-rtems4.10
> checking target system type... sparc-unknown-rtems4.10
> checking rtems target cpu... sparc
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... /bin/mkdir -p
> checking for gawk... gawk
> checking whether gmake sets $(MAKE)... yes
> checking for sparc-rtems4.10-strip... no
> checking for strip... strip
> configure: WARNING: using cross tools not prefixed with host triplet
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking for sis.cfg... ../../../rtems/c/../make/custom/sis.cfg
> configure: creating ./config.status
> config.status: creating Makefile
>
> target architecture: sparc.
> available BSPs: sis.
> 'gmake all' will build the following BSPs: sis.
> other BSPs can be built with 'gmake RTEMS_BSP="bsp1 bsp2 ..."'
>
> config.status: error: cannot find input file: Makefile.in
>
> ----------------- SNIP END
>
>
> Any ideas?
>
>   
Did you load the rtems autoconf and automake?  It is at the
head of your PATH?  Did you run "bootstrap" from the top
of the RTEMS source tree?

checking for sparc-rtems4.10-strip... no

in the above is a big hint that something isn't right in your
PATH?

--joel
> Sincere regards
>
>
>
> Andy
> _______________________________________________
> rtems-users mailing list
> rtems-users at rtems.com
> http://rtems.rtems.org/mailman/listinfo/rtems-users
>   




More information about the users mailing list