Prosíme přihlašte se nebo zaregistrujte.

Přihlašte se svým uživatelským jménem a heslem.
Vaše pomoc je stále potřeba!

Autor Téma: instalace SPICE simulátoru  (Přečteno 7196 krát)

martindav

  • Návštěvník
  • Příspěvků: 13
instalace SPICE simulátoru
« kdy: 12 Června 2007, 22:16:22 »
nevíte prosím někdo, zda existuje nějaký deb balíček se simulátorem elektrických obvodů SPICE pro amd64?
V adeptu jsem nic nenašel a na internetu jsou jen samé zdrojové texty(nejsem s nimi kamarád).
Pokud vím, tak spice by měl být svobodný soft(?)

Jakub Lucký

  • Závislák
  • ***
  • Příspěvků: 3433
    • Jakub Lucký
instalace SPICE simulátoru
« Odpověď #1 kdy: 12 Června 2007, 22:55:42 »
Pokud je to toto
http://en.wikipedia.org/wiki/SPICE
Pak mě Debian i Ubuntu odkazuje na program GNUcap, který je v repozitářích a je se Spice kompatibilní...

Na této stránce jsou zdrojáky, takže přinejhorším kompilace (není to těžké)
http://embedded.eecs.berkeley.edu/pubs/downloads/spice/index.htm

Edit:
Sami odkazují i na tuhle stránku: http://ngspice.sourceforge.net/ ale ta má taky jen zdrojáky
FAQ-Často kladené otázky   Návody(wiki)     
Jakub@Life:~$ Ubuntu změnilo váš život, přejete si změny uložit?(Y/N)?
Děkujeme, že nekrmíte trolly Blogísek  :wq

martindav

  • Návštěvník
  • Příspěvků: 13
instalace SPICE simulátoru
« Odpověď #2 kdy: 13 Června 2007, 12:13:58 »
jakub.lucky: děkuju za rady

GNUcap opravdu je v repozitářích a funguje - bohužel to má asi trochu jiný ovládání tak se v tom budu muset naučit

co se týče varianty s kompilací tak se mi opět nezdařila, vyhodilo to hafu chyb při překladu, teda abych to uvedl na pravou míru nejdříve to nenašlo make v /bin tak jsem ho tam překopíroval z /usr/bin což je dle mě prasárna a pak to začlo pracovat, ale jak říkám samej error ve zdrojáku
...kdybych nebyl takovej amatér

Jakub Lucký

  • Závislák
  • ***
  • Příspěvků: 3433
    • Jakub Lucký
instalace SPICE simulátoru
« Odpověď #3 kdy: 13 Června 2007, 14:59:04 »
Co takhle sem ty hlášky zkopírovat, nejsme jasnovidci...
FAQ-Často kladené otázky   Návody(wiki)     
Jakub@Life:~$ Ubuntu změnilo váš život, přejete si změny uložit?(Y/N)?
Děkujeme, že nekrmíte trolly Blogísek  :wq

martindav

  • Návštěvník
  • Příspěvků: 13
instalace SPICE simulátoru
« Odpověď #4 kdy: 14 Června 2007, 13:24:42 »
postupoval jsem následovně:
stáhnul jsem tento zdroják : http://embedded.eecs.berkeley.edu/pubs/downloads/spice/spice3f5.tar.gz
rozbalil jsem to a zkoušel něco vykoukat z readme
tam je psáno něco, že má spustit util/build system z adresáře kde to mám
za system jsem zkusil dosadit default nebo gcc
nejprve to vyhodilo chybu:

Begin build on martindav for gcc on Čt čen 14 13:19:02 CEST 2007:
Making "all" in spice3f5
/bin/sh: /bin/make: not found
make: [bootstrap] Error 127 (ignored)

tak jsem skopíroval make do /bin z usr/bin nacož to začlo pracovat asi půl minuty a vyhodilo to chyb víc než se vejde na obrazovku, asi to sem nemá cenu dávat celý, tady je výsek

 In file included from /data/data/instal/winspice/spice3f5/src/lib/ni//nidest.c:12:
