This is the mail archive of the ecos-discuss@sourceware.org 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: a question about anoncvs


Thank you for your response.

I add these on my ecos.ecc :
-----------------------------------------------------------------------
cdl_option CYGBLD_GLOBAL_COMMAND_PREFIX {
user_value ""
};
cdl_component CYG_HAL_STARTUP {
user_value GRUB
};
cdl_component CYGPKG_IO_SERIAL_TERMIOS {
user_value 1
};
cdl_component CYGPKG_IO_SERIAL_TERMIOS_TERMIOS0 {
user_value 1
};
cdl_component CYGPKG_IO_SERIAL_DEVICES {
user_value 1
};
cdl_component CYGPKG_IO_SERIAL_I386_PC_SERIAL0 {
user_value 1
};
cdl_component CYGPKG_IO_SERIAL_I386_PC_SERIAL1 {
user_value 1
};
----------------------------------------------------------------------

I'd like to use POSIX termios in order to do serial communication with 
modem. Before doing anoncvs, I use the original ecos v-2.0 repository, and 
there's no problem with this configuration. 

Is there anything wrong with this?

Thank you.


On Wed, 24 Aug 2005, Gary Thomas wrote:

> 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:anoncvs@ecos.sourceware.org:/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?
> 
> 

-- 
	regards, 	

	IndrA on 10:02, Aug 25

	http://ic.ee.itb.ac.id/~antonius	


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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