Hello, this is a question about schematic and PCB really.
Just out of interest (I have no real need), I tried importing a random CADSTAR project into the new EAGLE 8.0.0.
I tried this project:
During import (regardless of if I select the .cpa file or the .csa file), I see the following error for schematic:
The result seems to be that each symbol in the schematic has no footprint assigned.
Interestingly, the actual schematic, and the PCB, are both rendered excellently. They appear perfect. But unfortunately unusable since any change in the schematic cannot be updated into the PCB, because there are no footprints for the symbols : (
Is this normal, or a bug with the CADSTAR import? I’ve tried EAGLE import in the past, and it doesn’t have this issue.
If it’s a bug, I’ll go ahead and raise it on GitLab. Many thanks!
Does that mean the PCB has all the footprints on it? If so, you can repair the project from there.
PCB Editor / Export / Footrpints to new Library
Make it a Project Specific Library.
Answer with OK if KiCad asks you to link to this newly created library.
PCB Edtor / Tools / Update Schematic from PCB.
With this second step you can push the updated footprint links back to the schematic. Make sure you know how to handle the Re-link footprints to schematic symbols based on their reference designators option when you do this. (Normallly this option is off, but you may need it depending on the current state of your project.)
KiCad crashes for me too when I attempt to open the schematic, and I added a comment for that on gitlab.
Did another test. Cloned the CC25xx repository and did the Cadstar import, and as a result KiCad crashed too. I added this info to the other issue you created.
Reproducing a bug is often the most important part of a bug report, and this one is easy to reproduce. I expect it to be fixed in a few days, but to get a newer KiCad version in which the bug is fixed may take a bit longer or be more complicated. Options are
Wait about a month until KiCad V8.0.1
Install KiCad-Nigntly. (Has issues with file format).
Build it yourself.
Maybe a “testing” build will become available?