Mike.
Mike.
Related changes have been merged into other patches
I will update this patch until https://github.com/apache/nuttx/pull/14472 is merged
> @W-M-R why don't we just add is by default instead of depending on Kconfig? Every user needs it and we can use it in the CI to warn about...
> > @W-M-R maybe you can just ignore if for boards that doesn't support it. Since it is something that doesn't increase the final binary and it is very useful...
> LD: nuttx > Memory region Used Size Region Size %age Used > flash: 284272 B 512 KB 54.22% > sram1: 13296 B 2 MB 0.63% > sram2: 0 GB...
> @W-M-R I think we don't even need a config for it, just keep is something expected at the end of the build process, like others RTOSes do OK
> @W-M-R I think you need to ignore the parameter for SIM board/arch: > > ``` > aarch64-none-elf-g++: error: unrecognized command-line option '--print-memory-usage' > ninja: build stopped: subcommand failed. >...
> This may be cmake cannot be used, because the cmake connector is gcc or g++.I removed them from cmake ok, that's right, thanks brother chao.
thank you
Could you provide me with a .config file and the modified configuration so I can reproduce the problem locally and troubleshoot it? @mvastola