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

Unable to build driverbeat following the parser_setup.md #18

Open
zisenXu opened this issue Nov 2, 2024 · 0 comments
Open

Unable to build driverbeat following the parser_setup.md #18

zisenXu opened this issue Nov 2, 2024 · 0 comments

Comments

@zisenXu
Copy link

zisenXu commented Nov 2, 2024

There is one mistake in parser_setup.md. The variable LIB_INSTALL_PATH=$PWD is ShadeWatcher/lib. While building the gcc-8.4.0, the param --prefix is set to $LIB_INSTALL_PATH/lib. Therefore, the target directory of building the gcc is ShadeWatcher/lib/lib and the executable will be generated in ShadeWatcher/lib/lib/bin.
So, the system path should be set as echo export PATH=$LIB_INSTALL_PATH/lib/bin:$PATH >> ~/.bashrc, instead of echo export PATH=$LIB_INSTALL_PATH/bin:$PATH >> ~/.bashrc. In this way, the building process could find the correct complier.

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