Re: [casper] Fresh set up with Ubuntu

2012-02-17 Thread Laura Vertatschitsch
Rurik, Perfect. I did not have these installed. Simple, completed the compile of tutorial 1 in 3 minutes flat. Thank you! --Laura On Fri, Feb 17, 2012 at 10:44 AM, Louis Dartez wrote: > Ahh, I would be interested to see if Rurik's suggestion works. > > --Louis P. Dartez > On Feb 17, 2012 12

Re: [casper] Fresh set up with Ubuntu

2012-02-17 Thread Louis Dartez
Ahh, I would be interested to see if Rurik's suggestion works. --Louis P. Dartez On Feb 17, 2012 12:43 PM, "Rurik A. Primiani" wrote: > Hi Laura, > > I think you can get this error if you're attempting to run a 32-bit binary > on a 64-bit machine without the compatibility libraries. Have you in

Re: [casper] Fresh set up with Ubuntu

2012-02-17 Thread Rurik A. Primiani
Hi Laura, I think you can get this error if you're attempting to run a 32-bit binary on a 64-bit machine without the compatibility libraries. Have you installed these? You can do so by running: $ apt-get install ia32-libs Best, Rurik On 2/17/12 1:22 PM, Laura Vertatschitsch wrote: Hey Grif

Re: [casper] Fresh set up with Ubuntu

2012-02-17 Thread Laura Vertatschitsch
Hey Griffin, It is definitely there and is executable. We tried simply running in the command line the same syntax described in gen_prog_files right from the directory with mkbof - still same error. I mentioned that we did need to use the gmake fix described, not sure if the executable that was

Re: [casper] Fresh set up with Ubuntu

2012-02-17 Thread Griffin Foster
Hi Laura, the line './gen_prog_files: line 3: ./mkbof: No such file or directory' in your error log suggests that mkbof is missing, which is pretty odd. Is the mkbof executable in the /XPS_ROACH_base/ directory after you run the compile? The original is in mlib_devel/xps_lib/XPS_ROACH_base/ . What

Re: [casper] Fresh set up with Ubuntu

2012-02-16 Thread John Ford
> And to make sure I understand, are you guys using RHEL 5 64 bit without > updates? Our University seems to have subscriptions for RHEL 6. Hi Laura. We are using RHEL-5 with most updates except for the latest glibc update, which exposes a fatal bug in one of the Xilinx tools. I think that one

Re: [casper] Fresh set up with Ubuntu

2012-02-16 Thread Laura Vertatschitsch
And to make sure I understand, are you guys using RHEL 5 64 bit without updates? Our University seems to have subscriptions for RHEL 6. --Laura On Wed, Feb 15, 2012 at 2:35 PM, Laura Vertatschitsch wrote: > Thank you so much for your kind replies. For what it's worth, I will > include the erro

Re: [casper] Fresh set up with Ubuntu

2012-02-15 Thread Laura Vertatschitsch
Thank you so much for your kind replies. For what it's worth, I will include the error at the end of the message. It boils down to mkbof. I searched the archives and found a similar errorthat Louis commented on, but didn't see a

Re: [casper] Fresh set up with Ubuntu

2012-02-15 Thread Jason Manley
I would encourage you to just use CentOS/Redhat. You have to change various libraries in Ubuntu (to very old ones!) to make the 11 'flow work natively. I seem to recall perl and gcc both giving trouble, for example. At KAT, we do run Ubuntu, but the 'flow executes in a chroot RHEL environment to

Re: [casper] Fresh set up with Ubuntu

2012-02-14 Thread Andrew Martens
Hi Laura First off. The official stance taken by CASPER is that we recommend installation on the Xilinx-supported operating systems (SUSE, RedHat etc). These are often clunky to use, but allow us to approach Xilinx if there is a problem. When running on another OS, it is unlikely that Xilinx will

Re: [casper] Fresh set up with Ubuntu

2012-02-14 Thread Alec Rust
Hi Laura, here are instructions for setting up 12.4 labtools, the same procedure will work for setting up the full version. Install Xilinx in /opt/Xilinx - Download Xilinx 12.4 Labtools. This can be downloaded from http://www.xilinx.com - Untar (tar -xvf Xilinx_LabTools_12.4_M.81d.2.0.ta

[casper] Fresh set up with Ubuntu

2012-02-14 Thread Laura Vertatschitsch
Hi guys, first post. We are setting up a machine from scratch. The 2011 tutorials section seems to indicate the all the machines were set up with Xilinx 11.5 on machines running 64 bit Ubuntu. Are there instructions on how this set up was achieved? Everything I read on the wiki seems to say tha