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]

Compiling Insight (Cygwin host, arm target)


When compiling Insight I get the following link error:

./tclClock.o: In function `FormatClock':
/src/gdb/insight-5.0/tcl/win/../generic/tclClock.c:283: undefined reference
to `TclStrftime'

Some information about my machine...

~~~ OS ~~~
Microsoft Windows 98
Second Edition
4.10.2222A

~~~ Cygwin ~~~
$ uname -r
1.1.2(0.21/3/2)

~~~ Compiler ~~~
Downloaded gcc-core-2.95.2.tar.bz2 & gcc-g++-2.95.2.tar.bz2 from
ftp.freesoftware.com

$ gcc -v
Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/specs
gcc version 2.95.2 19991024 (release-2)

$ arm-elf-gcc -v
Reading specs from /tools/H-i686-pc-cygwin/lib/gcc-lib/arm-elf/2.95.2/specs
gcc version 2.95.2 19991024 (release)

Patched the x-compiler with ecos-gcc-2952.pat downloaded from
sources.redhat.com
    tr -d '\r' < ecos-gcc-2952.pat | patch -p0

~~~ Insight ~~~
Downloaded insight-5.0.tar.bz2 from ftp.freesoftware.com

Patched with insight-tcl.pat downloaded from sources.redhat.com
    tr -d '\r' < insight-tcl.pat | patch -p0

Someone mentioned I might need a more recent snapshot (rather than a release
version).
Which snapshot is considered stable(ish)?

Thanks,
Shaun



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