micro-ROS / micro-ROS/micro_ros_stm32cubemx_utils
Issue with Pre-Build step : can't find the specified path
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 275
- Forks
- 100
- PR merge metrics
- No merged PRs in 30d
Description
I am trying to replicate the same thing:
System: Windows 11 , CubeIde (latest).
I also have a ubuntu docker running.
error description:
10:46:58 **** Incremental Build of configuration Debug for project micro_ROS_test ****
make -j12 all
./micro_ros_stm32cubemx_utils/library_generation//library_generation.sh
make (e=3): The system cannot find the path specified.
make[1]: *** [makefile:89: pre-build] Error 3
make: *** [makefile:62: all] Error 2
"make -j12 all" terminated with exit code 2. Build might be incomplete.
10:46:59 Build Failed. 2 errors, 0 warnings. (took 732ms)
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 with the pre-build target in makefile and the invocation of library_generation.sh shown in the report. Reproduce the build on Windows 11 with the stated Ubuntu Docker setup, then trace which path cannot be found. Done means the Debug project builds successfully without the pre-build path error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, shell
- Domain
- build-system, embedded-iot
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100