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

Do we really need g++ option in Kconfig for nemu? #116

Open
mo-vic opened this issue Jan 6, 2025 · 0 comments
Open

Do we really need g++ option in Kconfig for nemu? #116

mo-vic opened this issue Jan 6, 2025 · 0 comments

Comments

@mo-vic
Copy link

mo-vic commented Jan 6, 2025

menu "Build Options"
choice
  prompt "Compiler"
  default CC_GCC
config CC_GCC
  bool "gcc"
config CC_GPP
  bool "g++"
config CC_CLANG
  depends on !TARGET_AM
  bool "clang"
endchoice

When switch from gcc to g++, build process failed due to some type conversion issues, I'm thinking If we can drop this option, or fix those issues?

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