public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] installation problem
@ 2001-06-06  5:33 abhishek kashyap
  2001-06-06  6:02 ` Jonathan Larmour
  0 siblings, 1 reply; 5+ messages in thread
From: abhishek kashyap @ 2001-06-06  5:33 UTC (permalink / raw)
  To: ecos-discuss

Hi All,
   Wen I try to configure the binutils for building (the step just after
installation, applying patches and timestamping), I receive the error saying
that CC is not set to correct compiler location. The PATH contains /usr/bin,
which I think has the cygwin gcc compiler. How do I proceed?

Sincerely,
Abhishek Kashyap. 








____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ECOS] installation problem
  2001-06-06  5:33 [ECOS] installation problem abhishek kashyap
@ 2001-06-06  6:02 ` Jonathan Larmour
  0 siblings, 0 replies; 5+ messages in thread
From: Jonathan Larmour @ 2001-06-06  6:02 UTC (permalink / raw)
  To: abhishek kashyap; +Cc: ecos-discuss

abhishek kashyap wrote:
> 
> Hi All,
>    Wen I try to configure the binutils for building (the step just after
> installation, applying patches and timestamping), I receive the error saying
> that CC is not set to correct compiler location. The PATH contains /usr/bin,
> which I think has the cygwin gcc compiler. How do I proceed?

Make sure CC is completely unset. Can you compile something yourself using
the cc in your path?

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine
Come to the Red Hat TechWorld open source conference in Brussels!
Keynotes, techie talks and exhibitions    http://www.redhat-techworld.com/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ECOS] Installation problem
@ 2002-02-04  4:14 Ramanujan Puranam Tandalam
  0 siblings, 0 replies; 5+ messages in thread
From: Ramanujan Puranam Tandalam @ 2002-02-04  4:14 UTC (permalink / raw)
  To: ecos-discuss; +Cc: ecos-discuss-digest


[-- Attachment #1.1: Type: text/plain, Size: 1489 bytes --]

Hello all,

I have done a CVS checkout of the latest sources from the repository. I am trying to compile the Libraries for i386 pc Target. I have choosen the corresponding templates, and started a build. 

But to my surprise the build fails with the errors, which i am pasting here for complete reference:

make[1]: Entering directory `/usr/local/configtool/rama1_build/services/memalloc/common/current'
sh: -c: line 9: syntax error: unexpected end of file
i386-elf-gcc -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority  -I/usr/local/configtool/rama1_install/include -I/usr/local/ecos/ecos/packages/services/memalloc/common/current -I/usr/local/ecos/ecos/packages/services/memalloc/common/current/src -I/usr/local/ecos/ecos/packages/services/memalloc/common/current/tests -I. -Wp,-MD,heapgen.tmp -E /usr/local/ecos/ecos/packages/services/memalloc/common/current/src/heapgen.cpp -o heapgeninc.tcl
make[1]: *** [heaps.cxx] Error 2
make[1]: Leaving directory `/usr/local/configtool/rama1_build/services/memalloc/common/current'
make: *** [build] Error 2
make -r -C services/memalloc/common/current heaps.cxx


Kindly suggest a solution to this problem.

To make things easier, I had compiled the released ecos-1.3.1.rpm for Linux and it was compiling fine.

Let me know if any further information is needed.

Best Regards
Ramanujan    




[-- Attachment #1.2: Type: text/html, Size: 2775 bytes --]

[-- Attachment #2: Wipro_Disclaimer.txt --]
[-- Type: text/plain, Size: 490 bytes --]

**************************Disclaimer************************************


Information contained in this E-MAIL being proprietary to Wipro Limited
is 'privileged' and 'confidential' and intended for use only by the
individual or entity to which it is addressed. You are notified that any
use, copying or dissemination of the information contained in the E-MAIL
in any manner whatsoever is strictly prohibited.


*****************************************************************************

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ECOS] Installation Problem
  2001-06-06  6:13 [ECOS] Installation Problem abhishek kashyap
@ 2001-06-06  6:24 ` Jonathan Larmour
  0 siblings, 0 replies; 5+ messages in thread
From: Jonathan Larmour @ 2001-06-06  6:24 UTC (permalink / raw)
  To: abhishek kashyap; +Cc: ecos-discuss

abhishek kashyap wrote:
> 
> Sir,
> This is what I execute and the error follows.
> $ /c/src/binutils/binutils-2.11/configure --target=i386-elf --prefix=/tools
> --
> xec-prefix=/tools/H-i686-pc-cygwin -v 2>&1 | tee configure.out
> Configuring for a i586-pc-cygwin host.
> Created "Makefile" in /tmp/build/binutils using "mh-frag"
> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-4/../../../../i686-pc-cygwin/bin/ld:
> ca
> ot find -luser32

Looks like your cygwin setup is busted. I'd suggest posting to the Cygwin
mailing list. cygwin@cygwin.com

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine
Come to the Red Hat TechWorld open source conference in Brussels!
Keynotes, techie talks and exhibitions    http://www.redhat-techworld.com/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ECOS] Installation Problem
@ 2001-06-06  6:13 abhishek kashyap
  2001-06-06  6:24 ` Jonathan Larmour
  0 siblings, 1 reply; 5+ messages in thread
From: abhishek kashyap @ 2001-06-06  6:13 UTC (permalink / raw)
  To: ecos-discuss

Sir,
This is what I execute and the error follows.
$ /c/src/binutils/binutils-2.11/configure --target=i386-elf --prefix=/tools
--
xec-prefix=/tools/H-i686-pc-cygwin -v 2>&1 | tee configure.out
Configuring for a i586-pc-cygwin host.
Created "Makefile" in /tmp/build/binutils using "mh-frag"
/usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-4/../../../../i686-pc-cygwin/bin/ld:
ca
ot find -luser32
collect2: ld returned 1 exit status
*** The command 'gcc -o conftest -g -O2   conftest.c' failed.
*** You must set the environment variable CC to a working compiler.

When I try to do cc myself.
$ cc conftest.c
BASH: cc: command not found

echo $CC shows CC as empty.

echo $PATH:
  /usr/local/bin:/usr/bin:/bin:/c/WINDOWS:/c/WINDOWS/COMMAND:/c/SSI/BIN

What should I do?

Sincerely,
Abhishek Kashyap

____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-02-04 12:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-06  5:33 [ECOS] installation problem abhishek kashyap
2001-06-06  6:02 ` Jonathan Larmour
2001-06-06  6:13 [ECOS] Installation Problem abhishek kashyap
2001-06-06  6:24 ` Jonathan Larmour
2002-02-04  4:14 [ECOS] Installation problem Ramanujan Puranam Tandalam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).