|
Hello!
I'm trying to use mpatrol in MIPs architecture. but I have some
problems. I am finding some advices.
1. I built mpatrol following the manual. but I fould bfd.h was not
fould building makefile. So, I add the path(/usr/include in my linux)
to the makefile and I could build it. It was occured only in mipsel-
linux-gcc compiling not gcc. Is it ok?
2. I compiled test source like this after setting LD_LIBRARY_PATH
environment variable.
[root@STYX00 fail]# mipsel-linux-gcc -
I/home/samba/util/mpatrol/local/include test1.c -
L/home/samba/util/mpatrol/local/lib -lmpatrol -lbfd -liberty
but following message appeared.
[root@STYX00 fail]# mipsel-linux-gcc -
I/home/samba/util/mpatrol/local/include test1.c -
L/home/samba/util/mpatrol/local/lib -lmpatrol -lbfd -liberty
/usr/tools/lib/gcc-lib/mipsel-linux/2.96/../../../../mipsel-
linux/bin/ld: cannot find -lbfd
collect2: ld returned 1 exit status
If you give some advices, It will be a great help to me!
Thank you!
|