This is the mail archive of the ecos-discuss@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]

src/ioinit.cxx:27: undefined reference to `phySetup'


Hi all 

This is my first mail to ecos discussion .
 
i am using ecos source for my MIPS based system development.  i am
compiling my code with the following option "make ENET_PHY=marvel
DRAM_MB=16 FLASH_MB=4 CLK_MHZ=220 ap30 " its working fine.

i am facing the problem once i change the ENET_PHY= icplus | realtek |
kendin i am getting following error.


In function `__static_initialization_and_destruction_0(int, int)':
ecos/packages/io/common/current/src/ioinit.cxx:27: undefined reference
to `phySetup'
ecos/packages/io/common/current/src/ioinit.cxx:27: undefined reference
to `phySetup'
ecos/packages/io/common/current/src/ioinit.cxx:27: undefined reference
to `phyIsFullDuplex'
ecos/packages/io/common/current/src/ioinit.cxx:27: undefined reference
to `phyIsFullDuplex'
ecos/packages/io/common/current/src/ioinit.cxx:27: undefined reference
to `phyIsFullDuplex'
collect2: ld returned 1 exit status

so guys please help me to solve this problem .

Thanking You,,

Regard
Haaroon .S



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