| Well, after the last post I thought I would give the Eagle to gEDA converter a try. At first I thought about reverse engineering the Eagle format and then output the result. This would have the advantage that you wouldn’t need to run Eagle to do this. I decided that this would be too much work and was about to give up, but then I remembered that Eagle has quite a good scripting language called ULP. About 2 hours later I have this script which converts “symbols” in an Eagle library to a gEDA symbol. As this seems so easy I may continue and see if I can make a converter for a complete Schematic and PCB. I’ve attached a picture of a symbol in both gschem and Eagle at the same time.Hope other people find this useful too. | ![]() |
- Currently in User ID incorrect. Make sure you entered it correctly.
-
Home
-
- RT @SadLarryPage: Why are we connecting computers with such tiny pipes? We need big pipes. A world with computer pipe autobahns. That would… 3 days ago
- Sleeping in a Buddhist temple tonight. Hope the monks don’t mind! 5 days ago
- RT @catallman: And we’re live! Student applications are now being accepted for #GSOC google-melange.com/gsoc/events/go… 18 days ago
Categories
-
RSS
Tags
$LANG apple browser cookie jar cookies css curl dvd dvd-video encoding epiphany firefox foss Games gnome Google GooglePlus gsoc lca2008 lca2009 mac matshita miniconf moving mtv newbie problems Python regionset sony sqlite Sydney sys.stdout talking techtalk thousand parsec tshirts twitter Ubuntu ui utf-8 utf8 vaio videos webOther Cool People
Thousand Parsec
Meta












Hi Mithro,
I was very impressed to see your eagle2geda converter. I can’t get it to work though, I get the error that the symbol “S” is not found. Is this because I am running the script in the wrong window?
A
There is a typo in the version that is uploaded it should be “P.name” not “S.name”.
I have however mostly abandoned this converter. I don’t have time to work on it and have used neither eagle or gEDA is over a year. Feel free to do what you want with it.