public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Can't compile server_test.c
@ 2001-06-18  8:08 Trenton D. Adams
  2001-06-18 13:32 ` Gary Thomas
  2001-06-18 13:41 ` Jonathan Larmour
  0 siblings, 2 replies; 14+ messages in thread
From: Trenton D. Adams @ 2001-06-18  8:08 UTC (permalink / raw)
  To: 'eCos'

I'm having trouble compiling server_test.c  It says all the files below
are missing.  Anyone have any idea why this might happen?

$ make server_test
arm-elf-gcc -mcpu=arm7tdmi -D__EDB7211 -c -o server_test.o -g -Wall
-I/c/MyDocuments/eCosDevelopment/RAMSupport_install/include
-ffunction-sections -fdata-sections server_test.c
In file included from
/c/MyDocuments/eCosDevelopment/RAMSupport_install/include/network.h:63,
from server_test.c:57:
/c/MyDocuments/eCosDevelopment/RAMSupport_install/include/sys/param.h:12
0: sys/simplelock.h: No such file or directory
/c/MyDocuments/eCosDevelopment/RAMSupport_install/include/sys/param.h:13
2: sys/syslimits.h: No such file or directory
/c/MyDocuments/eCosDevelopment/RAMSupport_install/include/sys/param.h:16
2: sys/signal.h: No such file or directory
In file included from
/c/MyDocuments/eCosDevelopment/RAMSupport_install/include/network.h:63,
from server_test.c:57:
/c/MyDocuments/eCosDevelopment/RAMSupport_install/include/sys/param.h:20
2: warning: `CLBYTES' redefined
/c/MyDocuments/eCosDevelopment/RAMSupport_install/include/machine/param.
h:72: warning: this is the location of the previous definition
In file included from
/c/MyDocuments/eCosDevelopment/RAMSupport_install/include/network.h:65,
                 from server_test.c:57:
/c/MyDocuments/eCosDevelopment/RAMSupport_install/include/sys/ioctl.h:10
3: sys/ttycom.h: No such file or directory
In file included from
/c/MyDocuments/eCosDevelopment/RAMSupport_install/include/network.h:65,
                 from server_test.c:57:
/c/MyDocuments/eCosDevelopment/RAMSupport_install/include/sys/ioctl.h:12
3: sys/dkio.h: No such file or directory
/c/MyDocuments/eCosDevelopment/RAMSupport_install/include/sys/ioctl.h:12
4: sys/filio.h: No such file or directory
In file included from
/c/MyDocuments/eCosDevelopment/RAMSupport_install/include/network.h:78,
                 from server_test.c:57:
/c/MyDocuments/eCosDevelopment/RAMSupport_install/include/bootp.h:95:
bptypes.h: No such file or directory
make: *** [server_test.o] Error 1

^ permalink raw reply	[flat|nested] 14+ messages in thread

* RE: [ECOS] Can't compile server_test.c
  2001-06-18  8:08 [ECOS] Can't compile server_test.c Trenton D. Adams
@ 2001-06-18 13:32 ` Gary Thomas
  2001-06-18 13:40   ` Trenton D. Adams
  2001-06-18 13:41 ` Jonathan Larmour
  1 sibling, 1 reply; 14+ messages in thread
From: Gary Thomas @ 2001-06-18 13:32 UTC (permalink / raw)
  To: Trenton D. Adams; +Cc: eCos

On 18-Jun-2001 Trenton D. Adams wrote:
> I'm having trouble compiling server_test.c  It says all the files below
> are missing.  Anyone have any idea why this might happen?
> 
> $ make server_test

You can't build tests like this.  To build this simple test, use:
  % make -C net/tcpip/current tests TESTS=tests/server_test

^ permalink raw reply	[flat|nested] 14+ messages in thread

