Removing these lines let me to build the sim with cd sim/ ; make It runs as well, but, I can not turn on the device when I click with the left mouse button in the middle of the little screen (the "ANELOK" text never appears).
--- fw/Makefile | 1 - sim/Makefile | 1 - 2 files changed, 2 deletions(-) diff --git a/fw/Makefile b/fw/Makefile index 14216df..648ef0a 100755 --- a/fw/Makefile +++ b/fw/Makefile @@ -132,7 +132,6 @@ vpath %.c $(BOARD_DIR) $(SUBDIRS) # Include Makefile.c-common after setting CC, etc. -include ../common/Makefile.c-common # ----------------------------------------------------------------------------- diff --git a/sim/Makefile b/sim/Makefile index 0ba6bc7..7760873 100644 --- a/sim/Makefile +++ b/sim/Makefile @@ -10,7 +10,6 @@ # (at your option) any later version. # -include ../common/Makefile.c-common CFLAGS = -g -Wall -I../fw -I../fw/disp -I../fw/base -I../fw/ui \ -- 2.1.0 _______________________________________________ Qi Hardware Discussion List Mail to list (members only): [email protected] Subscribe or Unsubscribe: http://lists.en.qi-hardware.com/mailman/listinfo/discussion

