PSoC Creator parallel build

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

cross mob
JaSi_1632926
Level 4
Level 4
Welcome! 25 replies posted 10 replies posted

Hello,

Building with PSoC Creator is painfully slow. I have disabled Windows Defender and such (no other antivirus stuff going on). When observing the Windows Task Manager during building, I can see that PSoC Creator seems to utilize only one core. Sure, the hardware mapping stuff is probably a NP-complete problem, but building with GCC is a standard thing to do in parallel (make -jX anyone?).

How can I make PSoC Creator to at least compile in parallel?

I'm using PSoC Creator 4.2 on Windows 7.

Thanks, Jacob

0 Likes
2 Replies
HeLi_263931
Level 8
Level 8
100 solutions authored 50 solutions authored 25 solutions authored

You can add own flags in the build configuration. But I doubt that you can do that for make, I think its only for gcc. When running from Creator AFAIK its not based on make.

0 Likes

Yeah, I tried adding flags for the compiler but that didn't work. It needs to be added on a higher level somehow.

0 Likes