/data/data/instal/winspice/spice3f5/src/include/spice.h:7:18: error: math.h: No such file or directory
In file included from /data/data/instal/winspice/spice3f5/src/include/spice.h:22,
                 from /data/data/instal/winspice/spice3f5/src/lib/ni//nidest.c:12:
/data/data/instal/winspice/spice3f5/src/include/port.h:71: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘error’
/data/data/instal/winspice/spice3f5/src/lib/ni//nidest.c:13:19: error: stdio.h: No such file or directory
In file included from /data/data/instal/winspice/spice3f5/src/lib/ni//nidest.c:14:
/data/data/instal/winspice/spice3f5/src/include/util.h:21: warning: conflicting types for built-in function ‘malloc’
/data/data/instal/winspice/spice3f5/src/include/util.h:22: warning: conflicting types for built-in function ‘calloc’
In file included from /data/data/instal/winspice/spice3f5/src/include/cktdefs.h:11,
                 from /data/data/instal/winspice/spice3f5/src/lib/ni//nidest.c:15:
/data/data/instal/winspice/spice3f5/src/include/smpdefs.h:34: error: expected declaration specifiers or ‘...’ before ‘FILE’
make[4]: *** [nidest.o] Error 1
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/ni//niditer.c  < /dev/null
In file included from /data/data/instal/winspice/spice3f5/src/lib/ni//niditer.c:15:
/data/data/instal/winspice/spice3f5/src/include/spice.h:7:18: error: math.h: No such file or directory
In file included from /data/data/instal/winspice/spice3f5/src/include/spice.h:22,
                 from /data/data/instal/winspice/spice3f5/src/lib/ni//niditer.c:15:
/data/data/instal/winspice/spice3f5/src/include/port.h:71: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘error’
/data/data/instal/winspice/spice3f5/src/lib/ni//niditer.c:16:19: error: stdio.h: No such file or directory
In file included from /data/data/instal/winspice/spice3f5/src/include/cktdefs.h:11,

Jakub Lucký

  • Závislák
  • ***
  • Příspěvků: 3433
    • Jakub Lucký
instalace SPICE simulátoru
« Odpověď #5 kdy: 14 Června 2007, 14:17:00 »
Dejte sem nějak obsah toho readme...
A pokud nemáte, nainstalujte balík build-essential
FAQ-Často kladené otázky   Návody(wiki)     
Jakub@Life:~$ Ubuntu změnilo váš život, přejete si změny uložit?(Y/N)?
Děkujeme, že nekrmíte trolly Blogísek  :wq

martindav

  • Návštěvník
  • Příspěvků: 13
instalace SPICE simulátoru
« Odpověď #6 kdy: 14 Června 2007, 14:17:25 »
jo jestli ještě mohu poznámečku - teď mě v tej hafě chyb při překladu bije do očí následující:

error: math.h: No such file or directory
error: stdio.h: No such file or directory

to je divné, ne? jako by překladač nemohl najít hlavičkové soubory ke standartním knihovnám(nebo jak se tomu říká)
určitě mám někde nastavené něco blbě

martindav

  • Návštěvník
  • Příspěvků: 13
instalace SPICE simulátoru
« Odpověď #7 kdy: 14 Června 2007, 14:19:39 »
---------- New features in Spice3f.4
....
vynechávám
,,,
---------- Unloading Spice3 from disk or tape

The Unix distribution comes on 1/2" 9-track tape, 8mm tape, or DEC TK50 tape
in "tar" format.  The MS-DOS distribution comes on several 3.5" floppy
diskettes (both high and low density) in the standard MS-DOS format.
The contents of both distributions are identical, including filenames,
except for the additional files on the MS-DOS disks used for automatic
unloading.

The source code and associated data files for spice3f.4 require over 6MB,
and up to an additional 22MB may be required to compile under Unix (for a
DEC RISC workstation with the compiler option '-g').  For MS-DOS using
MicroSoft C 5.1 or later, nearly 8MB (beyond the 6MB for the source) is
required.

UNIX:  The UNIX distribution of Spice3f.4 comes in "tar" format.  To
   extract Spice3f.4 first create the directory that you wish to
   hold the distribution and "cd" into that directory.  Then
   execute the command "tar x" (after mounting the tape).  Note
   that some sites may require that you explicitly indicate the
   tape drive name when using the "tar" command; this is done with
   the 'f' flag, for example "tar xf /dev/rmt0h".

MS-DOS:  Spice3f.4 comes on MS-DOS format 3.5" disks.  To extract the
   distribution onto a hard disk, create the directory on the hard
   disk that you wish to hold the source code.  "cd" into that
   directory on the hard disk.  For each of the distributed disks,
   IN ORDER, insert the disk into the drive (we'll assume drive
   "B:" here), and enter "B:UNLOAD B:".  This will use the script
   "unload.bat" to extract the source files off of the disk and
   into the current directory or a subdirectory of the current
   directory.  You might see the error "File not found ????????.???",
   that is normal.

Converting the MS-DOS format disks to UNIX:  The MS-DOS format is not
   directly readable by UNIX systems.  One publically available
   tool for doing this is known as "mtools" (search popular
   ftp sites), but this is not the only method.  Note: In MS-DOS,
   text file lines end with "^M^J", where under UNIX lines end only
   with "^J".  Also, execute permission needs to be set on all
   files in the "util/" subdirectory when moving to UNIX.

MAC:  Spice3 is not distributed in a format for the Apple MacIntosh.  You
   must determine how to transfer the files to a Mac from the media that
   you have.

---------- Compiling Spice3f.4 under UNIX

   To build Spice3f.4 on a Unix system follow the steps below.
   For additional notes on internal changes and porting issues,
   please inspect the subdirectory "notes".

   First you must edit the file "conf/defaults" and change the
   listed parameters to reflect the standard organization of
   software at your site.  A description of each parameter is
   included in this file.

   Second, for each type of system at your site, you must provide
   a file in the same subdirectory ("conf/") which contains
   exceptions to the previously edited "defaults" file; note that
   even if you are supporting one type of system with no
   exceptions this is still necessary.  Several files are supplied for
   the system types that have been tested with this distribution,
   including "mips" (for DECstations), "sun4", "sequent", "irix",
   "hpux", and "rs6000".

   Note that some of these per-system definition files have
   special definitions which are required for the given system and
   which do not appear in the "defaults" file.

   Note also that successful compiling does not depend on the
   particular names given to these 'exception' or 'system
   definition' files.  For example, the "mips" configuration file
   could have been named "decstation"; this name is used for
   generating unique directory names such that different systems
   to not use the same area for the compile process (more detail
   are listed in the "defaults" file).

   Finally, it is possible to combine additional files

   After the defaults file has been edited and a system-dependent
   file created or modified, run the command "util/build system"
   from the directory above the "util" subdirectory; for "system"
   you must substitute the name of the system-dependent file that
   you created or modified in the previous step.  Spice3 will then
   be built via recursive "make" commands (it may take a several
   seconds to get going on some systems).  The total time can be
   as little as 20 minutes or as long as four hours depending on
   the speed and load of your system.  Compiling across NFS will
   slow down compiling significantly.

   If you have trouble using the "build" script, try "build -help"
   for infomation on debugging options.  Some system combinations
   may require listing more than one system name on the "build" line,
   for example "build hpux hp300" to build on an HP 9000/300 as
   opposed to a HP 9000/700.  When the build script has successfully
   completed, see the section below on Installing Spice3.
