WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Question about software (electric circuit)  (Read 7665 times)

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
Re: Question about software (electric circuit)
« Reply #15 on: January 29, 2012, 01:30:45 PM »
I tried again launching freehdl-v2cc now (without restarting the system)
Code: [Select]
tc@box:~$ freehdl-v2cc
usage: v2cc [-v] [-l lib] [-L libdir] file...
tc@box:~$ ldd freehdl-v2cc
./freehdl-v2cc: error while loading shared libraries: ./freehdl-v2cc: cannot open shared object file: No such file or directory
tc@box:~$

I tried again the simulation of qucs, does not return errors but does not seem to work equally

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Question about software (electric circuit)
« Reply #16 on: January 29, 2012, 01:32:44 PM »
And you still did not supply the path to freehdl-v2cc.  It is not in your current directory.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11224
Re: Question about software (electric circuit)
« Reply #17 on: January 29, 2012, 01:45:21 PM »
Hi vinnie
Try it this way:
Code: [Select]
ldd `which freehdl-v2cc`Make sure you use ` and not '

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
Re: Question about software (electric circuit)
« Reply #18 on: January 29, 2012, 02:09:28 PM »
Code: [Select]
tc@box:~$ ldd `which freehdl-v2cc`
linux-gate.so.1 =>  (0xb7845000)
libfreehdl-vaul.so.0 => /usr/local/lib/libfreehdl-vaul.so.0 (0xb77a3000)
libfreehdl-fire.so.0 => /usr/local/lib/libfreehdl-fire.so.0 (0xb776a000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb76a8000)
libm.so.6 => /lib/libm.so.6 (0xb7685000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xb766e000)
libc.so.6 => /lib/libc.so.6 (0xb7563000)
/lib/ld-linux.so.2 (0xb7846000)
tc@box:~$

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11224
Re: Question about software (electric circuit)
« Reply #19 on: January 29, 2012, 06:52:54 PM »
Hi vinnie
OK, looks like all the dependencies are satisfied.
Quote
I tried again the simulation of qucs, does not return errors but does not seem to work equally
So what happens? You click on the simulate button, the Qucs Simulations Messages window pops
up for a second, and then you get a blank tab, right? Now try dragging a Timing Diagram symbol
to that blank tab and a window should pop up, double click on the signal names you want to display.

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
Re: Question about software (electric circuit)
« Reply #20 on: January 30, 2012, 03:41:05 AM »
ok I got it, it was imperative to give a label to links, but now I can not get the tcz package, the only way that I always do "make install" from source.

I'm trying to upload the test package and the precompiled source (only to make install it)
I have few times to upload and the archive is 30mb, I do not think of doing at this moment.

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
Re: Question about software (electric circuit)
« Reply #21 on: January 30, 2012, 04:58:30 AM »
http://dl.dropbox.com/u/10544567/freehdltest.7z it is here.
After "make install" only required dep is libtool (in addition to qucs naturally), someone might see if there something wrong with my package (included in the same archive)?
Thanks!
« Last Edit: January 30, 2012, 05:03:59 AM by vinnie »