-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot Compile #1
Comments
Could you try to compile with -j1? |
Thank you for the quick response! scons: done reading SConscript files. sorry if this is a common error I am new to this. It kinda seems like it's looking for a file it is supposed to create? |
To me it feels more like a compilation error occurs but is not getting logged |
You definitely know better than I do. |
I checked, the issue occurs because of bad devkitpro environment variables. |
Oh ok. Thank you! I will try to find where that is! |
also after changing the path reboot your computer as powershell tends to store paths until a reboot is done (it might still try to use the old path after the change) |
Ah ok, I found it. |
Oh uh sorry but now it's giving [Initial build] scons: *** [drivers\3ds\citro3d\shaders\2d.shbin] The system cannot find the file specified Only reason I can think of is DevkitPPC isn't in my devkitpro directory so it isnt set properly in my env variables |
actually all of citro3d folder just doesn't exist |
those are mostly shader compilation issues actually, most likely because C:\devkitPro\tools\bin isn't in your PATH variable |
as it calls picasso to compile the shaders to shbin, if it doesn't find the shbin it's that it failed to compile them |
Ok it's not done yet but it's been a few minutes and it hasn't stopped yet so I think that worked. |
Nope. [Initial build] progress_finish(["progress_finish"], []) scons: *** [bin\godot.3ds.elf] Error 1 |
I think I have a solution (thanks Sele!): go to C:\devkitPro\msys2 and open the file named "msys2_shell.bat". Once opened, type the following commands: |
yes, I have see this and thanks you for helping me |
Operating system or device - Godot version:
Windows - Latest Godot 3DS
Issue description (what happened, and what was expected):
Trying to build godot with
scons p=3ds -j4 target=release
but it gives me
scons: *** [main\tests\test_python.3ds.opt.32.o] The system cannot find the file specified
scons: *** [modules\register_module_types.gen.3ds.opt.32.o] The system cannot find the file specified
scons: *** [modules\chibi\cp_envelope.3ds.opt.32.o] The system cannot find the file specified
scons: building terminated because of errors.
this is because those files do not exist anymore in the project.
Steps to reproduce:
Try to compile
The text was updated successfully, but these errors were encountered: