Skip to content
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

[BUG] <Compile error, missing ','> #15189

Closed
1 task done
gpfly opened this issue Dec 14, 2024 · 1 comment · Fixed by #15274
Closed
1 task done

[BUG] <Compile error, missing ','> #15189

gpfly opened this issue Dec 14, 2024 · 1 comment · Fixed by #15274
Labels
Arch: all Issues that apply to all architectures Area: File System File System issues OS: BSD Issues related to *BSD OSes (building system, etc) OS: Linux Issues related to Linux (building system, etc) OS: Mac Issues related to MacOS (building system, etc) OS: Windows Issues related to Windows (building system, etc) Type: Bug Something isn't working

Comments

@gpfly
Copy link

gpfly commented Dec 14, 2024

Description / Steps to reproduce the issue

nuttx/fs/procfs/fs_procfsmeminfo.c:398 missing ','

     linesize   = procfs_snprintf(procfile->line, MEMINFO_LINELEN,
                                   "%11lu%11lu%11lu%11lu%7lu%7lu %s\n",
                                   (unsigned long)progmem.arena,
                                   (unsigned long)progmem.uordblks,
                                   (unsigned long)progmem.fordblks,
                                   (unsigned long)progmem.mxordblk,
                                   (unsigned long)progmem.aordblks,
                                   (unsigned long)progmem.ordblks
                                   "Prog"); 

On which OS does this issue occur?

[OS: BSD], [OS: Linux], [OS: Mac], [OS: Windows]

What is the version of your OS?

win10

NuttX Version

master

Issue Architecture

[Arch: all]

Issue Area

[Area: File System]

Verification

  • I have verified before submitting the report.
@gpfly gpfly added the Type: Bug Something isn't working label Dec 14, 2024
@github-actions github-actions bot added Arch: all Issues that apply to all architectures Area: File System File System issues OS: BSD Issues related to *BSD OSes (building system, etc) OS: Linux Issues related to Linux (building system, etc) OS: Mac Issues related to MacOS (building system, etc) OS: Windows Issues related to Windows (building system, etc) labels Dec 14, 2024
@anchao
Copy link
Contributor

anchao commented Dec 16, 2024

@anjiahao1 @GUIDINGLI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arch: all Issues that apply to all architectures Area: File System File System issues OS: BSD Issues related to *BSD OSes (building system, etc) OS: Linux Issues related to Linux (building system, etc) OS: Mac Issues related to MacOS (building system, etc) OS: Windows Issues related to Windows (building system, etc) Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants