On Thu, 2005-08-25 at 04:01 +0700, Indra Antonius Simalango wrote: > > Dear all, > > I'd like to use fat filesystem for my target i386pc. In order to do that, > I do anoncvs to update my repository. Here're my steps work : > > #cd ~/anoncvs > #cvs -z3 -d :pserver:[EMAIL PROTECTED]:/cvs/ecos co -P ecos > #cvs -z3 update -d -P > #mkdir ~/tests > #cd ~/tests > #export ECOS_REPOSITORY=~/anoncvs/ecos/packages > #/opt/ecos-2.0/tools/bin/ecosconfig new pc all > #vi ecos.ecc > ... editing ecos.ecc ... > #/opt/ecos-2.0/tools/bin/ecosconfig tree > #make -s > headers finished > /home/indra/anoncvs/ecos/packages/hal/i386/pc/current/src/plf_misc.c: > In function `hal_platform_init': > /home/indra/anoncvs/ecos/packages/hal/i386/pc/current/src/plf_misc.c:129: > parse error before `lo' > /home/indra/anoncvs/ecos/packages/hal/i386/pc/current/src/plf_misc.c:131: > `lo' undeclared (first use in this function) > /home/indra/anoncvs/ecos/packages/hal/i386/pc/current/src/plf_misc.c:131: > (Each undeclared identifier is reported only once > /home/indra/anoncvs/ecos/packages/hal/i386/pc/current/src/plf_misc.c:131: > for each function it appears in.) > /home/indra/anoncvs/ecos/packages/hal/i386/pc/current/src/plf_misc.c:132: > `hi' undeclared (first use in this function) > make[1]: *** [src/plf_misc.o.d] Error 1 > make: *** [build] Error 2 > > I've tried repeated my anoncvs update in another new directory, and build > it with the same way. But still, it gives the same error message. > > Please share your experiences, should I use another anoncvs site? Which > site? Or it's something wrong in my steps work. >
This worked just fine for me. Exactly what did you change during your "vi ecos.ecc" step? -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
