-
gschem ./configure doesn't notice environment variable $PREFIX. The --prefix option works however.
2009-06-10 06:36:47 UTC in GPL'd Electronic Design Automation
-
I have the same problem. Any optimization level greater than 0 triggers segmentation fault in gcc.
The preprocessed file is at http://vivara.net/tff.i
I preprocessed it on a Linux machine (with recent CVS). Then I tried it on a Windows machine with the precompiled msp430-gcc. Same result.
2008-02-16 06:58:29 UTC in GCC toolchain for MSP430
-
The nightly snapshots stopped appearing after December 31, 2006.
http://sdcc.sourceforge.net/snap.php.
2007-02-14 00:22:23 UTC in Small Device C Compiler
-
The footprint recommended in lib/geda.inc for "Axial
non-polar component (typically resistor or capacitor)"
has a drill size too small for resistors or capacitors.
The drill size is 0.020. I grabbed a random datasheet
for resistors. The lead is 0.021-0.025" diameter for
1/4W size. For 1/8 and 1/6W size the size is
0.017-0.021" diameter, so not even the small 1/8W parts
are guaranteed...
2006-08-15 05:17:18 UTC in Printed Circuit Board Layout Tool
-
The PKG_CONNECTOR macro creates packages for the common
0.100" center headers. These headers are 0.025"
square. The smallest hole they will fit is
sqrt(2)*0.025", or a little over 0.035".
Unfortunately, the PCB library defines the hole size as
0.030". Here is a patch to increase the hole size to
0.040". (patch is untested, please look at it before
applying.)
(An aside: Am I the...
2006-08-15 04:56:51 UTC in Printed Circuit Board Layout Tool
-
Logged In: YES
user_id=11637
Oops, I reported the wrong GTK.
GTK2 version 2.6.10 (rpm gtk2-2.6.10-2.fc4.4)
2006-08-03 20:09:24 UTC in Printed Circuit Board Layout Tool
-
Segmentation fault.
To reproduce:
1) open pcb.
2) place a component (make a nonblank layout)
3) File->Print layout
4) In the print layout dialog, try to edit the
'lprcommand' field.
5) boom!
Here's a backtrace:
Program received signal SIGSEGV, Segmentation fault.
0x000000388306b37a in free () from /lib64/libc.so.6
(gdb) bt
#0 0x000000388306b37a in free () from /lib64/libc.so.6.
2006-08-03 20:05:45 UTC in Printed Circuit Board Layout Tool
-
Hi,
lib/geda.inc several times refers to
"PKG_RADIAL_CAN_POLAR", but this isn't defined
anywhere, causing errors.
"PKG_RADIAL_CAN" is defined in lib/misc.inc. Perhaps
that definition can be copied or extended to produce a
polarized version.
To duplicate, start PCB and try to place the component
RCY100P from pcblib/~geda.
2006-08-02 06:02:40 UTC in Printed Circuit Board Layout Tool
-
Logged In: YES
user_id=11637
Thank you both for helping.
That regression test looks good to me.
Now, when's the bug going to get fixed...
;)
2006-07-24 19:37:19 UTC in Small Device C Compiler
-
Logged In: YES
user_id=11637
I'd like to set up for regression tests and write a test for
this. Is there any documentation for the regression test suite?.
2006-07-24 18:15:57 UTC in Small Device C Compiler