* RE: [ECOS] Can't compile server_test.c
  2001-06-18 13:32 ` Gary Thomas
@ 2001-06-18 13:40   ` Trenton D. Adams
  2001-06-18 13:57     ` Gary Thomas
  0 siblings, 1 reply; 14+ messages in thread
From: Trenton D. Adams @ 2001-06-18 13:40 UTC (permalink / raw)
  To: 'Gary Thomas'; +Cc: 'eCos'

That didn't work either.

Sorry, I neglected to post the Makefile that I used.

# You must also set XCC to the name of your cross-compiler, including
any
# options it needs.

# Uncomment one of the below, or invoke make with the name of the
compiler
# you want, e.g.:
#   make XCC="sparclite-elf-gcc -mcpu=sparclite -msoft-float"
# You can also set XCC in your environment

#XCC = mn10300-elf-gcc                                 # MN10300/AM31
#XCC = mn10300-elf-gcc -mam33                          # AM33
#XCC = mips-tx39-elf-gcc                               # MIPS TX39
#XCC = mips64vr4300-elf-gcc -mgp32 -EB                 # MIPS VR4300
#XCC = sh-elf-gcc -m3 -mb                              # SH3 BIG-ENDIAN
#XCC = sh-elf-gcc -m3 -ml                              # SH3
LITTLE-ENDIAN
#XCC = powerpc-eabi-gcc -msoft-float -mcpu=860         # POWERPC
#XCC = arm-elf-gcc -mcpu=arm7di                        # AEB
#XCC = arm-elf-gcc -mcpu=arm7tdmi                      # PID7
#XCC = arm-elf-gcc -mcpu=arm7tdmi -mbig-endian         # PID7 BIG-ENDIAN
#XCC = arm-elf-gcc -mcpu=arm9                          # PID9
#XCC = thumb-elf-gcc -mthumb-interwork                 # PID7 THUMB
#XCC = thumb-elf-gcc -mthumb-interwork -mbig-endian    # PID7 THUMB
BIG-ENDIAN
#XCC = arm-elf-gcc -mcpu=arm710c -D__CL7111            # CIRRUS LOGIC
CL7111
XCC = arm-elf-gcc -mcpu=arm7tdmi -D__EDB7211          # CIRRUS LOGIC
EDB7211
#XCC = arm-elf-gcc -mcpu=arm7tdmi -D__EDB7209          # CIRRUS LOGIC
EDB7209
#XCC = arm-elf-gcc -mcpu=arm7tdmi -D__EDB7209 -D__EDB7212 # CIRRUS LOGIC
EDB7212
#XCC = arm-elf-gcc -mcpu=arm7tdmi                      # ARM COGENT
CMA230
#XCC = arm-elf-gcc -mcpu=arm7tdmi -D__CMA222           # ARM COGENT
CMA222
#XCC = thumb-elf-gcc                                   # ARM COGENT
CMA230 THUMB
#XCC = arm-elf-gcc -mcpu=strongarm                     # EBSA285
#XCC = sparclite-elf-gcc -msoft-float -mcpu=sparclite  # SPARCLITE
#XCC = i686-pc-linux-gnu-gcc                           # SYNTHETIC LINUX
#XCC = i386-elf-gcc                                    # i386 PC

###### VARIABLES
# Any of these can be overriden on the command-line or in your
environment

ifeq ($(XCC),sh-elf-gcc)
CFLAGS        = -ggdb
else
CFLAGS        = -g
endif

CXXFLAGS      = $(CFLAGS)

EXTRACFLAGS   = -Wall
-I/c/MyDocuments/eCosDevelopment/RAMSupport_install/include
-ffunction-sections -fdata-sections

EXTRACXXFLAGS = $(EXTRACFLAGS) -fno-exceptions -fno-rtti -fvtable-gc
-finit-priority

LDFLAGS       = -nostartfiles
-L/c/MyDocuments/eCosDevelopment/RAMSupport_install/lib
-Wl,--gc-sections
LIBS          = -Ttarget.ld -nostdlib

LD            = $(XCC)
XCXX          = $(XCC)

###### RULES

.PHONY: all clean CCCHECK

all: devlist

clean:
	-rm -f devlist.exe devlist.o
	-rm -f pccontroller.exe pccontroller.o
	-rm -f server_test.exe server_test.o

CCCHECK:
ifeq ($(XCC),)
	@echo You must set XCC to the name of your cross-compiler
	@false
endif


%.o: %.c
	$(XCC) -c -o $*.o $(CFLAGS) $(EXTRACFLAGS) $<

%.o: %.cxx
	$(XCXX) -c -o $*.o $(CXXFLAGS) $(EXTRACXXFLAGS) $<

%.o: %.C
	$(XCXX) -c -o $*.o $(CXXFLAGS) $(EXTRACXXFLAGS) $<

%.o: %.cc
	$(XCXX) -c -o $*.o $(CXXFLAGS) $(EXTRACXXFLAGS) $<

devlist: CCCHECK devlist.o
	$(LD) $(LDFLAGS) -o $@ $@.o $(LIBS)

pccontroller: CCCHECK pccontroller.o
	$(LD) $(LDFLAGS) -o $@ $@.o $(LIBS)

server_test: CCCHECK server_test.o
	$(LD) $(LDFLAGS) -o $@ $@.o $(LIBS)





> -----Original Message-----
> From: gary@chez-thomas.org [ mailto:gary@chez-thomas.org ] On 
> Behalf Of Gary Thomas
> Sent: Monday, June 18, 2001 2:32 PM
> To: Trenton D. Adams
> Cc: eCos
> Subject: RE: [ECOS] Can't compile server_test.c
> 
> 
> 
> On 18-Jun-2001 Trenton D. Adams wrote:
> > I'm having trouble compiling server_test.c  It says all the files 
> > below are missing.  Anyone have any idea why this might happen?
> > 
> > $ make server_test
> 
> You can't build tests like this.  To build this simple test, use:
>   % make -C net/tcpip/current tests TESTS=tests/server_test
> 

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [ECOS] Can't compile server_test.c
  2001-06-18  8:08 [ECOS] Can't compile server_test.c Trenton D. Adams
  2001-06-18 13:32 ` Gary Thomas
@ 2001-06-18 13:41 ` Jonathan Larmour
  2001-06-18 13:48   ` Trenton D. Adams
  1 sibling, 1 reply; 14+ messages in thread
From: Jonathan Larmour @ 2001-06-18 13:41 UTC (permalink / raw)
  To: Trenton D. Adams; +Cc: 'eCos'

"Trenton D. Adams" wrote:
> 
> I'm having trouble compiling server_test.c  It says all the files below
> are missing.  Anyone have any idea why this might happen?
> 
> $ make server_test
> arm-elf-gcc -mcpu=arm7tdmi -D__EDB7211 -c -o server_test.o -g -Wall
> -I/c/MyDocuments/eCosDevelopment/RAMSupport_install/include
> -ffunction-sections -fdata-sections server_test.c

This compile line needs a -D__ECOS. A better way to build these tests is by
enabling the CYGPKG_NET_BUILD_TESTS option and doing "make tests".

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
Come to the Red Hat TechWorld open source conference in Brussels!
Keynotes, techie talks and exhibitions    http://www.redhat-techworld.com/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* RE: [ECOS] Can't compile server_test.c
  2001-06-18 13:41 ` Jonathan Larmour
@ 2001-06-18 13:48   ` Trenton D. Adams
  2001-06-18 13:51     ` Jonathan Larmour
  0 siblings, 1 reply; 14+ messages in thread
From: Trenton D. Adams @ 2001-06-18 13:48 UTC (permalink / raw)
  To: 'Jonathan Larmour'; +Cc: 'eCos'

Thanks Jonathan, much appreciated.  I didn't know __ECOS had to be
defined.  Is it better practice to put the __EDB7211 and __ECOS #defines
in the source instead, or on the command line?

p.s.
Why do my other simple programs compile fine without __ECOS?  I suppose
it's because they don't actually use any kernel APIs or something right?

> -----Original Message-----
> From: jlarmour@cambridge.redhat.com 
> [ mailto:jlarmour@cambridge.redhat.com ] On Behalf Of Jonathan Larmour
> Sent: Monday, June 18, 2001 2:41 PM
> To: Trenton D. Adams
> Cc: 'eCos'
> Subject: Re: [ECOS] Can't compile server_test.c
> 
> 
> "Trenton D. Adams" wrote:
> > 
> > I'm having trouble compiling server_test.c  It says all the files 
> > below are missing.  Anyone have any idea why this might happen?
> > 
> > $ make server_test
> > arm-elf-gcc -mcpu=arm7tdmi -D__EDB7211 -c -o server_test.o -g -Wall 
> > -I/c/MyDocuments/eCosDevelopment/RAMSupport_install/include
> > -ffunction-sections -fdata-sections server_test.c
> 
> This compile line needs a -D__ECOS. A better way to build 
> these tests is by enabling the CYGPKG_NET_BUILD_TESTS option 
> and doing "make tests".
> 
> 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 Come to the Red Hat 
> TechWorld open source conference in Brussels!
> Keynotes, techie talks and exhibitions    
> http://www.redhat-techworld.com/
> 

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [ECOS] Can't compile server_test.c
  2001-06-18 13:48   ` Trenton D. Adams
