This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


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

Re: Installtion problem in eCos


abhishek kashyap wrote:
> 
> Sir,
>    I donot know the root of the problem in installation of eCos on my
> computer. It has NTFS and it is virus free. When I try to configure  binutils,
> I get the following:
> 
>    gcc -o... doesnt work..it asks me to set CC to a working compiler
> 
> echo $CC gives nothing  (it is blank)

You shouldn't need to set CC if gcc is meant to work on your system. What
happens when you type:

cd /tmp
echo "int main() { return 0; }" > foo.c
gcc -o foo foo.c


 
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/


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