embedPy
embedPy copied to clipboard
Update Makefile for filtering on arm, README includes for potential symlink on arm 32-bit
- Implementation of filter-out for arm builds of embedPy on certain compilers resulted in the error
This is fixed by moving from assignment updatemakefile:11: *** Recursive variable 'CFLAGS' references itself (eventually). Stop.
+=
to:=
which is an immediate update rather than a delayed expansion (hence eventual) - README.md now includes information on the potential need to symlink to the location of your python install on arm.