Jan Wagemakers schreef:

> I will ask around on some pic-related mailingslist to check if others with
> an amd64 see the same problem. 

I have received an interesting mail¹ from "Maarten Blomme". I'll summerize
it here because it is written in the dutch language.

Maarten says that when he tries to use picprog on his amd64 64bit-mode
slackware box it most of the time fails but sometimes it works.

Maarten also says that when he alter one line in picport.cc² which makes
picprog think that his PC is ten times faster and makes picprog running at a
very slow rate the problem disappears and it works without a problem.

Can you compile picprog yourself with this patch² to test if this solves
your problem? I'll contact Jaakko (upstream) when this patch solves your
problem to ask for a real solution.



[1] <http://groups.google.be/group/wisclub/msg/4cfaa22cf0733131>
[2] <http://groups.google.be/group/wisclub/msg/8f2b3d488d57cf64>
    In picport.cc change the line:

        mhz = tmp; 

    by

        mhz = tmp * 10; 

        
-- 
Met vriendelijke groetjes         - Jan Wagemakers -

... When we speak of free software, we are referring to freedom, not price.
          -- GNU GENERAL PUBLIC LICENSE Version 2, June 1991


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to