Altera_Forum
Honored Contributor
14 years ago64bit linux port of jam byte-code player
I'm trying to port the 32bit linux jam-byte code player to 64bit linux. I think that I'm lost is all the size changes of longs, unsigned longs etc. since I seem to be able to do some operations just fine by replacing unsigned long with unsigned int. Verify works and I thought that would be a stringent test, but I can't program and I seem to get stuck in erasing when programming an epc8 device, but I can do a blankcheck and I get the device ID fine and the file crc is ok. Is there a 64bit port where someone has gone through all the subtleties? I unfortunately need the source (e.g. jbimain.cc etc.). Thanks for any help.