yifanlu / taiHEN

CFW framework for PS Vita
MIT License
307 stars 46 forks source link

Build error #53

Closed cysin closed 7 years ago

cysin commented 7 years ago

I installed vitasdk from https://github.com/vitasdk/buildscripts but got the following error when I was trying to build taiHEN. Any idea about this? Thanks

[100%] Linking C executable taihen.elf
[100%] Built target taihen.elf
Scanning dependencies of target taihen-libs
[100%] Built target taihen-libs
Scanning dependencies of target taihen.skprx
vita-elf-create: dest = elf_begin(fileno(*file), ELF_C_WRITE, NULL) failed: Request error: invalid ELF_C_* argument
vita-elf-create: Assertion failed: (dest = elf_utils_copy_to_file(args.output, ve->elf, &outfile))
make[2]: *** [CMakeFiles/taihen.skprx] Error 1
make[1]: *** [CMakeFiles/taihen.skprx.dir/all] Error 2
make: *** [all] Error 2
yifanlu commented 7 years ago

I haven't updated taihen to the latest sdk yet.

cysin commented 7 years ago

Thanks