Thanks for the help. Will try that.
Quote:
Well, it says right there was the problem is: `/pocketbook-sdk/PBSDK/bin/pbres: not found`. It wants to run `pbres` Ithe 'PocketBook Resource Compiler', but obviously your path is wrong.
|
I switched the SDK as suggested. The error remains. The issue is: The file is there…
Code:
/bin/sh: 1: /pocketbook-sdk/SDK_481/bin/pbres: not found
make: *** [Makefile:34: icons/icons.c] Error 127
root@a71003970541:/project# ls -al /pocketbook-sdk/SDK_481/bin/pbres
-rwxr-xr-x 1 root root 14188 Oct 9 14:02 /pocketbook-sdk/SDK_481/bin/pbres
But I cannot start it:
Code:
root@a71003970541:/project# /pocketbook-sdk/SDK_481/bin/pbres
bash: /pocketbook-sdk/SDK_481/bin/pbres: No such file or directory
Quite weird, isn't it?
Quote:
Is it correct that `/pocketbook-sdk` is directly at the root level on your installation? Perhaps you just missed a dot: `./pocketbook-sdk`. Or to be on the save side, just supply the whole absolute path at `PBSDK ?= [path here]`
|
I supplied the whole path and the SDK is on the root level. I try to set up a docker container for compiling.