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]

RE: Compile AP51 Redboot


>     /home/box/Desktop/redboot-
> ap61/ecos/packages/redboot/current/src/fs/e2fs.c(.text.ae531x_start+0x4
> c):
>     undefined reference to `phySetup'
>     /home/box/Desktop/redboot-
> ap61/ecos/packages/redboot/current/src/fs/e2fs.c(.text.ae531x_start+0x5
> 0):
>     undefined reference to `phySetup'
>     /home/box/Desktop/redboot-
> ap61/ecos/packages/redboot/current/src/fs/e2fs.c(.text.ae531x_SetMACFro
> mPhy+0x20):
>     undefined reference to `phyIsFullDuplex'
>     /home/box/Desktop/redboot-
> ap61/ecos/packages/redboot/current/src/fs/e2fs.c(.text.ae531x_SetMACFro
> mPhy+0x24):
>     undefined reference to `phyIsFullDuplex'
>     collect2: ld returned 1 exit status

You're missing symbols (phySetup, phyIsFullDuplex).  Without knowing anything
else about this platform, I think the source file that handles PHY control is
not being compiled in.  Check the CDLs and find out why.

--Chris

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