I keep getting errors when building

Post Reply
curseyouzelda
Posts: 2
Joined: Sun Feb 12, 2023 12:37 am
Location: Canada

I keep getting errors when building

Post by curseyouzelda » Sun Feb 12, 2023 1:26 am

I keep getting this error no matter what I do and I don't know how to fix it:
make[1]: *** /home/my_name: Is a directory. Stop.
make: *** [Makefile:165: all] Error 2

PLEASE HELP ME!

WinterMute
Site Admin
Posts: 1859
Joined: Tue Aug 09, 2005 3:21 am
Location: UK
Contact:

Re: I keep getting errors when building

Post by WinterMute » Wed Apr 19, 2023 2:28 pm

You have a space in your username. Spaces in paths are generally quite bad and will often cause these kind of errors.

Rename your home directory to something without a space with usermod

Code: Select all

sudo usermod -d "/home/joe doe" -m johndoe 
then logout & login. Hopefully that should fix it.
Help keep devkitPro toolchains free, Donate today

Personal Blog

Post Reply

Who is online

Users browsing this forum: No registered users and 22 guests