Skip to content

Conversation

@larsclausen
Copy link
Collaborator

When invoking the various subcommands make sure the path to the executable is quoted. This allows it to contain spaces.

Resolves #1187

@larsclausen larsclausen force-pushed the tool-path-spaces branch 25 times, most recently from ca6661d to b4f6b11 Compare December 27, 2024 01:20
Newer version of the linker on MacOS provide a deprecation warning when
using the `-undefined` flag with the `suppress` value. This is cause CI to
fail to do logs not matching when building VPI modules.

Switch to using the `dynamic_lookup` value for the flag instead, which
resolves the warning and is the behavior we want when loading the module.

Signed-off-by: Lars-Peter Clausen <[email protected]>
@larsclausen larsclausen force-pushed the tool-path-spaces branch 3 times, most recently from aa7dd0a to 0794189 Compare December 27, 2024 18:09
When invoking the various subcommands make sure the path to the executable
is quoted. This allows it to contain spaces.

Signed-off-by: Lars-Peter Clausen <[email protected]>
@larsclausen larsclausen marked this pull request as draft December 28, 2024 00:38
@caryr
Copy link
Collaborator

caryr commented Jul 9, 2025

Is this ready to be integrated? I noticed it solves one of the open 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

Successfully merging this pull request may close these issues.

Iverilog doesn't accept spaces in the value path of the -B flag.

2 participants