Thread Previous • Date Previous • Date Next • Thread Next |
Le 29/11/2012 16:58, Fabio Varesano a écrit :
Grazie Lorenzo. I see the bug report at https://bugs.launchpad.net/kicad/+bug/1056926 and the hack which adds -O1 to the compile flags of the release version.I'm still seeing the bug since I'm compiling the develop version, which did not add the -O1 flag. This is on gcc 4.7.2 which still has this flaw apparently.Thanks On 11/29/2012 04:11 PM, Lorenzo Marcantonio wrote:On Thu, Nov 29, 2012 at 04:02:45PM +0100, Fabio Varesano wrote:I'm struggling with Filled Zones and Cut Areas.. it doesn't matter how I set them, a cut out zone get always filled by copper.The issue with g++ 4.7 could cause this...
Try to rebuild Kicad makefiles from the scratch. cmake should take in account the gcc version to set the optimization level: -O2 for gcc version until 4.6 -O1 for gcc >= 4.7 -- Jean-Pierre CHARRAS KiCad Developers team. KiCad Developers <kicad-developers@xxxxxxxxxxxxxxxxxxx>
Thread Previous • Date Previous • Date Next • Thread Next |