oneapi-src / oneapi-src/oneAPI-samples
make: *** No rule to make target 'run'. Stop.
Open
Nobody has claimed this yet.
bug
- Dominant language
- C++
- Stars
- 1.2k
- Forks
- 745
- PR merge metrics
- No merged PRs in 30d
Description
When I try to run the command "cmake --build . --target run" in the hello-decode Sample, I meet an error that make: *** No rule to make target 'run'. Stop.
How can I deal with this situation?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in the hello-decode Sample's CMake configuration and inspect the targets generated for cmake --build . --target run. Determine whether run should exist or whether the documented command is incorrect, then verify the corrected build or usage path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100