convert_cgs_to_hex failed

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

I was using the SDK make target examples to build and download the app to the tag3,while some examples cannot convert to hex. I didn't modify the source code,By the way,when I use the cgs.exe command to convert,it done.what's wrong with the SDK? it says that

Makefile:148: recipe for target 'convert_cgs_to_hex' failed

make: *** [convert_cgs_to_hex] Error 255

0 Likes
1 Solution
Anonymous
Not applicable

Found the problem,I change the flash as the NVRAM,it seems that I need to add command PLATFORM_NV=SFLASH while build.Is that necessary?

View solution in original post

0 Likes
2 Replies
Anonymous
Not applicable

Found the problem,I change the flash as the NVRAM,it seems that I need to add command PLATFORM_NV=SFLASH while build.Is that necessary?

0 Likes

Yes, you are right. The default storage without specifying is eeprom. For sflash, one must specify it explicitly.

0 Likes