Skip to content

Runtime m4 and .h file required while building #1

@sarthak-srivastava

Description

@sarthak-srivastava

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions