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]

Problems building Red Boot under Cygwin (long)


Hello from Gregg C Levine
Okay here's my building environment: Cygwin running on W2Ksp4. Now to the
problem. I'd like to build an image of Red Boot for testing under an
evaluation copy of VMWare. Instead during the build process after importing
the ECM file discussed in the mail message from the archives, specifically
this one:
   http://sources.redhat.com/ml/ecos-discuss/2003-10/msg00214.html 


The ECM file was redboot_FLOPPY.ecm, the funny thing is that during the
build process prior to the importation, and before copying the materials
from the usual places on Windows for saving documentation, everything
worked, and I was able to find a copy of redboot.elf. After the importation,
and moving to a directory next to where I checked out the sources from CVS,
it travels the same route to building the image, but it breaks at a specific
point:

/ecos-c/cygwin/usr/src/ecos/test3/test3_install/lib/extras.o: In function
`http_error':
/usr/src/ecos/ecos/packages/redboot/current/src/net/http_client.c:247:
undefined reference to `gdb_port'
/usr/src/ecos/ecos/packages/redboot/current/src/net/http_client.c:247:
undefined reference to `have_net'
/usr/src/ecos/ecos/packages/redboot/current/src/net/http_client.c:241:
undefined reference to `my_bootp_info'
/usr/src/ecos/ecos/packages/redboot/current/src/net/http_client.c:247:
undefined reference to `use_bootp'
/usr/src/ecos/ecos/packages/redboot/current/src/net/http_client.c:237:
undefined reference to `net_debug'
/usr/src/ecos/ecos/packages/redboot/current/src/net/http_client.c:243:
undefined reference to `gdb_port'
/usr/src/ecos/ecos/packages/redboot/current/src/net/http_client.c:241:
undefined reference to `have_net'
/usr/src/ecos/ecos/packages/redboot/current/src/net/http_client.c:241:
undefined reference to `use_bootp'
/usr/src/ecos/ecos/packages/redboot/current/src/net/http_client.c:241:
undefined reference to `my_bootp_info'
/usr/src/ecos/ecos/packages/redboot/current/src/net/http_client.c:241:
undefined reference to `have_net'
/usr/src/ecos/ecos/packages/redboot/current/src/net/http_client.c:241:
undefined reference to `have_net'
/usr/src/ecos/ecos/packages/redboot/current/src/net/http_client.c:241:
undefined reference to `have_net'
/usr/src/ecos/ecos/packages/redboot/current/src/net/http_client.c:241:
undefined reference to `have_net'
/usr/src/ecos/ecos/packages/redboot/current/src/net/http_client.c:241:
undefined reference to `my_bootp_info'
/usr/src/ecos/ecos/packages/redboot/current/src/net/http_client.c:241:
undefined reference to `have_net'
/usr/src/ecos/ecos/packages/redboot/current/src/net/http_client.c:241:
undefined reference to `have_net'
/usr/src/ecos/ecos/packages/redboot/current/src/net/http_client.c:247:
undefined reference to `have_net'
collect2: ld returned 1 exit status
make[1]: Leaving directory `/usr/src/ecos/test3/test3_build/redboot/current'
make[1]: ***
[/ecos-c/cygwin/usr/src/ecos/test3/test3_install/bin/redboot.elf] Error 1
make: Leaving directory `/usr/src/ecos/test3/test3_build'
make: *** [build] Error 2

I've left the section where the errors surface, but I am going to post to my
website for such things, the entire output pages. That site is
www.gregg.levine.name look for ECOS Build output. It should be up by 7PM EDT
NY time. 
---------------
Gregg C Levine landocalrissian atsign att dot net 


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