-
1. Re: Ghost Components in PSoC Creator
user_1377889 Sep 8, 2017 7:14 AM (in response to user_247803908)Which version of Creator are you using? Can you please post your complete project so that we all can have a look at all of your settings. To do so, use
Creator->File->Create Workspace Bundle (minimal)
and attach the resulting file.
Bob
-
2. Re: Ghost Components in PSoC Creator
user_247803908 Sep 8, 2017 12:19 PM (in response to user_1377889)Too late... I fixed it by grabbing last night's project file from my GIT repo. Guess that's my work-around if happens another time. This was the second time I ran into this. First time, there was a non-existent wire generating build errors. In that case, I wasted an hour re-drawing the schematic.
So that's a clue -- those components deleted from the schematic were still hidden somewhere in the project, but inaccessible to me. They ought to be deleted when I remove the component. Sure sounds like a bug to me. -
3. Re: Ghost Components in PSoC Creator
michael_1534646 Sep 10, 2017 7:38 AM (in response to user_247803908)I have the same problem with my projects on PSoC Creator 4.1.
There is some kind of bug in the software. These errors are not really errors, because the project compiles normally (when you look at the Output tab, you see that the compilation finishes without errors). The way to make them disappear is to close the Creator and open it again.
This is very annoying.
-
4. Re: Ghost Components in PSoC Creator
user_247803908 Sep 10, 2017 6:40 PM (in response to michael_1534646)Actually, the version of the error I have seen didn't disappear after resetting either Creator or rebooting Windows. It also wouldn't actually matter if the code compiled or not -- I can't trust the compiler to do the right thing if it's producing errors, and it's against the policies I set for our hardware group to do any kind of release with errors of any kind.
However, restoring one's original project file did remove the error. So I'm pushing stuff to GIT pretty regularly when working in the schematic editor, just in case it shows up again.
-
5. Re: Ghost Components in PSoC Creator
AnkitaS_51 Sep 18, 2017 10:41 PM (in response to user_247803908)Hello,
Can you please provide steps to reproduce this issue on a Windows system.
The workaround for this issue is closing and reopening the Creator.
-
6. Re: Ghost Components in PSoC Creator
user_63504585 Nov 16, 2017 7:01 AM (in response to user_247803908)I've had this problem with a pin component, and restarting Creator solved it. I've also had the problem with a custom component, and I had to restore an old project version because nothing else would make the errors go away.
-
7. Re: Ghost Components in PSoC Creator
user_342122993 Nov 16, 2017 8:24 PM (in response to user_63504585)Try to close Creator, and delete the fitter file in project root directory "Your Project Name.cyfit ". Works for me.
odissey1