Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nextpnr-ice40/generic: Building on Windows fails due to undeclared identified #120

Open
ajelinski opened this issue Jul 23, 2021 · 0 comments

Comments

@ajelinski
Copy link
Contributor

The error building both nextpnr-ice40 and nextpnr-generic is the same and comes from common/bits.h:

  c:\users\runner\conda-env\conda-bld\nextpnr-generic_1627032814927\work\common\bits.h(54): error C2065: 'v': undeclared identifier [%SRC_DIR%\nextpnr-generic.vcxproj]
  c:\users\runner\conda-env\conda-bld\nextpnr-generic_1627032814927\work\common\bits.h(66): error C2065: 'v': undeclared identifier [%SRC_DIR%\nextpnr-generic.vcxproj]
ajelinski added a commit that referenced this issue Jul 23, 2021
Eigen built with nextpnr fails to build without Visual Studio 2017
available. The GitHub Actions' latest Windows virtual environment,
i.e. `windows-2019`, provides only Visual Studio 2019:
https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md

Unfortunately, this doesn't make nextpnr builds on Windows successful.
That's why they're still skipped and the issue #120 was created.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant