I downloaded the prebuild toolchain, i extraxted it in : /usr/local/vitasdk
i put path in my profile bash in this way : export VITASDK:/urs/local/vitasdk
when i try to compile samples i get this error:

what can i do to fix this and make it work?

it doesn't workZ80 wrote:They seem's forget to add this
export PATH=$VITASDK/bin:$PATH -
i did it, but it still doesn't compileZ80 wrote:delete first and last export

Code: Select all
ls -ldi changed folder's permissions and now i get thisdots_tb wrote:Check the permissions of the folder you're compiling in.Code: Select all
ls -ld
what do i need to do to compile xepri's toolchain? ^^" , sorry i'm a total newbie with linux stuffsdots_tb wrote:The vpk script has not been merged yet.
Get it from here:viewtopic.php?f=116&t=46181&p=406832&hi ... pt#p406832
EDIT: Seems that is the windows version. I think you have to compile it from xepri's toolchain.
https://github.com/xerpi/vita-toolchain
Either that, or comment out the vpk packer line and manually create your own vpk from a zip file.