A serious problem during developing embedded subject!!

We are developing a embeded system,but debug loader can’t boot,we type

some commands :> devf-total5200v2 -s 0xfe000000,32M

flashctl -p /dev/fs0 -l 1M -o 31M -ve
slay devf-total5200v2
devf-total5200v2 -s 0xfe000000,32M
cp -V glacier5200.bin /dev/fs0p1
and then ,reset target,we look so,

art the message queue manager.
art the pipe manager.
art the 16C254 serial drivers.
art network driver.
ecking for network driver already running…
arting networking
able to load dll devn-ethernet-total5200sdp: Library cannot be found
able to load dll npm-tcpip: Library cannot be found
please help us, Target will work well what we do it. thanks
################################

Looks like you are missing some shared libraries on the target.
Maybe you can try
export LD_DEBUG=1
before running those commands and see which libs are missing and then include/add those missing stuff on the target.

Thank you very much !
I must go trying