This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Makefile quits generating nothing


Hello John,
 
I am facing some difficulties to successfully run Makefile.I have gcc
version 11.1 and binutils-2.17.50.0.6-9.e15 installed on my machine already.

below are the commands that i follow to generate Makefile

cd newlib-1.18.0
mkdir ../newlib_compile
cd ../newlib_compile
../newlib-1.18.0/configure --srcdir=../newlib-1.18.0/
--build=x86_64-redhat-linux.
make

I can successfully generate Make file using the configure command  but
makefile doesnot generate any object files and quits building nothing, it
displays following message.
 
make[1]: Entering directory `/home/stangeda/newlib_07152010/newlib_compile'
Configuring in ./etc
configure: loading cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating ./config.status
config.status: creating Makefile
make[2]: Entering directory
`/home/stangeda/newlib_07152010/newlib_compile/etc'
for f in standards.info configure.info; do \
          if test -f ../../newlib-1.18.0/etc/`echo $f | sed -e
's/.info$/.texi/'`; then \
            if make "MAKEINFO=makeinfo --split-size=5000000
--split-size=5000000" $f; then \
              true; \
            else \
              exit 1; \
            fi; \
          fi; \
        done
make[3]: Entering directory
`/home/stangeda/newlib_07152010/newlib_compile/etc'
make[3]: `standards.info' is up to date.
make[3]: Leaving directory
`/home/stangeda/newlib_07152010/newlib_compile/etc'
make[3]: Entering directory
`/home/stangeda/newlib_07152010/newlib_compile/etc'
make[3]: `configure.info' is up to date.
make[3]: Leaving directory
`/home/stangeda/newlib_07152010/newlib_compile/etc'
make[2]: Leaving directory
`/home/stangeda/newlib_07152010/newlib_compile/etc'
make[1]: Nothing to be done for `all-target'.
make[1]: Leaving directory `/home/stangeda/newlib_07152010/newlib_compile'

This is my first time playing with one such library, any suggestions are
highly appreciated to get me through this issue.

Thanks,
Sravs
-- 
View this message in context: http://old.nabble.com/Makefile-quits-generating-nothing-tp29338780p29338780.html
Sent from the Sourceware - newlib list mailing list archive at Nabble.com.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]