---------- Additional Notes on Compiling Spice3f.4 under UNIX

   NOTE: Some systems have a problem with directory names containing
   a "-" in either the full source directory name or the full directory
   name of any program used in compiling.  This may show up as an
   unexpected or unreasonable error message.  Avoid directory names
   with a "-" (this is an old bug in the "make" command, which has
   propagated to many vendors before being fixed).

   NOTE: On some systems, the "build" scripts seems sluggish.  This
   may be caused by a long "$PATH", with many entries before "/bin"
   and "/usr/bin"; you may be able to speed up the script by trimming
   your "$PATH" before running the build script.

   NOTE (SunOS):  There is small bug somewhere in one version of the
   Sun-supplied X11 libraries.  This bug results in the following
   routines being undefined in the "link" stage:

      _get_wmShellWidgetClass
      _get_applicationShellWidgetClass

   This is apparently a problem with the dynamic-link version of the
   "Xmu" library.  If you have this problem, the best reported fix is
   to use the following options on the "link" line (embed the following
   in the LIBX variable in "conf/sun4", or wherever):

      -Bstatic -lXmu -Bdynamic

   This is anticipated in a comment in the current copy of "conf/sun4".

   NOTE: GNU make is not compatible with the traditional "make", and
   is not compatible with spice3.  Using GNU make may result in
   infinite recursion.

----compiling under ms-dos

...vynechávám

martindav

  • Návštěvník
  • Příspěvků: 13
instalace SPICE simulátoru
« Odpověď #8 kdy: 14 Června 2007, 14:34:31 »
jo pravda, nainstalovat build-essential
.. udělal jsem ale výsledek bohužel podobný x stránek errorů

ale zdá se, že z toho vymizely ty hlášky  
error: math.h: No such file or directory
error: stdio.h: No such file or directory

Jakub Lucký

  • Závislák
  • ***
  • Příspěvků: 3433
    • Jakub Lucký
instalace SPICE simulátoru
« Odpověď #9 kdy: 14 Června 2007, 18:44:12 »
run the command "util/build system

co util/build linux ?
FAQ-Často kladené otázky   Návody(wiki)     
Jakub@Life:~$ Ubuntu změnilo váš život, přejete si změny uložit?(Y/N)?
Děkujeme, že nekrmíte trolly Blogísek  :wq

martindav

  • Návštěvník
  • Příspěvků: 13
instalace SPICE simulátoru
« Odpověď #10 kdy: 14 Června 2007, 19:16:41 »
kdepak, util/build linux:

build: no information for "linux" in config or util directory
Build not run


výpis util/build -help
options (flags):
        -help   This message
        -T dir  Use "dir" to store temp files (defaults to /tmp)
        -l      List Systems/Targets in detail
        -d      Dump synthesized makefile to a temp file
        -s name Set system name to 'name' instead of first config file
        -n      Pass '-n' to make (show commands executed)
        -N      Show 'make' command that will be executed
        -D      Show shell commands executed by build (do set -v)
Systems:
        alpha
        ara
        batch
        cadgrp
        crown
        dop
        gcc
        hp300
        hpux
        ipsc
        irix
        lewis
        mips
        msdos
        next
        octspice
        rs6000
        sequent
        sun4
        vax
Targerts:
        clean
        default
        distrib
        install

Jakub Lucký

  • Závislák
  • ***
  • Příspěvků: 3433
    • Jakub Lucký
instalace SPICE simulátoru
« Odpověď #11 kdy: 14 Června 2007, 19:36:01 »
Tak na takovýhle instalátor čumím jak puk :)

Dejte sem ještě jednou errory co to háže při GCC
FAQ-Často kladené otázky   Návody(wiki)     
Jakub@Life:~$ Ubuntu změnilo váš život, přejete si změny uložit?(Y/N)?
Děkujeme, že nekrmíte trolly Blogísek  :wq

martindav

  • Návštěvník
  • Příspěvků: 13
instalace SPICE simulátoru
« Odpověď #12 kdy: 14 Června 2007, 20:19:45 »
tady jsou ty chyby, dám sem toho tak osminu ať to tu nezabírá místo je to furt to samý

/data/data/instal/winspice/spice3f5/src/include/port.h:71: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘error’
In file included from /data/data/instal/winspice/spice3f5/src/lib/inp//inpapnam.c:9:
/data/data/instal/winspice/spice3f5/src/include/util.h:21: warning: conflicting types for built-in function ‘malloc’
/data/data/instal/winspice/spice3f5/src/include/util.h:22: warning: conflicting types for built-in function ‘calloc’
In file included from /usr/include/bits/string2.h:1299,
                 from /usr/include/string.h:417,
                 from /data/data/instal/winspice/spice3f5/src/include/strext.h:4,
                 from /data/data/instal/winspice/spice3f5/src/include/misc.h:31,
                 from /data/data/instal/winspice/spice3f5/src/include/cpstd.h:16,
                 from /data/data/instal/winspice/spice3f5/src/include/cpdefs.h:14,
                 from /data/data/instal/winspice/spice3f5/src/lib/inp//inpapnam.c:11:
/usr/include/stdlib.h:589: error: conflicting types for ‘malloc’
/data/data/instal/winspice/spice3f5/src/include/util.h:21: error: previous declaration of ‘malloc’ was here
/usr/include/stdlib.h:592: error: conflicting types for ‘calloc’
/data/data/instal/winspice/spice3f5/src/include/util.h:22: error: previous declaration of ‘calloc’ was here
In file included from /data/data/instal/winspice/spice3f5/src/include/cpstd.h:16,
                 from /data/data/instal/winspice/spice3f5/src/include/cpdefs.h:14,
                 from /data/data/instal/winspice/spice3f5/src/lib/inp//inpapnam.c:11:
/data/data/instal/winspice/spice3f5/src/include/misc.h:89: error: conflicting types for ‘sys_errlist’
/usr/include/bits/sys_errlist.h:28: error: previous declaration of ‘sys_errlist’ was here
/data/data/instal/winspice/spice3f5/src/include/misc.h:113: error: conflicting types for ‘bzero’
make[4]: *** [inpapnam.o] Error 1
In file included from /data/data/instal/winspice/spice3f5/src/include/spice.h:22,
                 from /data/data/instal/winspice/spice3f5/src/lib/inp//inpcfix.c:8:
/data/data/instal/winspice/spice3f5/src/include/port.h:71: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘error’
make[4]: *** [inpcfix.o] Error 1
In file included from /data/data/instal/winspice/spice3f5/src/include/spice.h:22,
                 from /data/data/instal/winspice/spice3f5/src/lib/inp//inpdomod.c:6:
/data/data/instal/winspice/spice3f5/src/include/port.h:71: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘error’
In file included from /data/data/instal/winspice/spice3f5/src/lib/inp//inpdomod.c:9:
/data/data/instal/winspice/spice3f5/src/include/util.h:21: warning: conflicting types for built-in function ‘malloc’
/data/data/instal/winspice/spice3f5/src/include/util.h:22: warning: conflicting types for built-in function ‘calloc’
In file included from /usr/include/bits/string2.h:1299,
                 from /usr/include/string.h:417,
                 from /data/data/instal/winspice/spice3f5/src/include/strext.h:4,
                 from /data/data/instal/winspice/spice3f5/src/lib/inp//inpdomod.c:11:
/usr/include/stdlib.h:589: error: conflicting types for ‘malloc’
/data/data/instal/winspice/spice3f5/src/include/util.h:21: error: previous declaration of ‘malloc’ was here
/usr/include/stdlib.h:592: error: conflicting types for ‘calloc’
/data/data/instal/winspice/spice3f5/src/include/util.h:22: error: previous declaration of ‘calloc’ was here
make[4]: *** [inpdomod.o] Error 1
In file included from /data/data/instal/winspice/spice3f5/src/include/spice.h:22,
                 from /data/data/instal/winspice/spice3f5/src/lib/inp//inpdoopt.c:11:
