I saw several ways to do this (and so far I have not tried a couple, but I want to isolate this for easier)
This is supposed to be a way to do this VIA gcc, and I would prefer that I just keep pounding the walls.
I use debian7 and can use what has ever been a different flavor (I currently want to avoid qemu casue, I want something less). I follow this example found here.
http://moozing.wordpress.com/2011/04/05/cross-compile-in-debian/
I was able to do everything, and during part of this I had to set libgmp3c2-dummy_1.0_all.deb to continue ti
only now I need to compile, and all I compile is the simple world of hello script, however when compiling I can not force libgmp.so.3 not to be in the / usr / lib / dir directory, however one in the / usr / folder lib / mips -linux-gnu-gcc. It seemed to me that I would copy it to see if it should be compiled, and I understand that this elf file is encoded in big-endian, which makes sense. but what am I missing to compile this file?
and I tried to compile this thing as a big endian. I think that I am either confused from libraries, or that I need to distinguish libgmp.so.3 ..
Also I tried apt-get install libgmp-dev libgmp3-dev too.
Thanks for the help, if you can! :), and if you know an easy way to do this that wonβt take up a lot of space on my machine, then Iβm open, but I would like to try with GCC and use the tool chain.
Thanks!
source share