Giter VIP home page Giter VIP logo

Comments (4)

mmicko avatar mmicko commented on August 17, 2024

@nlwmode

Last step in this case should be make -C .. -j 128 since makefile is in directory above, but that still does not explain issue you get.
Could you please give us info about output of git --version on your machine ?

from yosys.

nlwmode avatar nlwmode commented on August 17, 2024

@nlwmode

Last step in this case should be make -C .. -j 128 since makefile is in directory above, but that still does not explain issue you get. Could you please give us info about output of git --version on your machine ?

"git version 2.42.0".

The PR (#4450) carefully explains and solves the problem. Please checking that.

from yosys.

RCoeurjoly avatar RCoeurjoly commented on August 17, 2024

I cannot reproduce

This is what I have done:

git clone --recursive https://github.com/YosysHQ/yosys.git yosys_4449
cd yosys_4449/
mkdir build && cd build
make -C ..

I have git version 2.43.1
Can you execute these commands to see if you still have the issue?

from yosys.

kittennbfive avatar kittennbfive commented on August 17, 2024

Hi,

i can confirm that something is wrong and the output of make install (do this, do this) does not work.

I tried this:

$ cd /tmp
$ git clone --recursive https://github.com/YosysHQ/yosys.git yosys_4449
$ cd yosys_4449/
$ mkdir build && cd build
$ make -C .. -j12
$ su -
# cd /tmp/yosys_4449
# make install

and got:

Error: 'abc' is not configured as a git submodule.
To resolve this:
1. Back up your changes: Save any modifications from the 'abc' directory to another location.
2. Remove the existing 'abc' directory: Delete the 'abc' directory and all its contents.
3. Initialize the submodule: Run 'git submodule update --init' to set up 'abc' as a submodule.
4. Reapply your changes: Move your saved changes back to the 'abc' directory, if necessary.

(But as i said doing so does not solve the issue.)

I am using git version 2.39.2 on Debian stable (12.5 currently).

Workaround
At Makefile:770 remove the entire "if" and replace by exit 0; . Installation works and Yosys works fine too.

Thank you!

from yosys.

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.