Open ho-ho-ho opened 8 years ago
Yeah, I had the same issue
I'm not sure but you may want to append .encode('utf-8') at the end of each dictionary element, i.e. use TARGET = proj_name.encode('utf-8'), instead of TARGET = proj_name, The same thing goes with other elements like MCU, LDMCU, and so on. I'm talking about from 179th line to 188th line of CubeMX2Makefile.py.
I had same issue too. @slee-ensil , that didn't work :(
run 'python2 CubeMX2Makefile.py
I'm using Arch Linux and python 3 is the default python version there it seems:
When running it via python2, it works (also editing the shebang to
#!/usr/bin/env python2
makes it work).