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 support for building on Windows #19

Open
JakubJatczak opened this issue Jun 17, 2020 · 0 comments
Open

Add support for building on Windows #19

JakubJatczak opened this issue Jun 17, 2020 · 0 comments
Assignees

Comments

@JakubJatczak
Copy link

Current Makefile fails when used in Windows conda enviroment.
yosys-config outputs:

> yosys-config --cxx
x86_64-w64-mingw32-g++
> yosys-config --cxxflags
-Wall -Wextra -ggdb -IC:/Users/user/Miniconda3/share/yosys/include -MD -D_YOSYS_ -IC:/Users/user/Miniconda3/include -std=c++11 -Os -D_POSIX_SOURCE -DYOSYS_WIN32_UNIX_DIR -DYOSYS_ENABLE_GLOB -DYOSYS_ENABLE_ABC
> yosys-config --ldlibs
-static -lstdc++ -lm

I attach patch with minimal changes needed to have successful build.
win_build.txt

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

3 participants