Hi Sir,
I follow the MCUXpresso IDE command user guide.pdf.
Would you help us to check what is the issue about this error?
cmd as below :(command line build code error)
mcuxpressoide.exe -application com.nxp.mcuxpresso.headless.application -run example.build C:/Projects/frdmkw38_beacon_freertos/example_build.properties -data C:/Projects/tmp -consoleLog -noExit
propreties as below:
Hi,
Please, try moving the SDK (zip or folder) to an empty folder. After that, test command line modifying the following lines in your property file (sdk.name will depend on your SDK version):
Comment/remove this line:
example.xml = C:/Projects/frdmkw38_beacon_freertos/DebugMKW38A512xxx4.xml
sdk.name = SDK_2_6_15_FRDM-KW38
board.id = frdmkw38
Please let me know your results.
Regards,
Eduardo.
Hello @StephenYeh
Hope you are doing well.
Could you please share the log file? Log should be located inside workspace/.metadata folder as a text file (or more than one file):
Also, could you please share your property file (example_build.properties)? This information would be very helpful.
Please take a look at this site: Building Eclipse and MCUXpresso IDE Projects from the Command Line. Here you can fine an example on how to use headless builds.
Regards,
Eduardo.