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: Strange error when building for floppies, using the RLTK 8139 driver


On Sun, Nov 21, 2004 at 02:00:01PM -0500, Gregg C Levine wrote:
> Hello from Gregg C Levine
> For the obvious reasons I am attempting to build a floppy image using the
> Realtek 8139 driver. 
> 
> I imported the floppy configuration file using the GUI based configuration
> builder for eCos and started the build process off for the I386 platform.
> 
> This is using the Cygwin platform on Win2K. 
> Everything went well, until it hit the snag in the fragment below. That's
> the
> tail of the output file. This is from the CVS stores as of early this
> morning.
> -------
> Gregg C Levine landocalrissian atsign att dot net
> 
> -----------
> /usr/src/anoncvs/ecos/packages/devs/eth/rltk/8139/current/src/if_8139.c
> In file included from
> /usr/src/anoncvs/ecos/packages/devs/eth/rltk/8139/current/src/if_8139.c:97:
> /ecos-c/cygwin/usr/src/tests/test3_install/include/pkgconf/devs_eth_rltk_813
> 9.h:11:10: #include expects "FILENAME" or <FILENAME>
> /usr/src/anoncvs/ecos/packages/devs/eth/rltk/8139/current/src/if_8139.c:134:
> 2: #error "CYGDAT_DEVS_ETH_RLTK_8139_INL not defined"
> /usr/src/anoncvs/ecos/packages/devs/eth/rltk/8139/current/src/if_8139.c:591:
> warning: `rltk8139_init' defined but not used
> /usr/src/anoncvs/ecos/packages/devs/eth/rltk/8139/current/src/if_8139.c:775:
> warning: `rltk8139_control' defined but not used
> /usr/src/anoncvs/ecos/packages/devs/eth/rltk/8139/current/src/if_8139.c:864:
> warning: `rltk8139_can_send' defined but not used
> /usr/src/anoncvs/ecos/packages/devs/eth/rltk/8139/current/src/if_8139.c:875:
> warning: `rltk8139_send' defined but not used
> /usr/src/anoncvs/ecos/packages/devs/eth/rltk/8139/current/src/if_8139.c:991:
> warning: `rltk8139_recv' defined but not used
> /usr/src/anoncvs/ecos/packages/devs/eth/rltk/8139/current/src/if_8139.c:1267
> : warning: `rltk8139_poll' defined but not used
> /usr/src/anoncvs/ecos/packages/devs/eth/rltk/8139/current/src/if_8139.c:1292
> : warning: `rltk8139_int_vector' defined but not used
> make[1]: Leaving directory
> `/ecos-c/cygwin/usr/src/tests/test3_build/devs/eth/rltk/8139/current'
> make[1]: *** [src/if_8139.o.d] Error 1
> make: Leaving directory `/ecos-c/cygwin/usr/src/tests/test3_build'
> make: *** [build] Error 2

lunn@londo:~/eCos/work2$ ecosconfig new pc_rltk8139 redboot
U CYGSEM_HAL_USE_ROM_MONITOR, new inferred value 0
U CYGIMP_HAL_COMMON_INTERRUPTS_USE_INTERRUPT_STACK, new inferred value 0
ecosconfig import ../anoncvs-clean/packages/hal/i386/pc/current/misc/redboot_FLOPPY.ecm
U CYGHWR_HAL_I386_FPU_SWITCH_LAZY, new inferred value 0
lunn@londo:~/eCos/work2$ ecosconfig tree 
lunn@londo:~/eCos/work2$ make -s
headers finished
/home/lunn/eCos/anoncvs-clean/packages/hal/common/current/src/hal_stub.c: In function `handle_exception_cleanup':
/home/lunn/eCos/anoncvs-clean/packages/hal/common/current/src/hal_stub.c:457: warning: comparison between pointer and integer
/home/lunn/eCos/anoncvs-clean/packages/redboot/current/src/fs/disk.c: In function `find_dos_partitions':
/home/lunn/eCos/anoncvs-clean/packages/redboot/current/src/fs/disk.c:94: warning: unused variable `tmp'
build finished

So it does compile. Try an rm -fr and do it all again.

        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]