IRNAS / irnas-east-software

East is a command line meta-tool, useful for creating, managing, and deploying Zephyr or nRF Connect SDK projects.
MIT License
10 stars 1 forks source link

BUG - Codechecker commands don't handle sysbuild commands correctly #109

Open KajbaM opened 1 week ago

KajbaM commented 1 week ago

Describe the bug

Similar to #108, but for codechecker. It is however possible to edit makefile in a way that makes codechecker work (copy codecheckerfile.json after build in suitable subfolder and run subsequent codechecker commands from that subfolder)

Firmware/Software Version

NCS 2.7.0, east 0.22.0

Hardware Version

N/A

To Reproduce

build whatever image for codechecker, try to run codechecker normally and you will receive some files not found errors going on

Additional context

Subfolder where actual firmware gets built now is one subfolder level deeper (build/<project_name>/)