@ 2001-06-18 13:51     ` Jonathan Larmour
  0 siblings, 0 replies; 14+ messages in thread
From: Jonathan Larmour @ 2001-06-18 13:51 UTC (permalink / raw)
  To: Trenton D. Adams; +Cc: 'eCos'

"Trenton D. Adams" wrote:
> 
> Thanks Jonathan, much appreciated.  I didn't know __ECOS had to be
> defined.  Is it better practice to put the __EDB7211 and __ECOS #defines
> in the source instead, or on the command line?
> 
> p.s.
> Why do my other simple programs compile fine without __ECOS?  I suppose
> it's because they don't actually use any kernel APIs or something right?

It's specific to the net stack port. You don't need it for the rest of
eCos. It has to be _everywhere_ that the net stack header files can be
used, so adding it on the compile line is less error-prone.

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
Come to the Red Hat TechWorld open source conference in Brussels!
Keynotes, techie talks and exhibitions    http://www.redhat-techworld.com/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* RE: [ECOS] Can't compile server_test.c
  2001-06-18 13:40   ` Trenton D. Adams
@ 2001-06-18 13:57     ` Gary Thomas
  2001-06-18 14:00       ` Trenton D. Adams
  2001-06-18 14:03       ` Trenton D. Adams
  0 siblings, 2 replies; 14+ messages in thread
From: Gary Thomas @ 2001-06-18 13:57 UTC (permalink / raw)
  To: Trenton D. Adams; +Cc: eCos

On 18-Jun-2001 Trenton D. Adams wrote:
> That didn't work either.
> 
> Sorry, I neglected to post the Makefile that I used.
> 

I thought that you were building the normal server_test which is
part of the TCP/IP package.

If you want help building other applications, outside of the 
normal eCos tests, try looking at my script "build_Makefile"
which is in the examples directory.  It can be used with just
a few settings on your part to create a Makefile.  The only
documentation is the script itself, but there are comments and
it is pretty straight forward.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* RE: [ECOS] Can't compile server_test.c
  2001-06-18 13:57     ` Gary Thomas
@ 2001-06-18 14:00       ` Trenton D. Adams
  2001-06-18 14:03       ` Trenton D. Adams
  1 sibling, 0 replies; 14+ messages in thread
From: Trenton D. Adams @ 2001-06-18 14:00 UTC (permalink / raw)
  To: 'Gary Thomas'; +Cc: 'eCos'

