Giter Site home page Giter Site logo

Comments (9)

steev avatar steev commented on May 25, 2024

It would help to know what type of machine you're doing this on. Host OS, and so forth. Details, details, details. That said, I can only see this being an issue if perhaps the mirror you're hitting is out of date or there is an issue with it. The scripts are meant to be run on an amd64 kali installation (though they will also run on x86, just won't compress the images), so if you're not using that, you MAY need to modify the package names to suit your distribution.

Also, putting everything in /lib is kind of frowned upon. That's really not where things go.

from kali-arm-build-scripts.

ETeissonniere avatar ETeissonniere commented on May 25, 2024

Hoho...
When I ran it on my pi, I got the same error, here is the fix:
Change gcc-multilib to gcc and g++-multilib to g++, if you have an other error, just remove g++ from the script.

from kali-arm-build-scripts.

steev avatar steev commented on May 25, 2024

Yeah, that's not going to work. The script is meant to be run on amd64/x86 machines, not ARM devices. Feel free to add in an if block for it and send a pull request though!

from kali-arm-build-scripts.

ETeissonniere avatar ETeissonniere commented on May 25, 2024

Walt. ..

from kali-arm-build-scripts.

ETeissonniere avatar ETeissonniere commented on May 25, 2024

Done, it might work

from kali-arm-build-scripts.

steev avatar steev commented on May 25, 2024

It will work, but seriously, you'd be better off running this on a machine that isn't an RPi. Compiling the kernel on the RPi itself will take a very long time. By all means go for it, but these scripts aren't designed for that purpose.

from kali-arm-build-scripts.

ETeissonniere avatar ETeissonniere commented on May 25, 2024

Yes ~ 12 hour

from kali-arm-build-scripts.

TheBlackRabbit avatar TheBlackRabbit commented on May 25, 2024

Sounds to me like your host machine is running on ARM architecture... So, the master branch of the installer isn't going to work for you due to lack of multilibs, etc...

If a x64 host isn't an option for you, I would clone the newinstaller branch and run the python build. Dep-checks look for multilibs but won't find then however they were not necessary for me to successfully build. Any other packages "not found" may be in other ARM repo packages/meta-packages a quick apt-cache search or apt search should help them turn up.

I have been doing nightly nethunter builds via my Chromebook C100P. I also was able to run arm-build-scripts this way to build for veyron. Hope this helps you find out what some of your options are...

from kali-arm-build-scripts.

ETeissonniere avatar ETeissonniere commented on May 25, 2024

from kali-arm-build-scripts.

Related Issues (20)

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.