![]() | Thread | ![]() |
Introduction
no help | Installation for Windows XP by anonymous - 21 Aug 2009, 9:28 CEST Hi, by Juergen Thies - 21 Aug 2009, 9:56 CEST If qmake terminates without any message, everything is ok and a 'Makefile' was created in that folder. You will get only a message, if there is any problem. Please see also the qmake documentation: http://doc.trolltech.com/4.5/qmake-manual.html by anonymous - 21 Aug 2009, 10:26 CEST qmake ran without an error, but after runnig make, I got an error "mingw32-make: *** [sub-src-make_default] Error 2", and no file was written in the \\bin folder. What is going wrong? by Juergen Thies - 21 Aug 2009, 10:31 CEST There must be a message before. If this message appears during the linking, the bin folder can be write protected or the disk is full. by anonymous - 21 Aug 2009, 11:04 CEST There are some error messages while runnig make: by Juergen Thies - 21 Aug 2009, 11:17 CEST Even before "FT_library does not name a type" there should be a message like this "include file not found 'ft2build.h'" by anonymous - 21 Aug 2009, 12:30 CEST I now got rid of the errors concernung ft2build.h. by simply copying the freetype header files in the mingw32 include directory. The only errors remaining now are the (new) ones: zlib.h no such file or directory, and the error s_stream_s does not name a type. I tried (as you said) to copy the zlib header files in the directory, but it did not help. by Juergen Thies - 21 Aug 2009, 12:38 CEST Please check the hierarchy of the zlib include file. May be move it from include/zlib/zlib.h to include/zlib.h, etc. The error message say the exact/expected name/location. by anonymous - 21 Aug 2009, 12:59 CEST Now it ran through, but following errors occur: by Juergen Thies - 21 Aug 2009, 13:36 CEST The error is named before that lines. by anonymous - 21 Aug 2009, 13:37 CEST collect2: ld returned 1 exit status, and for the last error: leaving directory ...\\layout\\src by Juergen Thies - 21 Aug 2009, 13:43 CEST ld is the linker. Before that line there should be something like 'undefined reference' or 'library not found'. The reason could be a to old version (freetype1 instead of freetype2) or a missing library file (*.dll or *.lib). by anonymous - 21 Aug 2009, 13:49 CEST it states: cannot find -llibfreetype. I try to find it and copy it in the directory where is is looked for by anonymous - 21 Aug 2009, 14:00 CEST I have no a layout.exe and, after copying alle dlls that are needed (zlib1, mingwm10, freetype6, qtgui4, qtcore4) a message pops up: entry point "?insert@?$QVector@VQPointF@@@@QAEXHABVQPointF@@@Z" in qtcore4.dll not found. by Juergen Thies - 21 Aug 2009, 14:16 CEST It seems that there is a version mixing of qt. During compilation and execution different versions of qt4 was used. The reason could be, that a other installed program used an older version of qt. Copy all qt*.dll next to the layout.exe. These dll will be preferred to all other dll installed in the system. by anonymous - 21 Aug 2009, 14:25 CEST many many thanks! Now it works. Please log in to post! The LayoutEditor™ is a program to design and edit layouts for MEMS/IC fabrication and CMOS IC design .Designing these layouts require a high precision. In IC design a sufficient resolution and a possibility of a high scaling is required. The resolution of the LayoutEditor can be set in a wide range and is normally set to 1 nano meter. A higher resolution makes no sense due to atomar structures. With this resolution the LayoutEditor can draw elements up to 4 meters. In many IC design houses this is enough for IC/MEMS which extend usually less than 0.1 meters.
The productions of MEMS/IC is done in many layers. For each of these physical CAD layers a belonging layer had to exist in the drawing. Additional logical layers are required for describing/naming purpose. So a lot of layers are needed. By default the LayoutEditor is limited to 128 layers. But it can easily be adjusted, if more layers are required.
IC Designs often contain a plenty of repeating structures. Essential for micro fabrication of these designs is therefor a hierarchical design. This means, that the complete repeating structure only exists once in a single cell. These cell is then referred multiple times in the main drawing. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
|
© 2009-2010 juspertor UG (haftungsbeschränkt), © 2004-2009 Jürgen Thies