RePhone / Xadow on Mac

Hi,

I would like to give feedback on compiling the CodeLite_for_RePhone in GNU/Linux.

Projects blink, button and lua compiles and executes OK on the module, but project_js fails with this message:

arm-none-eabi-gcc -mcpu=arm7tdmi-s -mthumb -mlittle-endian -c -fvisibility=hidden -fpic -O2 -DNO_BSD_SOCKETS -D__HDK_LINKIT_ASSIST_2502__ -D__COMPILER_GCC__ -std=gnu99 -I. -I. -I…/include -I…/common -o main.o main.c
main.c:13:16: fatal error: v7.h: No such file or directory
#include “v7.h”
^
compilation terminated.
make: *** [main.o] Error 1

It’s a minor problem. It seems that the code of the V7 engine is incomplete. It is easy to take the code from JS RePhone project (github.com/Seeed-Studio/JavaScr … master/src) and copy here as a workaround.

Thank you very much for the developers to make this available to non-windows users.

Regards,
Roberto.