Hi, all:
I use the mips-linux-g++ complie a program. and I excuted it on the target machine , but cann't, what's wrong?
For example:
For PC, I use g++ -c -o ccgame.o ccgame.cpp
g++ -o ccgame ./ccgame.o
execute it will give: Hello, world!
For the target board, I use mips-linux-g++ -c -o ccgame.o ccgame.cpp
mips-linux-g++ -o ccgame ./ccgame.o
excute it will give " /bin/sh: ./ccgame: not found".
Is there something wrong?
the mips-linux-gcc work is well!!!
looking forward for anybody send me the question answer,very thanks!!!
your sincerely liss
2004.09.04 13:06