**** Clean-only build of configuration XDK Default for project SendDataOverMQTT ****
mingw32-make -j 2 clean
C:\XDK-Workbench\XDK\make\mingw32-make.exe -C C:\XDK-Workbench\XDK\SDK/xdk110/Common -f application.mk clean
old_bootloader
mingw32-make[1]: Entering directory 'C:/XDK-Workbench/XDK/SDK/xdk110/Common'
mingw32-make[1]: Leaving directory 'C:/XDK-Workbench/XDK/SDK/xdk110/Common'
application.mk:432: *** mixed implicit and normal rules. Stop.
Makefile:56: recipe for target 'clean' failed
mingw32-make: *** [clean] Error 2
"mingw32-make -j 2 clean" terminated with exit code 2. Build might be incomplete.
I'm new to creating a makefile, so can anyone explain how to resolve this issue.
Hello ruthvik,
did you touch/modify a Makefile in the project? Error 2 is usually an issue with some whitespaces and formatting. Makefiles are very sensible to modifications.
Best regards,
Francisco
Thank you for explaining but now, I recieved a new error
AppControllerFire : MQTT connection to the broker failed
INFO | XDK DEVICE 1: Error in WLAN package.
INFO | XDK DEVICE 1: Package ID: 10
INFO | XDK DEVICE 1: Module ID: 3
INFO | XDK DEVICE 1: Severity code: 2
INFO | XDK DEVICE 1: Error code: 1
My MQTT broker is working fine when I tested it with mita application, but for SendOverMQTT it is showing the above error. I even updated the wifi firmware, still no change. Can you help me?