Make Circuitpython 7.0.0 error

CircuitPython on hardware including Adafruit's boards, and CircuitPython libraries using Blinka on host computers.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
feixiang0501
 
Posts: 1
Joined: Thu Aug 05, 2021 2:45 am

Make Circuitpython 7.0.0 error

Post by feixiang0501 »

Hi, experts:
Although I refer to the official Circuitpython build process, I still encounter the following error when making Circuitpython 7.0.0. How can I solve it?

Circuitpython build process: https://learn.adafruit.com/building-cir ... troduction
Ubuntu version:20.04.3
Python version: 3.8.10
arm-linux-gcc:10-2020-q4-major

yandd@yandd-Latitude-7490:~/LeileiDu/circuitpython_7dot0dot0/ports/mimxrt10xx$ make BOARD=imxrt1010_evk V=3
GEN build-imxrt1010_evk/genhdr/mpversion.h
python3 ../../py/makeversionhdr.py build-imxrt1010_evk/genhdr/mpversion.h
GEN build-imxrt1010_evk/genhdr/qstrdefs.enum.h
python3 ../../py/makeqstrdata.py build-imxrt1010_evk/genhdr/qstrdefs.preprocessed.h > build-imxrt1010_evk/genhdr/qstrdefs.enum.h
ERROR: Empty preprocessor output - check for errors above
make: *** [../../py/py.mk:277: build-imxrt1010_evk/genhdr/qstrdefs.enum.h] Error 1
make: *** Deleting file 'build-imxrt1010_evk/genhdr/qstrdefs.enum.h'

User avatar
tannewt
 
Posts: 3305
Joined: Thu Oct 06, 2016 8:48 pm

Re: Make Circuitpython 7.0.0 error

Post by tannewt »

Please try doing a `make BOARD=imxrt1010_evk clean` and then trying again.

What does your `git status` show? Is everything updated correctly?

Discord is a great place to get build help: https://adafru.it/discord

Locked
Please be positive and constructive with your questions and comments.

Return to “Adafruit CircuitPython”