This is the mail archive of the ecos-bugs@sourceware.org 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]

[Bug 1000371] New: Using All template on pc target will get an error.


http://bugzilla.ecoscentric.com/show_bug.cgi?id=1000371

           Summary: Using All template on pc target will get an error.
           Product: eCos
           Version: CVS
          Platform: pc (i386 PC target)
        OS/Version: All
            Status: UNCONFIRMED
          Severity: critical
          Priority: normal
         Component: ecosconfig
        AssignedTo: bartv@ecoscentric.com
        ReportedBy: lemonskin@tom.com
         QAContact: ecos-bugs@sources.redhat.com


Hi. When I build the source tree created by ecosconfig for pc(i386) platform 
with all template, I get error messages below:
By the way, I downloaded the latest version in CVS at Feb 11, 2007.

ecosconfig new pc all
ecosconfig tree
make
make[1]: Entering directory `/home/richard/ecos-
20070211/target/devs/eth/intel/i82559/current'
i386-elf-gcc -c  -I/home/richard/ecos-20070211/target/install/include -
I/home/richard/ecos-20070211/packages/devs/eth/intel/i82559/current -
I/home/richard/ecos-20070211/packages/devs/eth/intel/i82559/current/src -
I/home/richard/ecos-20070211/packages/devs/eth/intel/i82559/current/tests -I. -
I/home/richard/ecos-20070211/packages/devs/eth/intel/i82559/current/src/ -
finline-limit=7000 -Wall -Wpointer-arith -Wstrict-prototypes -Winline -
Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions   -
D_KERNEL -D__ECOS -Wp,-MD,src/if_i82559.tmp -o 
src/devs_eth_intel_i82559_if_i82559.o /home/richard/ecos-
20070211/packages/devs/eth/intel/i82559/current/src/if_i82559.c
/home/richard/ecos-
20070211/packages/devs/eth/intel/i82559/current/src/if_i82559.c: In function 
`pci_init_find_82559s':
/home/richard/ecos-
20070211/packages/devs/eth/intel/i82559/current/src/if_i82559.c:2992: error: 
`eth_dsr' undeclared (first use in this function)
/home/richard/ecos-
20070211/packages/devs/eth/intel/i82559/current/src/if_i82559.c:2992: error: 
(Each undeclared identifier is reported only once
/home/richard/ecos-
20070211/packages/devs/eth/intel/i82559/current/src/if_i82559.c:2992: error: 
for each function it appears in.)
make[1]: *** [src/if_i82559.o.d] Error 1
make[1]: Leaving directory `/home/richard/ecos-
20070211/target/devs/eth/intel/i82559/current'
make: *** [build] Error 2

-- 
Configure bugmail: http://bugzilla.ecoscentric.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


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