[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
problem building rtems-19990820 with Cygwin
- Date: Sat, 21 Aug 1999 15:57:53 -0600
- From: peter at zeecube.com (Peter Shoebridge)
- Subject: problem building rtems-19990820 with Cygwin
I believe is getting confused because LIB is not set. Some of makefiles seem
to include lib.cfg, even when they are not building a library or do not
specify a LIB value. I found that setting LIB to something (any text will
do) in my cygwin.bat file seemed to fix it.
Regards
Peter
-----Original Message-----
From: owner-rtems-list at oarcorp.com [mailto:owner-rtems-list at oarcorp.com]
On Behalf Of Rosimildo DaSilva
Sent: Saturday, August 21, 1999 11:27 AM
To: rtems
Subject: problem building rtems-19990820 with Cygwin
I am trying to build the new snapshot ( 0820 ) with cygwin,
and I am getting the error below.
I never had this before. I recently updated my gcc to 2.95 on cygwin.
make version is 3.77
Any ideas what could be wrong ?
Rosimildo.
[snip]
============================================================
Making preinstall in score
make[8]: Entering directory
`/tools/build-i386-elf-rtems/i386-rtemself/c/pc386/e
xec/score/inline/rtems/score'
../../../../../../../c/pc386/make/lib.cfg:20: *** target pattern contains no
`%'
. Stop.
make[8]: Leaving directory
`/tools/build-i386-elf-rtems/i386-rtemself/c/pc386/ex
ec/score/inline/rtems/score'
make[7]: *** [preinstall-recursive] Error 1
make[7]: Leaving directory
`/tools/build-i386-elf-rtems/i386-rtemself/c/pc386/ex
ec/score/inline/rtems'
make[6]: *** [preinstall-recursive] Error 1
make[6]: Leaving directory
`/tools/build-i386-elf-rtems/i386-rtemself/c/pc386/ex
ec/score/inline'
make[5]: *** [preinstall-recursive] Error 1
make[5]: Leaving directory
`/tools/build-i386-elf-rtems/i386-rtemself/c/pc386/ex
ec/score'
make[4]: *** [preinstall-recursive] Error 1
make[4]: Leaving directory
`/tools/build-i386-elf-rtems/i386-rtemself/c/pc386/ex
ec'
make[3]: *** [preinstall-recursive] Error 1
make[3]: Leaving directory
`/tools/build-i386-elf-rtems/i386-rtemself/c/pc386'
make[2]: *** [pc386] Error 1
make[2]: Leaving directory `/tools/build-i386-elf-rtems/i386-rtemself/c'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tools/build-i386-elf-rtems/i386-rtemself/c'
make: *** [all-recursive] Error 1
bash-2.02$