We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
c1166e0
k230
GCC
No response
The text was updated successfully, but these errors were encountered:
fscanf的问题是报的这个错吗,需要创建一个可写的sdcard目录。测试代码创建了文件:"char *temp_file = "/sdcard/temp_file_fscanf";"
msh />fscanf.elf msh />fopen tmpfile failed fscanf.c:65: !!(f=writetemp(" 42")) failed (failed to make temp file) fopen tmpfile failed fscanf.c:76: !!(f=writetemp("[abc123]....x")) failed (failed to make temp file) fopen tmpfile failed fscanf.c:90: !!(f=writetemp("0x1p 12")) failed (failed to make temp file) fopen tmpfile failed fscanf.c:114: !!(f=writetemp("0x.1p4 012")) failed (failed to make temp file) fopen tmpfile failed fscanf.c:127: !!(f=writetemp("0xx")) failed (failed to make temp file)
Sorry, something went wrong.
utest.libc_test.file.fscanf, 问题已经解决;
heyuanjie87
No branches or pull requests
RT-Thread Version
c1166e0
Hardware Type/Architectures
k230
Develop Toolchain
GCC
Describe the bug
3.测试libc,部分case失败;
4.代码:maix3/software/userapps/testcases/test
5.失败case:
utest.pingpong_test.pingpong_timeout_tc
utest.libc_test.file.fcntl
utest.libc_test.file.fscanf
utest.libc_test.math.powf
Other additional context
No response
The text was updated successfully, but these errors were encountered: