Post Build not Executed if 'Enable Parallel Build' set

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

Post Build not Executed if 'Enable Parallel Build' set

576 Views
Keith4DSmith
Contributor V

Using 10.2.1 of MCUxpresso, if the 'Enable Parallel Build' setting in C/C++ Build/Behavior tab is set, the post-build step in C/C++ Build/Settings does not execute.

Is this an Eclipse issue or an MCUxpresso issue?

Tags (1)
0 Kudos
1 Reply

470 Views
lpcxpresso_supp
NXP Employee
NXP Employee

Seems to be working here.  By default the post-build step will typically be used by all projects to run "arm-none-eabi-size" on the the generated image.

One problem could be if you have edited the post-build steps and left a # character at the start of the "wrong line".  See section 18.13, "Post-build (and Pre-build) steps" of the MCUXpresso IDE v10.2 User Guide for more details.

If you are still having problems can you please provide more details of your project, its target MCU, and its configuration?

Regards,

MCUXpresso IDE Support

0 Kudos