This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Can not find C6455 Ethernet Driver library after rebuilding it

Other Parts Discussed in Thread: OMAPL138

I updated omapl138 emac driver that was included in the NSP 1.10.02.09 for C6455 big endian device. After rebuilding it for C64P_big_endian target, I have ti.drv.c6455.a64Pe file in the /opt/ti/ndk_2_24_00_11/packages/ti/drv/c6455/lib folder.

Then in my project cfg file I linked the library by using: 

var Emac = xdc.useModule('ti.drv.c6455.Emac');

When I build my project, I received the following error message: Error: Library not found: ti.drv.c6455.a64Pee

How do I fix this?

Thank you.