Hello guys!
Im trying to run the "Runner" application that comes with Bitcloud Profile Suite 1.10. This application shows the usage of the ZigBee Serial Interface library (ZAppSI)running on a PC and on a embedded system (RF231USBRD wireless board). Im working with Smart Energy Profile
My problem is that I can not compile the project to PC using "make" command like is said in BitCloud Profile Suite Quick Start Guide.
Im using GNU make.
After configuring properly "configuration.h" and running make clean sucssefully, trying to run "make all" the windows command prompt shows me this:
C:\BITCLOUD\BitCloud_PS_SAM3S_EK_1_10_0\BitCloud_PS_SAM3S_EK_1_10_0\Applications\ZAppSi\Demo\SEDevice>make all make -C makefiles/PC -f Makefile_PC_Gcc all APP_NAME=DemoSE make[1]: Entering directory 'C:/BITCLOUD/BitCloud_PS_SAM3S_EK_1_10_0/BitCloud_PS_SAM3S_EK_1_10_0/Applications/ZAppSi/Demo/SEDevice/makefiles/PC' A sintaxe do comando está incorrecta. make[1]: *** [directories] Error 1 make[1]: Leaving directory 'C:/BITCLOUD/BitCloud_PS_SAM3S_EK_1_10_0/BitCloud_PS_SAM3S_EK_1_10_0/Applications/ZAppSi/Demo/SEDevice/makefiles/PC' make: *** [all] Error 2
the below line means "The syntax of the command is incorrect"
A sintaxe do comando está incorrecta.
Anyone who had compiled it successfully?
PS: Im ataching the 2 makefiles used in this example in a .zip file.