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

Runtime m4 and .h file required while building #1

Open
sarthak-srivastava opened this issue Nov 10, 2020 · 1 comment
Open

Runtime m4 and .h file required while building #1

sarthak-srivastava opened this issue Nov 10, 2020 · 1 comment

Comments

@sarthak-srivastava
Copy link

While trying to build the CUDASmith using make command, after the cmake command, a runtime m4 file ../runtime/safe_math_macros.m4 is required. The error in absence of this file in appropriate folder is:

make[2]: *** No rule to make target '../runtime/safe_math_macros.m4', needed by 'safe_math_macros.h'. Stop.

Similarly, error while building was encountered due to absence of cl_safe_math_macros.h in build folder.

Copying the same from csmith folder worked well for me but wouldn't it be convenient this could be included with the repository? (Encountered the error on ubuntu 18.04)

@Shugazi
Copy link

Shugazi commented Feb 15, 2023

Hey man, Do you mind giving a bit more details on what you did to achieve a proper build?
Currently experiencing the same issue.

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

2 participants