I'm using IAR 7.60 to compile ZNP on ZStack 2.4.0 and I get an error when attempting to build the TestHex or ProdHex configurations. (Debug worked fine)
Windows cannot find 'znp.js'. Make sure you typed the name correctly, and then try again. To search for a file, click the Start button, and then click Search.
I have not changed any of these files.
In the directory ZStack-CC2530-2_4_0\Projects\zstack\ZNP\CC253x\tools there exists znp.js and znp.bat. The post-build compile option in IAR is:
"$PROJ_DIR$\tools\znp.bat" "$PROJ_DIR$\tools" "CC2530-TestHex"
What do I do? Also, how do I know if the batch file (and js file) ran correctly?
Thanks,
Derek