Page 1 of 1

Make command build error 2

Posted: Tue Jun 25, 2024 1:47 am
by OrlandoEd
I'm using programmer's notepad to make a homebrew app, when I go to enter the command make this is the error that shows up in the output:

> "make"
make[1]: /home: No such file or directory
make[1]: *** No rule to make target '/home'. Stop.
make: *** [Makefile:100 build] Error 2

Sorry if this issue isn't related to devkitpro

Also i'm on windows if that helps, Thanks in advance, OrlandoEd

Re: Make command build error 2

Posted: Sun Jun 30, 2024 5:20 pm
by WinterMute
This looks like what happens if you put your project in a path with spaces. This is a bad idea where command line tools are involved. Move or rename your project somewhere where there are no spaces in the path

Re: Make command build error 2

Posted: Wed Aug 14, 2024 3:33 pm
by OrlandoEd
My username has a space in it so I will either change my user or put it somewhere outside of there

Thank you for responding, sorry I didn't reply sooner.

OrlandoEd

Re: Make command build error 2

Posted: Wed Aug 14, 2024 4:14 pm
by OrlandoEd
Thank you so much that worked!

But now when i go to make clean this happens

> "make clean"

> Failed to create process: The system cannot find the file specified.

> Process Exit Code: 0
> Time Taken: 00:00

Re: Make command build error 2

Posted: Wed Aug 14, 2024 4:17 pm
by OrlandoEd
Oh im stupid sorry ignore that comment

Everything works thank you so much for the support

Do you know where there are resources regarding wii homebrew and how to do things specific to the wii