Skip to content

Fix: Makefile build patch not able to recognize tokens and create generated directory if not present #79

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

Open
wants to merge 3 commits into
base: WorkingBranch
Choose a base branch
from

Conversation

durwasa-chakraborty
Copy link
Contributor

@durwasa-chakraborty durwasa-chakraborty commented Jun 26, 2024

PR Description

Problem:
Cloning the current project and running the Makefile breaks the build because the linker failed to identify the tokens. Additionally, running the StarPlat binary does not generate the generated_backend folder in {PWD}/graphcode/.

Solution:
The following changes address these issues and have been tested locally on both Mac and PopOS variants:

Changes:

  • Removed the definition for parse.trace to ensure proper linking and added return_func as a token.
  • Added a utility to create a directory if it is not present.

Request for Review:
@Barenya255, could you double-check this locally and provide some background on the change?

@durwasa-chakraborty durwasa-chakraborty force-pushed the WorkingBranch branch 2 times, most recently from c83c291 to a9aba05 Compare June 28, 2024 09:37
@durwasa-chakraborty durwasa-chakraborty changed the title Fix: Makefile build patch not able to recognize tokens Fix: Makefile build patch not able to recognize tokens and create generated directory if not present Jun 28, 2024
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.

1 participant