| 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. | ![]() |
Home
-
- RT @nextdayvideo: We support open hardware for video recording. See the @numatolab Opsis board developed by @TimVideosUs youtu.be/O39wuCC7hNs 11 years ago
- Announcing the @numatolab Opsis Champion program. Be the first to get an Opsis board! –crowdsupply.com/numato-lab/ops… @crowd_supply 11 years ago
- RT @XilinxInc: $349, Open-Source, FPGA-based Video Dev Platform fully funded. Get yours! bit.ly/1gL9GdN http://t.co/7SZNBcpp7P 11 years ago
Categories
RSS
Tags
$LANG Games Google Python Sydney Ubuntu acpi apple browser code cookie jar cookies cross compile cross compiling css curl cygwin dvd dvd-video encoding epiphany firefly firefox foss freedom gaming gnome gsoc hal hot plug intrepid kernel ksplice late lca09 lca10 lca2008 lca2009 lca2010 lguest linux linux.conf.au linux.conf.au mac matshita mentors summit mingw32 miniconf moving mtv new zealand newbie olpc osdc ovpc paper power problems raptors regionset resume scifi scripts snippet sony sqlite starhunter suspend sys.stdout talking techtalk thousand parsec tpserver-cpp tshirts twitter ui utf-8 utf8 vaio velociraptor videos web windows worldforge xkcd youtubeOther Cool People








{ 2 } Comments
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.