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

Antlr build fails on Windows with error about MSBUILD not supporting -j #47

Closed
mithro opened this issue Feb 5, 2021 · 1 comment
Closed

Comments

@mithro
Copy link
Contributor

mithro commented Feb 5, 2021

-- Build files have been written to: D:/a/fasm/fasm/build/temp.win-amd64-3.5/Release
Microsoft (R) Build Engine version 16.8.3+39993bd9d for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.

MSBUILD : error MSB1001: Unknown switch.
Switch: -j

For switch syntax, type "MSBuild -help"
Failed to build ANTLR parser, falling back on slower textX parser. Error:
 Command '['cmake', '--build', '.', '--config', 'Release', '--', '-j']' returned non-zero exit status 1
mithro added a commit to mithro/fasm that referenced this issue Feb 5, 2021
Fixes chipsalliance#47.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
@mithro
Copy link
Contributor Author

mithro commented Feb 5, 2021

D:\a\fasm\fasm\src\ParseFasm.cpp(296,29): error C7555: use of designated initializers requires at least '/std:c++latest' [D:\a\fasm\fasm\build\temp.win-amd64-3.6\Release\parse_fasm_tests.vcxproj]
D:\a\fasm\fasm\src\ParseFasm.cpp(378,45): error C7555: use of designated initializers requires at least '/std:c++latest' [D:\a\fasm\fasm\build\temp.win-amd64-3.6\Release\parse_fasm_tests.vcxproj]

mithro added a commit to mithro/fasm that referenced this issue Feb 8, 2021
Fixes chipsalliance#47.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
mithro added a commit that referenced this issue Feb 8, 2021
Fixes #47.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
mithro added a commit to mithro/fasm that referenced this issue Feb 8, 2021
Fixes chipsalliance#47.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
mithro added a commit to mithro/fasm that referenced this issue Feb 8, 2021
Fixes chipsalliance#47.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
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