DanielOgorchock / joycond

userspace daemon to combine joy-cons from the hid-nintendo kernel driver
GNU General Public License v3.0
340 stars 68 forks source link

Sudo make install gives off error #79

Open DarthCaesium opened 2 years ago

DarthCaesium commented 2 years ago

When running sudo make install, I encounter this problem: /usr/bin/ld: cannot open output file joycond: Is a directory collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/joycond.dir/build.make:219: joycond] Error 1 make[1]: *** [CMakeFiles/Makefile2:96: CMakeFiles/joycond.dir/all] Error 2 make: *** [Makefile:130: all] Error 2

JulyLynn commented 2 years ago

seconded, except my error is a little different:

/usr/bin/ld: cannot open output file joycond: Is a directory collect2: error: ld returned 1 exit status make[2]: [CMakeFiles/joycond.dir/build.make:204: joycond] Error 1 make[1]: [CMakeFiles/Makefile2:96: CMakeFiles/joycond.dir/all] Error 2 make: *** [Makefile:130: all] Error 2

i'm running linux mint btw

VictinHalcyon commented 1 year ago

seconded, except my error is a little different:

/usr/bin/ld: cannot open output file joycond: Is a directory collect2: error: ld returned 1 exit status make[2]: [CMakeFiles/joycond.dir/build.make:204: joycond] Error 1 make[1]: [CMakeFiles/Makefile2:96: CMakeFiles/joycond.dir/all] Error 2 make: *** [Makefile:130: all] Error 2

i'm running linux mint btw

I'm getting the same error. Did you ever figure it out?