Nice that you could compile the crosstool.

Quote Originally Posted by john_doe View Post
]I had to edit setenv.sh to fit my paths. It seems to me that it is not finding some library. So I added to $PATH this dir
Adding library to you path variable will do nothing, you tell the compiler with some flags where they are.

like this:

Code:
export LDFLAGS='-L/opt/dev-ezx/a780/lib/ezx/lib/inputmethods -L/opt/crosstool/gcc-3.3.6-glibc-2.3.2/arm-linux/arm-linux/lib -L/opt/dev-ezx/a780/lib -L/opt/dev-ezx/a780/lib/ezx/lib'