Quote:
Originally Posted by mikmak
Ok, I experimented a bit but no solution. Also 12.5 crashes with exactly the same error.
Do you remember which gcc and wine version you used with SDK 12.5?
|
I use the gcc embedded in the SDK, don't I?
Code:
~/PBSDK-linux-libwine-12.5/bin/arm-linux-gcc --version
arm-linux-gcc (GCC) 3.4.1
..
I was using win 1.0 and upgrade recently to wine 1.1.31 but that didn't make any difference.
I notice an important fact: in several files, SDK refers to "/usr/local/pocketbook" as the SDK root. I've create a symlink to point on my SDK location. Removing it, I can't launch any application on SDK 12.5.
Code:
sudo ln -s ~/PBSDK-linux-libwine-12.5 /usr/local/pocketbook
I hope it will help you