#New error but I ll start a thread to
1 messages · Page 1 of 1 (latest)
So I'm able to build mpy-cross but get an error when trying to build the CircuitPlayground Express which the new toolchain
GEN build-circuitplayground_express/genhdr/mpversion.h
python3 ../../py/makeversionhdr.py build-circuitplayground_express/genhdr/mpversion.h
GEN build-circuitplayground_express/genhdr/qstrdefs.enum.h
python3 ../../py/makeqstrdata.py build-circuitplayground_express/genhdr/qstrdefs.preprocessed.h > build-circuitplayground_express/genhdr/qstrdefs.enum.h
ERROR: Empty preprocessor output - check for errors above
make: *** [../../py/py.mk:269: build-circuitplayground_express/genhdr/qstrdefs.enum.h] Error 1
make: *** Deleting file 'build-circuitplayground_express/genhdr/qstrdefs.enum.h'
I found an issue on GitHub for a similar issue saying that the person was missing the aarch64 toolchain
So I just tested and I'm able to build the Arduino Zero, just not the CircuitPlayground Express for what it's worth
you only need the aarch64 toolchain for the broadcom port
That kind of error above is sometimes due to hidden missing requirements. did you do pip3 install -r requirements-dev.txt yet?