sumpfralle opened a new issue, #16739: URL: https://github.com/apache/nuttx/issues/16739
### Description / Steps to reproduce the issue **Please note**: this issue is identical to #16655 (same title, two weeks ago) Thankfully, @Gary-Hobson worked on that issue in PR #16675. Now I noticed, that the PR did not solve the issue (same compiler error is here). But an *intermediate* state of the PR indeed solved the issue (see a84d685be4de3f84fc866660547c516e199e264f). This commit works fine for me (I just tested it now). But the PR included only commit 156ef05205d708a1b4b589a21af361cbcb7769f3. I could not decipher the PR's communication fully. Thus, I cannot tell, why the working commit above did not make it into the final state of the PR. Maybe just an omission? How to reproduce: 1. enable profiling: ``` CONFIG_FRAME_POINTER=y CONFIG_PROFILE_ALL=y CONFIG_PROFILE_MINI=y ``` 1. see compilation failing: ``` CC: dirent/lib_alphasort.c mcount.S: Assembler messages: mcount.S:33: Error: cannot honor width suffix -- `bic r1,lr,#1' mcount.S:35: Error: cannot honor width suffix -- `bic r0,r0,#1' mcount.S:37: Error: cannot honor width suffix -- `pop {r0,r1,r2,r3,ip,lr}' make[3]: *** [Makefile:151: bin/mcount.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [tools/LibTargets.mk:196: libs/libc/libc.a] Error 2 ### On which OS does this issue occur? [OS: Linux] ### What is the version of your OS? Debian Trixie ### NuttX Version master ### Issue Architecture [Arch: arm] ### Issue Area [Area: Debugging] ### Host information [nuttx-host-info.txt](https://github.com/user-attachments/files/21304702/nuttx-host-info.txt) ### Verification - [x] I have verified before submitting the report. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org