embedPy icon indicating copy to clipboard operation
embedPy copied to clipboard

Update Makefile for filtering on arm, README includes for potential symlink on arm 32-bit

Open cmccarthy1 opened this issue 4 years ago • 0 comments

  • Implementation of filter-out for arm builds of embedPy on certain compilers resulted in the error
    makefile:11: *** Recursive variable 'CFLAGS' references itself (eventually).  Stop.
    
    This is fixed by moving from assignment update += 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.

cmccarthy1 avatar May 30 '20 15:05 cmccarthy1