.HEX file is not updated after "Built"

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

cross mob
joro_3599506
Level 1
Level 1

Hi All !

After I run "Build", the .HEX file is not updated . Only "Clean and Build" updates the .HEX file.

I'm working on PSoC creator 4.3.

It may be related to changing my working library.

Thanks,

Josh

0 Likes
1 Solution
Len_CONSULTRON
Level 9
Level 9
Beta tester 500 solutions authored 1000 replies posted

Josh,

PSoC Creator like most modern IDEs will perform an 'incremental' build.   It will recompile if any of the source material has changed.

I don't know your specific case, but if a .c, .h or the TopDesign file has not changed, it probably would recompile to create a new .hex.

Len

Len
"Engineering is an Art. The Art of Compromise."

View solution in original post

0 Likes
2 Replies
Rolf_Nooteboom
Level 5
Level 5
10 sign-ins 5 solutions authored First solution authored

Are you using an extenal drive or mounted drive? I noted some problems with having a project on a non-fat32 drive as well.

0 Likes
Len_CONSULTRON
Level 9
Level 9
Beta tester 500 solutions authored 1000 replies posted

Josh,

PSoC Creator like most modern IDEs will perform an 'incremental' build.   It will recompile if any of the source material has changed.

I don't know your specific case, but if a .c, .h or the TopDesign file has not changed, it probably would recompile to create a new .hex.

Len

Len
"Engineering is an Art. The Art of Compromise."
0 Likes