-
Notifications
You must be signed in to change notification settings - Fork 547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
system/flatbuffers: fix patch flow of flatbuffers #2869
Conversation
e852e1f
to
e44f1ad
Compare
Applying patch to flatbuffers patching file '<' Hunk apache#1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file '<.rej' patching file '<' Hunk apache#1 FAILED at 39. 1 out of 1 hunk FAILED -- saving rejects to file '<.rej' patching file '<' Hunk apache#1 FAILED at 495. 1 out of 1 hunk FAILED -- saving rejects to file '<.rej' patching file '<' Hunk apache#1 FAILED at 23. 1 out of 1 hunk FAILED -- saving rejects to file '<.rej' patch: **** Can't reopen file '<' : No such file or directory -- Configuring done (12.8s) -- Generating done (0.3s) Signed-off-by: chao an <[email protected]>
Signed-off-by: chao an <[email protected]>
…be compile Signed-off-by: chao an <[email protected]>
1. correct include patch of support library 2. add flatbuffers include path Signed-off-by: chao an <[email protected]>
ruy is not really used, tflite just uses the header file Error log from CMake: ================================================================ -- Configuring done (2.1s) CMake Error at cmake/nuttx_add_library.cmake:183 (add_library): No SOURCES given to target: ruy Call Stack (most recent call first): apps/math/ruy/CMakeLists.txt:57 (nuttx_add_library) Signed-off-by: chao an <[email protected]>
Signed-off-by: chao an <[email protected]>
@xiaoxiang781216 done, please review again, ci is broken now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks and builds fine now, thank you @xiaoxiang781216 for the remarks :-) Thank you @anchao for the updates :-)
I have tested this commit locally and found no other problems. Let's merge this commit first to resolve the CI broken. |
Summary
system/flatbuffers: fix patch flow of flatbuffers
Signed-off-by: chao an [email protected]
Impact
N/A
Testing
sim/nsh and enable CONFIG_SYSTEM_FLATBUFFERS