Giter Club home page Giter Club logo

Comments (6)

command-tab avatar command-tab commented on July 28, 2024 1

It looks like two things:

  1. There’s already a directory named pimiibo, which I’m assuming is a prior clone
  2. You need to cd pimiibo before running make so that you’re in the right place

Try these steps:

cd pimiibo
git pull
make

from pimiibo.

suryandibiase avatar suryandibiase commented on July 28, 2024 1

Thank you. Everything seems to work now.

from pimiibo.

suryandibiase avatar suryandibiase commented on July 28, 2024

Thank you that helps a lot. Is a different question but do you know I solve this too?image

from pimiibo.

command-tab avatar command-tab commented on July 28, 2024

It looks like you need to first cd pimiibo to change your working directory to the pimiibo/ one.

from pimiibo.

suryandibiase avatar suryandibiase commented on July 28, 2024

Thanks again it did bring me forward but this appears now. (soory if my questions are so basic, really appreciate your help)
image

from pimiibo.

command-tab avatar command-tab commented on July 28, 2024

That the last error message there stops at the space after "Amiibo" makes me think there's an issue in pimiibo with handling spaces in paths. You did the right thing by quoting the paths, but it seems like it's still not handling them correctly.

A way to work around this would be to move the relevant files to a path without spaces. Here, I move the retail key and the amiibo file into the same directory as the pimiibo program, then run it and pass in those simplified paths:

mv "/home/pi/Downloads/Amiibo Bin Dump/key_retail.bin" ./key_retail.bin
mv "/home/pi/Downloads/Amiibo Bin Dump/Animal Crossing/Figures/Isabelle/Isabelle.bin" ./Isabelle.bin
./pimiibo key_retail.bin Isabelle.bin

Another option would be to rename the directories such that they no longer contain spaces:

mv "/home/pi/Downloads/Amiibo Bin Dump" /home/pi/Downloads/Amiibo_Bin_Dump
mv "/home/pi/Downloads/Amiibo_Bin_Dump/Animal Crossing" /home/pi/Downloads/Amiibo_Bin_Dump/Animal_Crossing

Then you could run commands like you were before, but with spaces replaced by underscores:

./pimiibo /home/pi/Downloads/Amiibo_Bin_Dump/key_retail.bin /home/pi/Downloads/Amiibo_Bin_Dump/Animal_Crossing/Figures/Isabelle/Isabelle.bin

from pimiibo.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.