Search found 1 match
- Tue May 06, 2025 7:48 am
- Forum: General Discussion
- Topic: Methods for creating a qf binary
- Replies: 2
- Views: 38339
Re: Methods for creating a qf binary
Possible issues to check: Is the correct GCC_PATH set in Makefile.inc or environment variable? Are dependencies like make, python, and dfu-util installed? Are you in the right directory when running make? It needs to be inside an app directory. You don’t compile at the root of the repo; you compile ...