-
Notifications
You must be signed in to change notification settings - Fork 537
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
Some errors is reported when the sqlite database is compiled #2336
Comments
@laoniaokkk please share your .config |
@acassis Hello,this is my .config, I just use 'sim/nsh' and select database as: |
Thank you @laoniaokkk ! Using your config I got the same issue. Seems like HOST_ARM64 is not supported yet. Then I decided to change it to HOST_X86_64 and got some errors and fixed them. However the SQLite didn't work when I run "nsh> sqlite3". Please find the files I modified to get it compiling. @yinshengkai @xiaoxiang781216 I appreciate if you guys could include an example using the SIM or better yet some real board. |
@Gary-Hobson will provide patch soon. |
Compilation error problems can be solved by adding this patch: apache/nuttx#12303 The following patch adds an example of sqlite in sim: apache/nuttx#12305 Since hostfs does not support FIOC_FILEPATH, it cannot currently be used in hostfs Steps for usage:
|
Hello,when I get the latest code(apps and nuttx) from the repository and then add sqlite after selecting the sim/nsh configuration, it will produce a lot of errors during compilation, such as assert, unknown type name 'off64_t', etc.
My computer is ubuntu20.04.I hope to get help to solve these problems
The text was updated successfully, but these errors were encountered: