FIX: 'EMV compiling' - Makefiles are very picky about how things are done. its parser is a bit paranoid. So, to make things easier and more correct.
- armsrc/Makefile when commenting out functionality, move it below the comment otherwise APPS_CFLAG breaks to early. See WITH_LCD - common/Makefile.common enable / disable EMV, uncomment two lines. then make clean && make all. flash, MIGHT NOT work on 256kb devices FIX: missing break in appmain.c made it go to iclass function..
This commit is contained in:
@@ -7,7 +7,7 @@ include ../common/Makefile.common
|
||||
|
||||
CC = gcc
|
||||
CXX = g++
|
||||
COMMON_FLAGS = -std=c99 -O3 -mpopcnt -march=native -g
|
||||
COMMON_FLAGS += -std=c99 -O3 -mpopcnt -march=native -g
|
||||
|
||||
#VPATH = ../common ../zlib
|
||||
OBJDIR = obj
|
||||
|
||||
Reference in New Issue
Block a user