Hi, I need some libs in fault on the Wiz Toolchain.
The libs I need compiled to Gp2x Wiz, are:
- zlib (-lz)
- sdl Image (-lSDL_image)
- Unicode Font (-lunicodefont)
Someone can help me to find them ?
Thanks.
I Need Some Libs In Fault On The Wiz Toolchain
Started by
Geca
, Aug 02 2011 05:14 PM
7 replies to this topic
#1
Posted 02 August 2011 - 05:14 PM
#2
Posted 02 August 2011 - 05:43 PM
Which Wiz toolchain are you using?
#3
Posted 02 August 2011 - 05:45 PM
I find them sorry
Thanks
Thanks
#4
Posted 02 August 2011 - 07:17 PM
Well, I have another problem:
libstdc++.so, not found
I use the libstdc++.so.6 in the lib folder....
Any solution ?
libstdc++.so, not found
I use the libstdc++.so.6 in the lib folder....
Any solution ?
#5
Posted 02 August 2011 - 07:27 PM
Which toolchain are you using, and have you followed all of the directions for installing it and setting up your environment to use it?
If you're trying to compile an existing project, have you edited the makefile to point at your toolchain?
If you're trying to compile an existing project, have you edited the makefile to point at your toolchain?
#6
Posted 02 August 2011 - 09:42 PM
I use the oficial sdk
I have 2 problems, they find the lib, but the message is this:
1 -
warning: libm.so.6, needed by /home/geca/Geca/legacy/GPH_SDK/tools/gcc-4.0.2-glibc-2.3.6/arm-linux/bin/../lib/gcc/arm-linux/4.0.2/libstdc++.so, not found (try using -rpath or -rpath-link)
2 -
I don't have the libm.so.6 in the libs folder, but I find this lib compiled for Wiz, and if I put this lib, I got this error:
/home/geca/Geca/legacy/GPH_SDK/tools/gcc-4.0.2-glibc-2.3.6/arm-linux/bin/../lib/gcc/arm-linux/4.0.2/../../../../arm-linux/bin/ld: ERROR: /home/geca/Geca/legacy/GPH_SDK/tools/gcc-4.0.2-glibc-2.3.6/arm-linux/bin/../lib/gcc/arm-linux/4.0.2/libm.so uses FPA instructions, whereas bin/legacy does not
Any solution ?
Thanks.
I have 2 problems, they find the lib, but the message is this:
1 -
warning: libm.so.6, needed by /home/geca/Geca/legacy/GPH_SDK/tools/gcc-4.0.2-glibc-2.3.6/arm-linux/bin/../lib/gcc/arm-linux/4.0.2/libstdc++.so, not found (try using -rpath or -rpath-link)
2 -
I don't have the libm.so.6 in the libs folder, but I find this lib compiled for Wiz, and if I put this lib, I got this error:
/home/geca/Geca/legacy/GPH_SDK/tools/gcc-4.0.2-glibc-2.3.6/arm-linux/bin/../lib/gcc/arm-linux/4.0.2/../../../../arm-linux/bin/ld: ERROR: /home/geca/Geca/legacy/GPH_SDK/tools/gcc-4.0.2-glibc-2.3.6/arm-linux/bin/../lib/gcc/arm-linux/4.0.2/libm.so uses FPA instructions, whereas bin/legacy does not
Any solution ?
Thanks.
#7
Posted 03 August 2011 - 05:21 PM
Looks like you installed it in a weird place. Here are the official instructions for setting up the official toolchain: http://git.fungp.com/
Note that you need to run the "export PATH=/opt/toolchain-wiz/bin:$PATH" once before the first time you want to use the toolchain in a terminal. You don't want to put this in your login scripts because it might mask some of your native Linux development tools.
Note that you need to run the "export PATH=/opt/toolchain-wiz/bin:$PATH" once before the first time you want to use the toolchain in a terminal. You don't want to put this in your login scripts because it might mask some of your native Linux development tools.
#8
Posted 03 August 2011 - 05:33 PM
Thanks I will take a look.











