Eagle project fails to import

Hi folks - I’m taking over a project from someone and he sent me his Eagle files. Other files he sent me have imported to KiCad ok, but these keep failing. I go to file, import project, and then choose either the .brd or the .sch. First I get this:

image

Then I get this:

image

…can anyone help me troubleshoot?

Kicad can only import from XML structured eagle-file versions.

Sounds like what you have there is a binary eagle file.

Just open it with any text editor to check it out.

The fix for that is to open it in a newer e.g. eagle 7 or so version and save it in the new (XML) format.

2 Likes

Thanks much that worked - now to study it and see how the import went…

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.