#New error but I ll start a thread to

1 messages · Page 1 of 1 (latest)

gray light
#

yes

barren oyster
#

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

barren oyster
#

So I just tested and I'm able to build the Arduino Zero, just not the CircuitPlayground Express for what it's worth

gray light
#

That kind of error above is sometimes due to hidden missing requirements. did you do pip3 install -r requirements-dev.txt yet?

barren oyster
#

Yeah but let me run it again

#

Yeah nothing. Still can't build CPX

gray light
#

try make V=1 or V=2 to get more information about what happens just before the failure

#

did you do a make clean before that, by the way?

barren oyster
#

Oh, no

#

I don't know much about make files (that's what this is right?)

#

Oh things are happening looks like it's working!