Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile problem #1

Open
e135193 opened this issue Aug 6, 2022 · 0 comments
Open

Compile problem #1

e135193 opened this issue Aug 6, 2022 · 0 comments

Comments

@e135193
Copy link

e135193 commented Aug 6, 2022

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,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant