Skip to content
New issue

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

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

Already on GitHub? # to your account

Unable to pass linker arguments that contain a comma #501

Open
sg4e opened this issue Feb 28, 2024 · 0 comments
Open

Unable to pass linker arguments that contain a comma #501

sg4e opened this issue Feb 28, 2024 · 0 comments

Comments

@sg4e
Copy link

sg4e commented Feb 28, 2024

To reproduce:

  1. Add the following to the plugin configuration:
<verbose>true</verbose>
<linkerArgs>-Wl,--unresolved-symbols=ignore-all</linkerArgs>
  1. Run mvnw gluonfx:link
  2. Observe the verbose output starting with [FINE] PB Command for link: gcc
  3. Notice at the end of the command is -Wl --unresolved-symbols=ignore-all, in which the comma has been replace by a space and the argument is broken.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant