![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Absolute Beginner Talk The perfect starting place to find out more about computers, Linux and Ubuntu. |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
First Cup of Ubuntu
![]() Join Date: Jul 2006
Beans: 1
|
Serial programmer problem
I'm new to linux, I have it installed about a week ago and I find helpful programs like Synaptic, but I need a way to make the software PonyProg for Linux to work, and I do not know how, can anybody help me installing it?
thx |
|
|
|
|
|
#2 |
|
Quad Shot of Ubuntu
![]() Join Date: Jan 2006
Location: Grønland,Oslo
Beans: 482
|
Re: Serial programmer problem
It seems to me that the Linux version of PonyProg is utterly old. It support 2.4 kernels only??
An idea: You may try to run Pony using wine. Do this: 1) Add this repostory line into your /etc/apt/sources.list deb http://wine.sourceforge.net/apt/ binary/ $ sudo gedit /etc/apt/sources.list Save the file. 2) Update package index (list of packages) $ sudo apt-get update 3) Install wine $ sudo apt-get install --reinstall wine ----------------- 4) Download ponyprogV117h.zip (Windows version) and Unzip it. 5) Run setup.exe in wine. $ wine setup.exe Run Pony in wine $ wine $HOME/.wine/drive_c/Program\ Files/PonyProg/PONYPROG.EXE ------------------- BTW: This is the de-facto libarary for serial-programming in Linux http://sourceforge.net/projects/ezv24/ Last edited by moma; July 27th, 2006 at 09:43 AM.. |
|
|
|
|
|
#3 |
|
First Cup of Ubuntu
![]() Join Date: Aug 2006
Location: Sweden
Beans: 3
Kubuntu 8.04 Hardy Heron
|
Re: Serial programmer problem
I've been struggling with the very same problem for a couple of days now, and I just got ponyprog2000 to work...
Here's what I did:
Now it runs. Good luck! |
|
|
|
|
|
#4 | ||
|
Extra Foam Sugar Free Ubuntu
![]() Join Date: Feb 2007
Location: New York
Beans: 809
Ubuntu 8.04 Hardy Heron
|
Re: Serial programmer problem
I guess you have to put the files in the directories that are inside the tar.gz for it to run when you type "ponyprog2000". (/usr/local/...)
Quote:
To find the package, you can do "sudo apt-file update" and then "apt-file search libstdc++-libc6.2-2.so.3": Quote:
(Still have to build the hardware...) |
||
|
|
|
|
|
#5 |
|
Just Give Me the Beans!
![]() Join Date: Jul 2005
Beans: 72
|
I just downloaded and built PonyProg v2.07c Beta on Gutsy and it runs. Here is what I did to get it running:
NOTE: I've already installed build-essential so that might be needed( sudo apt-get install build-essential ). Code:
cd /tmp wget http://downloads.sourceforge.net/ponyprog/Pony_Prog2000-2.07c.tar.gz tar -xzf Pony_Prog2000-2.07c.tar.gz cd PonyProg2000-2.07c sudo apt-get install gcc-3.4 g++-3.4 sudo apt-get install libxt-dev libxaw7-dev NOTE: edit v/Config.mk and add the following line after the other HOMEV lines: HOMEV = /tmp/PonyProg2000-2.07c/v make bin/ponyprog2000 To install it into your system, run: sudo make install |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|