Compilation error after upgrading to PSoC Creator 4.4 from 3.3

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

cross mob
AnkitaP
Level 1
Level 1
10 sign-ins 5 replies posted 5 questions asked

Hi team,

 

We upgraded our PSoC Creator from 3.3 to version 4.4. We manually performed "Project-> Update components" for each PSoC we use and it was working fine in our local PSoC Creator and building successfully and everything.
However, when compiling through our build machine (through command line), we get errors like the below

1. ADD: sdb.M0052: error: Unable to find component "cy_boot_v6_10"
2. ADD: sdb.M0033: error: The instance 'EZI2C', of component SCB_P4_v3_10, contains an error. Unable to locate and customize component 'SCB_P4_v3_10' used in schematic
3. error: fit.m0050: the fitter aborted due to errors, please address all errors and rebuild.

How do we resolve these errors?

Some more error information - 

Project 1 of 2: Initializing Build...

cydsfit.exe -.appdatapath "C:\Windows\system32\config\systemprofile\AppData\Local\Cypress Semiconductor\PSoC Creator\4.4" -.fdsnotice -.fdswarpdepfile=warp_dependencies.txt -.fdselabdepfile=elab_dependencies.txt -.fdsbldfile=generated_files.txt -.fdsreffile=referenced_files.txt -p C:\NightlyBuild\Repos\Source\Horn\Horn_Bootloader.cydsn\Horn_Bootloader.cyprj -d CY8C5888LTI-LP097 -s C:\NightlyBuild\Repos\Source\Horn\Horn_Bootloader.cydsn\Generated_Source\PSoC5 -- -yv2 -q10 -ygs -o2 -v3 -.fftcfgtype=LE

Elaborating Design...

ADD: sdb.M0052: error: Unable to find component "cy_boot_v6_10".

ADD: sdb.M0052: error: Unable to find component "cy_boot_v6_10".

Thanks in advance.

0 Likes
2 Replies
Rakshith
Moderator
Moderator
Moderator
250 likes received 1000 replies posted 750 replies posted

Hi @AnkitaP

Can you please let me know if the CLI build is still functional in the PSoC Creator 3.3 project using PSoC Creator 3.3? Also, would it be possible for you to share the script that you use?

Thanks and Regards,
Rakshith M B
0 Likes

Yeah CLI build has been working till yesterday when we were building with version 3.3. The error is specific for new components not able to be found. 
And we are using cyprjmgr.exe in the script. 
Something like the below - 

cyprjmgr.exe -wrk project/*.cywrk) -clean &&
cyprjmgr.exe -wrk project/*.cywrk) -build &&

0 Likes