[go: nahoru, domu]

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

add <array> include to fix compilation issues on Windows (MinGW x64 g++) #739

Merged
merged 1 commit into from
Aug 2, 2022

Conversation

coolbreeze413
Copy link
Collaborator

Motivate of the pull request

Add support for OpenFPGA build on Windows 10/11 with MinGW-w64-g++

Describe the technical details

What is currently done? (Provide issue link if applicable)

Windows build for OpenFPGA fails only because of the non inclusion of header files, that MinGW gcc cannot automatically pick.
Fixing this will not change Linux behavior, but will enable Windows support as well.

What does this pull request change?

Add header includes where needed.

Which part of the code base require a change

  • VPR
  • Tileable routing architecture generator
  • OpenFPGA libraries
  • FPGA-Verilog
  • FPGA-Bitstream
  • FPGA-SDC
  • FPGA-SPICE
  • Flow scripts
  • Architecture library
  • Cell library
  • Documentation
  • Regression tests
  • Continous Integration (CI) scripts

Impact of the pull request

This should have no impact on the current code.

@tangxifan tangxifan merged commit f220f8a into master Aug 2, 2022
@tangxifan tangxifan deleted the win32-build-02-aug-2022 branch August 2, 2022 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants