Well, I changed the patch to absolute, but I get this error during building the project:
Quote: "E:\Programy\bbndk-2.0.0\host\win32\x86\usr\bin\ntoarm-ld: E:\Programy\bbndk-2.0.0\target\target-override\armle-v7\usr\lib\libOpenAL.so: No such file: No such file or directory"
I mean, I fixed libbps.so.1 warning, but yet I have libOpenAL.so error left.
I suppose you're right and it's something with this line:
Quote: "<platformArchitecture>armle-v7</platformArchitecture>"
Through, I don't know what to change it to.
I know that libOpenAL.so is under
Quote: "E:\Programy\bbndk-2.0.0\target\qnx6\armle-v7\usr\lib\"
althrough, my patch is set to
Quote: "E:\Programy\bbndk-2.0.0\target\target-override\armle-v7\usr\lib\"