Ya, sorry for the clarity problem! :(

I was infact using that server_test from the net package, but I wanted
to make sure I could compile it myself too.

I copy all examples of relevance to my test directory so they are all
working in one directory for easy reference.

Oh, and thanks for the build_Makefile tip.

> -----Original Message-----
> From: gary@chez-thomas.org [ mailto:gary@chez-thomas.org ] On 
> Behalf Of Gary Thomas
> Sent: Monday, June 18, 2001 2:57 PM
> To: Trenton D. Adams
> Cc: eCos
> Subject: RE: [ECOS] Can't compile server_test.c
> 
> 
> 
> On 18-Jun-2001 Trenton D. Adams wrote:
> > That didn't work either.
> > 
> > Sorry, I neglected to post the Makefile that I used.
> > 
> 
> I thought that you were building the normal server_test which 
> is part of the TCP/IP package.
> 
> If you want help building other applications, outside of the 
> normal eCos tests, try looking at my script "build_Makefile" 
> which is in the examples directory.  It can be used with just 
> a few settings on your part to create a Makefile.  The only 
> documentation is the script itself, but there are comments 
> and it is pretty straight forward.
> 

^ permalink raw reply	[flat|nested] 14+ messages in thread

* RE: [ECOS] Can't compile server_test.c
  2001-06-18 13:57     ` Gary Thomas
  2001-06-18 14:00       ` Trenton D. Adams
@ 2001-06-18 14:03       ` Trenton D. Adams
  2001-06-18 14:15         ` Gary Thomas
  1 sibling, 1 reply; 14+ messages in thread
From: Trenton D. Adams @ 2001-06-18 14:03 UTC (permalink / raw)
  To: 'Gary Thomas'; +Cc: 'eCos'

I don't see the build_Makefile script anywhere.  Is it new, in the CVS
as of Friday?

> -----Original Message-----
> From: gary@chez-thomas.org [ mailto:gary@chez-thomas.org ] On 
> Behalf Of Gary Thomas
> Sent: Monday, June 18, 2001 2:57 PM
> To: Trenton D. Adams
> Cc: eCos
> Subject: RE: [ECOS] Can't compile server_test.c
> 
> 
> 
> On 18-Jun-2001 Trenton D. Adams wrote:
> > That didn't work either.
> > 
> > Sorry, I neglected to post the Makefile that I used.
> > 
> 
> I thought that you were building the normal server_test which 
> is part of the TCP/IP package.
> 
> If you want help building other applications, outside of the 
> normal eCos tests, try looking at my script "build_Makefile" 
> which is in the examples directory.  It can be used with just 
> a few settings on your part to create a Makefile.  The only 
> documentation is the script itself, but there are comments 
> and it is pretty straight forward.
> 

^ permalink raw reply	[flat|nested] 14+ messages in thread

* RE: [ECOS] Can't compile server_test.c
  2001-06-18 14:03       ` Trenton D. Adams
@ 2001-06-18 14:15         ` Gary Thomas
  2001-06-18 14:23           ` Trenton D. Adams
  2001-06-19  5:37           ` Jonathan Larmour
  0 siblings, 2 replies; 14+ messages in thread
From: Gary Thomas @ 2001-06-18 14:15 UTC (permalink / raw)
  To: Trenton D. Adams; +Cc: eCos

On 18-Jun-2001 Trenton D. Adams wrote:
> I don't see the build_Makefile script anywhere.  Is it new, in the CVS
> as of Friday?
> 

It should be in the same directory as the samples "hello.c", "twothreads.c",
etc.  It's not new - been there since October, 2000.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* RE: [ECOS] Can't compile server_test.c
  2001-06-18 14:15         ` Gary Thomas
@ 2001-06-18 14:23           ` Trenton D. Adams
  2001-06-18 14:28             ` Gary Thomas
  2001-06-19  5:37           ` Jonathan Larmour
  1 sibling, 1 reply; 14+ messages in thread
From: Trenton D. Adams @ 2001-06-18 14:23 UTC (permalink / raw)
  To: 'Gary Thomas'; +Cc: 'eCos'

I'm a moron.  I was looking through the eCos Repository.

Anyhow, it's still not there.  I see a Makefile, but that's it.

Maybe it's in the new 2.0 version of the config tool?

> -----Original Message-----
> From: gary@chez-thomas.org [ mailto:gary@chez-thomas.org ] On 
> Behalf Of Gary Thomas
> Sent: Monday, June 18, 2001 3:15 PM
> To: Trenton D. Adams
> Cc: eCos
> Subject: RE: [ECOS] Can't compile server_test.c
> 
> 
> 
> On 18-Jun-2001 Trenton D. Adams wrote:
> > I don't see the build_Makefile script anywhere.  Is it new, 
> in the CVS 
> > as of Friday?
> > 
> 
> It should be in the same directory as the samples "hello.c", 
> "twothreads.c", etc.  It's not new - been there since October, 2000.
> 

^ permalink raw reply	[flat|nested] 14+ messages in thread

* RE: [ECOS] Can't compile server_test.c
  2001-06-18 14:23           ` Trenton D. Adams
@ 2001-06-18 14:28             ` Gary Thomas
  2001-06-18 14:34               ` Trenton D. Adams
  0 siblings, 1 reply; 14+ messages in thread
From: Gary Thomas @ 2001-06-18 14:28 UTC (permalink / raw)
  To: Trenton D. Adams; +Cc: eCos

[-- Attachment #1: Type: text/plain, Size: 895 bytes --]

On 18-Jun-2001 Trenton D. Adams wrote:
> I'm a moron.  I was looking through the eCos Repository.
> 
> Anyhow, it's still not there.  I see a Makefile, but that's it.
> 
> Maybe it's in the new 2.0 version of the config tool?
> 

No it's neither new nor part of the config tool.

I don't know why you can't find it, but it's attached anyway.

>> -----Original Message-----
>> From: gary@chez-thomas.org [ mailto:gary@chez-thomas.org ] On 
>> Behalf Of Gary Thomas
>> Sent: Monday, June 18, 2001 3:15 PM
>> To: Trenton D. Adams
>> Cc: eCos
>> Subject: RE: [ECOS] Can't compile server_test.c
>> 
>> 
>> 
>> On 18-Jun-2001 Trenton D. Adams wrote:
>> > I don't see the build_Makefile script anywhere.  Is it new, 
>> in the CVS 
>> > as of Friday?
>> > 
>> 
>> It should be in the same directory as the samples "hello.c", 
>> "twothreads.c", etc.  It's not new - been there since October, 2000.
>> 

[-- Attachment #2: build_Makefile --]
[-- Type: text/x-shellscript, Size: 1097 bytes --]

#! /bin/sh

# This script will create a generic Makefile template
# suitable for use with an installed eCos configuration.

# usage: <eCos_repository>/build_Makefile [<eCos_install_dir>]
# env:   ${SRCS} - the default list of source files
#        ${DST}  - the default target

HOME=${1-`pwd`}
if [ ! -d ${HOME}/install ]; then
  echo "Not an eCos install tree"
  echo "usage: <eCos_repository>/build_Makefile [<eCos_install_dir>]"
  echo "env:   \${SRCS} - the default list of source files"
  echo "       \${DST}  - the default target"
  exit
fi

cat <<EOF >Makefile
#
# Makefile for eCos tests
#

# Copied from 'makefile' the "install" tree

EOF

grep export ${HOME}/makefile >>Makefile

cat <<EOF >>Makefile

#
# Target specific flags, etc.
#

EOF

cat ${HOME}/install/include/pkgconf/ecos.mak >>Makefile

cat <<EOF >>Makefile

# Simple build rules

.c.o:
	\$(CC) -c \$(ECOS_GLOBAL_CFLAGS) -I\$(PREFIX)/include \$*.c

.o:
	\$(CC) \$(ECOS_GLOBAL_LDFLAGS) -L\$(PREFIX)/lib -Ttarget.ld \$*.o -o \$@

SRCS=${SRCS-source_file.c}
OBJS=\${SRCS:%.c=%.o}
DST=${DST-result_prog}

\${DST}: \${OBJS}

EOF

^ permalink raw reply	[flat|nested] 14+ messages in thread

* RE: [ECOS] Can't compile server_test.c
  2001-06-18 14:28             ` Gary Thomas
@ 2001-06-18 14:34               ` Trenton D. Adams
  0 siblings, 0 replies; 14+ messages in thread
From: Trenton D. Adams @ 2001-06-18 14:34 UTC (permalink / raw)
  To: 'Gary Thomas'; +Cc: 'eCos'

I searched my entire HD for build_Makefile.  I found it in
c:\MyDocuments because that's where I saved it.  It is weird that I
don't have it.  You did say in the directory with twothreads.c, etc.
The only directory I have that has hello.c and twothreads.c is in the
examples directory in the install directory of the Windows Config tool.

> -----Original Message-----
> From: gary@chez-thomas.org [ mailto:gary@chez-thomas.org ] On 
> Behalf Of Gary Thomas
> Sent: Monday, June 18, 2001 3:29 PM
> To: Trenton D. Adams
> Cc: eCos
> Subject: RE: [ECOS] Can't compile server_test.c
> 
> 
> 
> On 18-Jun-2001 Trenton D. Adams wrote:
> > I'm a moron.  I was looking through the eCos Repository.
> > 
> > Anyhow, it's still not there.  I see a Makefile, but that's it.
> > 
> > Maybe it's in the new 2.0 version of the config tool?
> > 
> 
> No it's neither new nor part of the config tool.
> 
> I don't know why you can't find it, but it's attached anyway.
> 
> >> -----Original Message-----
> >> From: gary@chez-thomas.org [ mailto:gary@chez-thomas.org ] On
> >> Behalf Of Gary Thomas
> >> Sent: Monday, June 18, 2001 3:15 PM
> >> To: Trenton D. Adams
> >> Cc: eCos
> >> Subject: RE: [ECOS] Can't compile server_test.c
> >> 
> >> 
> >> 
> >> On 18-Jun-2001 Trenton D. Adams wrote:
> >> > I don't see the build_Makefile script anywhere.  Is it new,
> >> in the CVS
> >> > as of Friday?
> >> > 
> >> 
> >> It should be in the same directory as the samples "hello.c",
> >> "twothreads.c", etc.  It's not new - been there since 
> October, 2000.
> >> 
> 

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [ECOS] Can't compile server_test.c
  2001-06-18 14:15         ` Gary Thomas
  2001-06-18 14:23           ` Trenton D. Adams
@ 2001-06-19  5:37           ` Jonathan Larmour
  1 sibling, 0 replies; 14+ messages in thread
From: Jonathan Larmour @ 2001-06-19  5:37 UTC (permalink / raw)
  To: Gary Thomas; +Cc: Trenton D. Adams, eCos

Gary Thomas wrote:
> 
> On 18-Jun-2001 Trenton D. Adams wrote:
> > I don't see the build_Makefile script anywhere.  Is it new, in the CVS
> > as of Friday?
> >
> 
> It should be in the same directory as the samples "hello.c", "twothreads.c",
> etc.  It's not new - been there since October, 2000.

But still after the eCos 1.3.1 release which is the only place it can come
from publically. It isn't part of the anoncvs release, and we'd need to
clean up the way doc gets generated for releases to make it.

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
Come to the Red Hat TechWorld open source conference in Brussels!
Keynotes, techie talks and exhibitions    http://www.redhat-techworld.com/

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2001-06-19  5:37 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-18  8:08 [ECOS] Can't compile server_test.c Trenton D. Adams
2001-06-18 13:32 ` Gary Thomas
2001-06-18 13:40   ` Trenton D. Adams
2001-06-18 13:57     ` Gary Thomas
2001-06-18 14:00       ` Trenton D. Adams
2001-06-18 14:03       ` Trenton D. Adams
2001-06-18 14:15         ` Gary Thomas
2001-06-18 14:23           ` Trenton D. Adams
2001-06-18 14:28             ` Gary Thomas
2001-06-18 14:34               ` Trenton D. Adams
2001-06-19  5:37           ` Jonathan Larmour
2001-06-18 13:41 ` Jonathan Larmour
2001-06-18 13:48   ` Trenton D. Adams
2001-06-18 13:51     ` Jonathan Larmour

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).