Closed LuisThe0ne closed 1 year ago
The error indicates an issue when installing a python package: error: option --pure not recognized
Try installing the dulwich
package first without that option, before running platformio run
:
python3 -m pip install dulwich
platformio run
Now it spits out the same error a few times
In file included from lib/freetype/include/freetype/config/ftconfig.h:42,
from lib/freetype/include/freetype/internal/ftdebug.h:29,
from lib/freetype/src/base/ftadvanc.c:19,
from lib/freetype/src/base/ftbase.c:21:
lib/freetype/devel/ftstdlib.h:37:10: fatal error: lv_fs_if.h: No such file or directory
I think it's best to use the latest dev version instead: https://gitpod.io/#https://github.com/HASwitchPlate/openHASP/tree/master
Yeah, i thought about that too but is it stable / ready to use? Or do you know when the next release is published, maybe I will wait.
Both are quite stable, but there will sure be bugs. The limited time I can spend seems better suited towards the next release instead of troubleshooting older builds and packages...
That sounds logical. Nevertheless Thanks, the firmware works really good.
I just cant compile this Master version.
Verbose mode can be enabled via -v, --verbose
option
NotGitRepository: No git repository was found at .:
File "/root/.platformio/penv/lib64/python3.9/site-packages/platformio/builder/main.py", line 167:
env.SConscript(env.GetExtraScripts("pre"), exports="env")
File "/root/.platformio/packages/tool-scons/scons-local-4.5.2/SCons/Script/SConscript.py", line 598:
return _SConscript(self.fs, *files, **subst_kw)
File "/root/.platformio/packages/tool-scons/scons-local-4.5.2/SCons/Script/SConscript.py", line 285:
exec(compile(scriptdata, scriptname, 'exec'), call_stack[-1].globals)
File "/tmp/openHASP-master/openHASP-master/tools/auto_firmware_version.py", line 35:
BUILD_FLAGS=[get_firmware_commit_hash(),get_flash_size()]
File "/tmp/openHASP-master/openHASP-master/tools/auto_firmware_version.py", line 22:
r = Repo('.')
File "/root/.platformio/penv/lib64/python3.9/site-packages/dulwich/repo.py", line 1141:
raise NotGitRepository(
========================================== [FAILED] Took 0.94 seconds ==========================================`
Perform all steps below and tick them with [x]
Describe the bug
When i try to build 0.6.3 using Gitpod(https://gitpod.io#https://github.com/HASwitchPlate/openHASP/tree/0.6.3) I get the following Error:
To Reproduce
Try to compile the Firmware for the following override file:
Expected behavior
The firmware compiling flawless like 0.6.2 did.
Screenshots or video