You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started a CI build for Windows (which does not seem to be using virtualenv, see windows.yml) and it seems to work. I am not familiar enough with Python on Windows, but it does seems like the file association for .py is not working and the python interpreter is not invoked.
You could also edit records/tools/gcc_arm.yaml to replace the .py extensions with .bat.
The limitations of pre_build_script / post_build_script in project_generator. A related issue is project-generator/project_generator#477 because we can't for instance define pre_build_script to be python %rootdir%/tools/pre_build_script.py.
You build it with "python tools/progen_compile.py..." by github action, and used cmake, it seems work. the issue occurs with step defined in Section 3.2.
The issue seems, make command does not execute python script by shebang directive on windows side, see below screenshot. If I execute it with "shell python XXX.py" the prebuild works, but post build fail in another sub-script...
On windows side prebuild and post build python script does not able to executed by make. See below.
The build succeeded, related binaries are generated but python scripts are not executed.
The text was updated successfully, but these errors were encountered: