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
Hello, I wish to compile this source for ESP32-CAM module.
There is a compilation problem with below ports of ESP32
make BARD=GENERIC_SIPRAM
make BARD=GENERIC
There is no compilation problem for
make BARD=GENERIC_S3
command-line>: note: this is the location of the previous definition
Traceback (most recent call last):
File "/home/engin/esp32s3_openmv_lvgl/submodule/micropython/py/makeqstrdefs.py", line 188, in <module>
preprocess()
File "/home/engin/esp32s3_openmv_lvgl/submodule/micropython/py/makeqstrdefs.py", line 62, in preprocess
for output in p.imap(pp(flags), chunks):
File "/usr/lib/python3.10/multiprocessing/pool.py", line 870, in next
raise value
File "/usr/lib/python3.10/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
File "/home/engin/esp32s3_openmv_lvgl/submodule/micropython/py/makeqstrdefs.py", line 46, in run
return subprocess.check_output(args.pp + flags + files)
File "/usr/lib/python3.10/subprocess.py", line 420, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/usr/lib/python3.10/subprocess.py", line 524, in run
raise CalledProcessError(retcode, process.args,
The text was updated successfully, but these errors were encountered:
Hello, I wish to compile this source for ESP32-CAM module.
There is a compilation problem with below ports of ESP32
make BARD=GENERIC_SIPRAM
make BARD=GENERIC
There is no compilation problem for
make BARD=GENERIC_S3
The text was updated successfully, but these errors were encountered: