Post Build Steps output not showing in CDT Build Console

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Post Build Steps output not showing in CDT Build Console

446 Views
deniscollis
Contributor V

Here is a transcript from MCUXPresso's CDT Build Console :

Performing post-build steps
arm-none-eabi-objcopy -v -I ihex -O binary "X.hex" "X.bin" ; OtaUpdatePackageCreator -p "..\UpdatePackageConfig.txt"
copy from `X.hex' [ihex] to `X.bin' [binary]
OtaUpdatePackageCreator -p ..\UpdatePackageConfig.txt


Stdout from objcopy is echoed in the build console.

Stdout from OtaUpdatePackageCreator is not.

However, console output is indeed produced when the latter is run in a Windows cmd shell 

C:\bldUtils\>OtaUpdatePackageCreator -p UpdatePackageConfig.txt
Ver: 11
In: X.bin, capk.bin
Out: updPkgV11.bin
C:\bldUtils\>

 
Any insights why this is?

0 Kudos
Reply
1 Reply

401 Views
mayliu1
NXP Employee
NXP Employee

Hi @deniscollis ,

 

Thank you so much for your interest in our products and for using our community.

Could you tell me  which version of MCUXPresso you are using. And a more detailed description of the problem.

Also, I checked the user guide about your problem ,  and I think the MCUXpresso_IDE_xx.xx_Command_Line_User_Guide might be helpful.

mayliu1_1-1746758715077.png

Wish it helps you.
If you still have question about it, please kindly let me know.

Wish you a nice day!

Best Regards
MayLiu

0 Kudos
Reply