Hello,
I've been trying to compile the BOSSA bootloader software and have not been able to resolve an issue with the wx Widget install.
- I have a windows 10 machine
- I downloaded a port of BOSSA from here: GitHub - mattairtech/BOSSA: BOSSA is a flash programming utility for Atmel's SAM family of flash-based ARM microcontrollers. The motivation behind BOSSA is to create a simple, easy-to-use, open source utility to replace Atmel's SAM-BA software. BOSSA is an acronym for Basic Open Source SAM-BA Application to reflect that goal.
- I installed wxWidget (Pre-built Libraries) from Getting Started with wxWidgets - WxWiki
Then, I 'git clone' the repository but when I 'make' it give me this error:
PS C:\BOSSA\BOSSA-master> make
'uname' is not recognized as an internal or external command,
operable program or batch file.
process_begin: CreateProcess(NULL, wx-config --cxxflags --version=3.0, ...) failed.
make: Makefile:198: pipe: Bad file descriptor
process_begin: CreateProcess(NULL, wx-config --libs --version=3.0, ...) failed.
make: Makefile:215: pipe: Bad file descriptor
fatal: Not a git repository (or any of the parent directories): .git
CPP BOSSA src/BossaForm.cpp
In file included from src/BossaForm.cpp:8:
src/BossaForm.h:11:10: fatal error: wx/artprov.h: No such file or directory
#include <wx/artprov.h>
^~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:260: obj/BossaForm.o] Error 1
PS C:\BOSSA\BOSSA-master>
I have tried other forks, but the error is (almost) the same "src/BossaForm.h:11:10: fatal error: wx/artprov.h: No such file or directory", sometimes the error changes to the file wx/bitmap.h.
I believe that I have not installed properly wx or the enviromental variables are not properly set, but I have no idea how to resolve it.
I would appreciate if anyone can throw me a life line into resolving this issue.
Thanks in advance,
Mauricio