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]
Other format: [Raw text]

Re: >:Re: build problem


abccs@x263.net wrote:
> 
> hi,
> Following is the result:
> 
> ----- Original Message -----
> From: "Jonathan Larmour" <jlarmour@redhat.com>
> To: "mailing list" <ecos-discuss@sources.redhat.com>
> Cc: <ecos-discuss@sources.redhat.com>
> Sent: 2002-02-02 08:13:56
> Subject: Re: [ECOS] build problem
> 
> $ cd /e/jjp/ecos/my_80310_build/hal/common/current
> 
> I have no name!@my /e/jjp/ecos/my_80310_build/hal/common/current
> $ cygpath -w `pwd`
> e:\jjp\ecos\my_80310_build\hal\common\current
> 
> I have no name!@my /e/jjp/ecos/my_80310_build/hal/common/current
> $ cygpath -w "`pwd`" | sed "s/\\\\\/\\//g"
> sed: -e expression #1, char 10: Unterminated `s' command
> 
> I have no name!@my /e/jjp/ecos/my_80310_build/hal/common/current

Okay I see the problem. Edit pkgconf/rules.mak in your eCos sources and
replace all the instances of  sed "s/\\\\\/\\//g" with sed "s@\\\\@/@g"

I'll fix the main sources.

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


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