Hi Arun, You need to change 'int' to 'long' in a few files in the cluster directory to build streamit on a 64-bit machine. Once u do so, you must be able to build streamit successfully. -Raghu
On Fri, Oct 23, 2009 at 5:27 PM, Zheng Wang <[email protected]> wrote: > Hi, > > I guess you can either add "-m32" to your compiler options, or change > (int*) to (long long*). > > Cheers, > Zheng > > 2009/10/23 Arun Rangasamy <[email protected]>: > > Hi all, > > Is it possible to build strc for 64 bit machines? (cluster version) I > want > > to get it running on a 64 bit multicore. > > > > Whenever I try building it, I get an error in FileWriter.cpp saying that > > conversion from int to FileWriter_state* results in loss of precision. I > > could build it on a (single core) 32 bit machine, though. > > > > I guess Raghu has already asked this question, but I couldn't find any > > response for that. > > > > Could you please help me with these questions? > > > > 1) Should I be using strc for compiling streamit for multicores? > > 2) Is the problem I'm facing because of 32-bit vs 64 bit machines? > > 3) Do you have any suggestion for this? > > > > Thank you very much in advance! > > Best Regards, > > -arun > > > > > > > > _______________________________________________ > > StreamIt-users mailing list > > [email protected] > > https://lists.csail.mit.edu/mailman/listinfo/streamit-users > > > > > > > > -- > Best regards, > > WANG Zheng > > _______________________________________________ > StreamIt-users mailing list > [email protected] > https://lists.csail.mit.edu/mailman/listinfo/streamit-users >
_______________________________________________ StreamIt-users mailing list [email protected] https://lists.csail.mit.edu/mailman/listinfo/streamit-users