/data/data/instal/winspice/spice3f5/src/include/port.h:71: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘error’
In file included from /data/data/instal/winspice/spice3f5/src/lib/inp//inpdoopt.c:16:
/data/data/instal/winspice/spice3f5/src/include/util.h:21: error: conflicting types for ‘malloc’
/data/data/instal/winspice/spice3f5/src/include/util.h:22: error: conflicting types for ‘calloc’
In file included from /data/data/instal/winspice/spice3f5/src/include/cpstd.h:16,
                 from /data/data/instal/winspice/spice3f5/src/include/cpdefs.h:14,
                 from /data/data/instal/winspice/spice3f5/src/lib/inp//inpdoopt.c:17:
/data/data/instal/winspice/spice3f5/src/include/misc.h:84: error: conflicting types for ‘calloc’
/data/data/instal/winspice/spice3f5/src/include/misc.h:85: error: conflicting types for ‘malloc’
/data/data/instal/winspice/spice3f5/src/include/misc.h:89: error: conflicting types for ‘sys_errlist’
/usr/include/bits/sys_errlist.h:28: error: previous declaration of ‘sys_errlist’ was here
/data/data/instal/winspice/spice3f5/src/include/misc.h:113: error: conflicting typ

Jakub Lucký

  • Závislák
  • ***
  • Příspěvků: 3433
    • Jakub Lucký
instalace SPICE simulátoru
« Odpověď #13 kdy: 14 Června 2007, 20:56:46 »
Je to ta první část?
FAQ-Často kladené otázky   Návody(wiki)     
Jakub@Life:~$ Ubuntu změnilo váš život, přejete si změny uložit?(Y/N)?
Děkujeme, že nekrmíte trolly Blogísek  :wq

martindav

  • Návštěvník
  • Příspěvků: 13
instalace SPICE simulátoru
« Odpověď #14 kdy: 14 Června 2007, 21:27:46 »
neni, první se už na obrazovku nevejde a nevim jak se k tomu dostat
zkoušel jsem napsat history >> pokus.txt ale to mi vyexportovalo jen historii příkazů a né výpisy

nevíte, jak se daj přesměrovat přímo ty výpisy programu?

Jakub Lucký

  • Závislák
  • ***
  • Příspěvků: 3433
    • Jakub Lucký
instalace SPICE simulátoru
« Odpověď #15 kdy: 14 Června 2007, 22:29:12 »
Dají...
Jde o přesměrování Error outputu :)

příkaz 2>soubor.txt
FAQ-Často kladené otázky   Návody(wiki)     
Jakub@Life:~$ Ubuntu změnilo váš život, přejete si změny uložit?(Y/N)?
Děkujeme, že nekrmíte trolly Blogísek  :wq

martindav

  • Návštěvník
  • Příspěvků: 13
instalace SPICE simulátoru
« Odpověď #16 kdy: 19 Června 2007, 09:18:10 »
omlouvám se za delší prodlení...

takže jsem provedl util/build gcc 2> err.txt a začátek výpisu těch chyb je asi toto:

In file included from /data/data/instal/winspice/spice3f5/src/include/spice.h:22,
                 from /data/data/instal/winspice/spice3f5/src/lib/dev/disto//atander.c:6:
/data/data/instal/winspice/spice3f5/src/include/port.h:71: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘error’
make[5]: *** [atander.o] Error 1
In file included from /data/data/instal/winspice/spice3f5/src/include/spice.h:22,
                 from /data/data/instal/winspice/spice3f5/src/lib/dev/disto//cosderiv.c:6:
/data/data/instal/winspice/spice3f5/src/include/port.h:71: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘error’
make[5]: *** [cosderiv.o] Error 1
In file included from /data/data/instal/winspice/spice3f5/src/include/spice.h:22,
                 from /data/data/instal/winspice/spice3f5/src/lib/dev/disto//cubeder.c:6:
/data/data/instal/winspice/spice3f5/src/include/port.h:71: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘error’
make[5]: *** [cubeder.o] Error 1
In file included from /data/data/instal/winspice/spice3f5/src/include/spice.h:22,
                 from /data/data/instal/winspice/spice3f5/src/lib/dev/disto//divderiv.c:6:
