Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!
Did you like my answer?
It seems like you’re encountering an issue with the directory path when trying to run the Toradex C++ Makefile template. The error message “‘/home/terizon/app/cpp’ does not exist” suggests that there might be a typo in the path. The correct path should likely be /home/torizon/app/cpp
instead of /home/terizon/app/cpp
.
Here are a few steps you can take to troubleshoot and potentially resolve the issue:
-
Verify the Path: Double-check the path in your project configuration to ensure it is correctly set to
/home/torizon/app/cpp
. -
Check the Build Configuration: Ensure that the build configuration in your VS Code project is correctly pointing to the right directories and files.
-
Recreate the Directory: If the directory
/home/torizon/app/cpp
does not exist, you can manually create it using the command line on your host machine or directly on the target device. -
Review the Build Log: Since the build log indicates that the path exists, ensure that there are no other underlying issues or misconfigurations that might be causing the error.
-
Check for Typos: Ensure there are no typos in your configuration files or scripts that might be causing the incorrect path to be referenced.
If these steps do not resolve the issue, you may want to consider reaching out to the Toradex Developer Community for further assistance, as they might have more specific insights into this problem.
Please, also check if these links can help you solve your problem: