FoxdieTeam / mgs_reversing

Metal Gear Solid PSX reimpl repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error while building

nedex opened this issue · comments

commented

Hello.
I'm trying to build using the provided commands but I have the following error at the end

Got 380 asm files Got 436 source files [1/4] Assemble ../obj/libgcl/commands/GCL_Command_camera_helper2_800308E0.asm -> ../obj/libgcl/commands/GCL_Command_camera_helper2_800308E0_fixme.obj FAILED: ../obj/libgcl/commands/GCL_Command_camera_helper2_800308E0_fixme.obj ../libs/psyq_sdk/psyq_4.4/bin/aspsx.exe -q ../obj/libgcl/commands/GCL_Command_camera_helper2_800308E0.asm -o ../obj/libgcl/commands/GCL_Command_camera_helper2_800308E0_fixme.obj The instruction at 00401696 referenced memory at 02261000 The memory could not be written ninja: build stopped: subcommand failed. build took 0.42 seconds

Could somebody help me?
Thanks!

Edit: uploaded whole log
build.txt

commented

Thanks to the support on discord I found out that the problem was in the path having names too long.
Moved the project soon after C: and it worked.