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: ROM File System Testing


On Sun, Jan 09, 2005 at 06:34:19AM -0700, Kondaiah, Dasari (IE10) wrote:
> Hi group,
> 
> I was  trying build the "tests" to test ROM files system using ecosconfig
> tool.
> 
> I am getting following error. Please help me in solving this problem.
> 
> I am very new to ecos OS.
> 
> 
> Error:
> 
> /ecos-d/workdir/ecos/sleep_test_install/lib/extras.o: In function
> `__static_initialization_and_destruction_0':
> make: Leaving directory `/ecos-d/workdir/ecos/sleep_test_build'
> /ecos-d/ecos-2.0/packages/compat/posix/v2_0/src/startup.cxx:87: undefined
> reference to `sscanf'
> collect2: ld returned 1 exit status
> make[1]: ***
> [/ecos-d/workdir/ecos/sleep_test_install/tests/io/pci/v2_0/tests/pci1] Error
> 1
> make: *** [tests] Error 2

What exactly did you do?
Try
ecosconfig new linux
ecosconfig add fileio romfs
ecosconfig tree
make -s
make -s tests

        Andrew

-- 
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]