system/irtest/Make.defs: fixed the wrong path#3004
Merged
Conversation
fix this error make[3] *** /nuttxspace/nuttx/apps/testing/irtest: No such file or directory. Stop. error due to this change apps/testing: Move irtest/sensortest/resmonitor/monkey to apps/system apache#2976 Signed-off-by: simbit18 <simbit18@gmail.com>
90a1615 to
851c0bb
Compare
JianyuWang0623
approved these changes
Feb 20, 2025
Contributor
Author
|
@lupyuen I ran a test on github and again, of course, the same error comes up https://github.com/simbit18/nuttx_test_pr/actions/runs/13436257100/job/37539227553#logs Also here as with sim:quickjs #2993 on the NuttX repository it is built correctly because on Ubuntu it uses Cmake https://github.com/apache/nuttx/actions/runs/13431136480/job/37523189277#logs |
lupyuen
approved these changes
Feb 20, 2025
cederom
approved these changes
Feb 20, 2025
Donny9
approved these changes
Feb 21, 2025
anchao
approved these changes
Feb 22, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
fix this error
make[3] *** /nuttxspace/nuttx/apps/testing/irtest: No such file or directory. Stop.
same error with macOS on Nuttx mirror
https://github.com/NuttX/nuttx/actions/runs/13430411340/job/37521010985#logs
error due to this change
apps/testing: Move irtest/sensortest/resmonitor/monkey to apps/system #2976
Impact
Impact on user: NO.
Impact on build: YES. fix the build with Make
Impact on hardware: NO
Impact on documentation: NO
Impact on security: NO
Impact on compatibility: NO
Testing
Build it with:
./tools/configure.sh -l sim:rc
make -j
Without this PR
With this PR