Hi EdwinHz,
Thanks for your reply, I also compiled my existing workspace on MCUXpresso to the latest version (v11.10.0) . Still, the same problem occurs as a "Description Resource Path Location Type expected ')' before 'PRIu64' " and I have commented this sprintf(Upldeventpkt->eventData.DMSpayloadCpy, "%"PRIu64"", Get()); after that, I got error of "Description Resource Path Location Type cannot find @D:Projectstcu_eth_gittcu4g_ethernetATCU_WorkspaceATCUDebug_APPATCU_linker.args: No such file or directory ATCU C/C++ Problem ". Due to the latest version intermediate .args response files for linker/archiver are not generated.
In the latest version (v11.10.0) it fixed the issue When using absolute paths for artifact names, intermediate .args response files for linker/archiver are not generated.
So that why I am using MCUXpresso version (v11.9.0) and it will compile my workspace when comment sprintf(Upldeventpkt->eventData.DMSpayloadCpy, "%"PRIu64"", Get());
Any specific reason i got below error when upgrading my existing MCUXpresso (v11.4.0) to MCUXpresso (v11.9.0).
error: "Description Resource Path Location Type expected ')' before 'PRIu64'"