/data/data/instal/winspice/spice3f5/src/include/port.h:71: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘error’
make[5]: *** [divderiv.o] Error 1
In file included from /data/data/instal/winspice/spice3f5/src/include/spice.h:22,
                 from /data/data/instal/winspice/spice3f5/src/lib/dev/disto//equalder.c:6:
/data/data/instal/winspice/spice3f5/src/include/port.h:71: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘error’
make[5]: *** [equalder.o] Error 1
In file included from /data/data/instal/winspice/spice3f5/src/include/spice.h:22,
                 from /data/data/instal/winspice/spice3f5/src/lib/dev/disto//expderiv.c:6:
/data/data/instal/winspice/spice3f5/src/include/port.h:71: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘error’
...
...
...


přímo na konzoli se objeví toto:

Begin build on martindav for gcc on Po čen 18 21:16:23 CEST 2007:
Making "all" in spice3f5
make[1]: Entering directory `/data/data/instal/winspice/spice3f5'
Making "all" in src
make[2]: Entering directory `/data/data/instal/winspice/gcc/obj'
Making "all" in lib
make[3]: Entering directory `/data/data/instal/winspice/gcc/obj/lib'
Making "all" in dev
make[4]: Entering directory `/data/data/instal/winspice/gcc/obj/lib/dev'
Making "all" in disto
make[5]: Entering directory `/data/data/instal/winspice/gcc/obj/lib/dev/disto'
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/disto//atander.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/disto//cosderiv.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/disto//cubeder.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/disto//divderiv.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/disto//equalder.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/disto//expderiv.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/disto//invderiv.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/disto//multder.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/disto//plusder.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/disto//powderiv.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/disto//sqrtder.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/disto//tanderiv.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/disto//timesder.c  < /dev/null
make[5]: Leaving directory `/data/data/instal/winspice/gcc/obj/lib/dev/disto'
Making "all" in asrc
make[5]: Entering directory `/data/data/instal/winspice/gcc/obj/lib/dev/asrc'
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/asrc//asrc.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/asrc//asrcacld.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/asrc//asrcask.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/asrc//asrcconv.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/asrc//asrcdel.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/asrc//asrcdest.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/asrc//asrcfbr.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/asrc//asrcload.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/asrc//asrcmdel.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/asrc//asrcpar.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/asrc//asrcpzld.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/asrc//asrcset.c  < /dev/null
make[5]: Leaving directory `/data/data/instal/winspice/gcc/obj/lib/dev/asrc'
Making "all" in bjt
make[5]: Entering directory `/data/data/instal/winspice/gcc/obj/lib/dev/bjt'
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/bjt//bjt.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/bjt//bjtacld.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/bjt//bjtask.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/bjt//bjtconv.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/bjt//bjtdel.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/bjt//bjtdest.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/bjt//bjtdisto.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/bjt//bjtdset.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/bjt//bjtgetic.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/bjt//bjtload.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/bjt//bjtmask.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/bjt//bjtmdel.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/bjt//bjtmpar.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/bjt//bjtnoise.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/bjt//bjtparam.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/bjt//bjtpzld.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/bjt//bjtsacl.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/bjt//bjtsetup.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/bjt//bjtsload.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/bjt//bjtsprt.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/bjt//bjtsset.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/bjt//bjtsupd.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/bjt//bjttemp.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/bjt//bjttrunc.c  < /dev/null
make[5]: Leaving directory `/data/data/instal/winspice/gcc/obj/lib/dev/bjt'
Making "all" in bsim1
make[5]: Entering directory `/data/data/instal/winspice/gcc/obj/lib/dev/bsim1'
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/bsim1//b1.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/bsim1//b1acld.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data/instal/winspice/spice3f5/src/lib/dev/bsim1//b1ask.c  < /dev/null
gcc -O  -I/data/data/instal/winspice/spice3f5/src/include -c /data/data
...
...
...


neuniká mi nějaká základní věc?

 

Provoz zaštiťuje spolek OpenAlt.