Re: [casper] Short Error Message from "gen_xps_files at 328"

2012-01-27 Thread Ricardo Finger

  
  
Hi all,

Just to close this item.
I finally downgraded libc6 in ubuntu using aptitude (no apt-get)
If you try 'aptitude remove libc6' you got a number of options for
fixing dependencies before to remove. 
Among those options is the downgrade of libc6

a long workaround... but worked!

cheers,

r

On 19-Jan-12 11:26 AM, Ricardo Finger wrote:

  
  Hello Luis,
  
  I tried doing:
  
  apt-get remove glibc
  apt-get remove libc
  apt-get remove libc-2.12.1
  
  but it didnt work.
  root@roach-laptop:/lib# apt-get remove libc-2.12.1
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libc-2.12.1

  it seems that I have the version 2.12.1
  root@roach-laptop:/lib# "/lib/libc.so.6"
GNU C Library (Ubuntu EGLIBC 2.12.1-0ubuntu10.2) stable release
version 2.12.1, by Roland McGrath et al.
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version 4.4.5.
Compiled on a Linux 2.6.35 system on 2011-01-21.
Available extensions:
	crypt add-on version 2.1 by Michael Glad and others
	GNU Libidn by Simon Josefsson
	Native POSIX Threads Library by Ulrich Drepper et al
	BIND-8.2.3-T5B
libc ABIs: UNIQUE IFUNC
For bug reporting instructions, please see:
.
  but I don't know how to remove it.
  
  
  On 18-Jan-12 7:26 PM, Louis Dartez wrote:
  
Hello Ricardo, 
   Can't you uninstall glibc altogether and then install the
  version you need? 
--Louis P. Dartez

On Jan 18, 2012 4:23 PM, "Ricardo
  Finger" 
  wrote:
   Hi there,

I have this same problem, but I haven't been able to
downgrade glibc in ubuntu.
apt-get does not have a downgrade command and yum (just
installed) does not see ubuntu's repositories...

Does anyone knows how to downgrade glibc using apt-get or
how to make yum work in ubuntu?

thanks!

Ricardo.


On 02-Jan-12 7:45 PM, r...@physics.ucsb.edu
wrote:
 Thank
  you. Downgrading glibc fixes my
  problem for now. I will be glade when
  Xilinx gets the problem fixed for any
  glibc version.
  
  

  Thank you. I thought the model was
  so simple that it should be okay.
  Did you compile after downgrading
  your glibc?

Yes, we had to downgrade glibc when it was first
installed a month or so
ago.


  Does it also compile
  with the updated glibc?

No.  The glibc thing is a bug in xst.  xilinx will have
to fix that.

John


  

  A new problem is preventing me from
  compiling even simple models with
  bee_xps. For example, when I compile
  a model containing only the system
  generator, XSB Core Config, Xilinx
  constants and CASPER software
  registers, I receive the following
  messages from bee_xps.
  
  Detected Linux OS
  #
  ##      System Update      ##
  #
  #
  ## Block objects creation  ##
  #
  ##

Hi Ron and all.  I just tried to run your example,
and I got errors.  I
forgot that you can't have mixed case model file
names.  It gums up the
works somewhere in there.

I got the following result with testRegisters.mdl:

Detected Linux OS
#
##      System Update      ##
#
#
## Block objects creation  ##
#
##

Re: [casper] Short Error Message from "gen_xps_files at 328"

2012-01-19 Thread Ricardo Finger

  
  
Hello Luis,

I tried doing:

apt-get remove glibc
apt-get remove libc
apt-get remove libc-2.12.1

but it didnt work.
root@roach-laptop:/lib# apt-get remove libc-2.12.1
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libc-2.12.1

it seems that I have the version 2.12.1
root@roach-laptop:/lib# "/lib/libc.so.6"
GNU C Library (Ubuntu EGLIBC 2.12.1-0ubuntu10.2) stable release
version 2.12.1, by Roland McGrath et al.
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version 4.4.5.
Compiled on a Linux 2.6.35 system on 2011-01-21.
Available extensions:
	crypt add-on version 2.1 by Michael Glad and others
	GNU Libidn by Simon Josefsson
	Native POSIX Threads Library by Ulrich Drepper et al
	BIND-8.2.3-T5B
libc ABIs: UNIQUE IFUNC
For bug reporting instructions, please see:
.
but I don't know how to remove it.


On 18-Jan-12 7:26 PM, Louis Dartez wrote:

  Hello Ricardo, 
     Can't you uninstall glibc altogether and then install the
version you need? 
  --Louis P. Dartez
  
  On Jan 18, 2012 4:23 PM, "Ricardo Finger"

wrote:

  Hi there,
  
  I have this same problem, but I haven't been able to downgrade
  glibc in ubuntu.
  apt-get does not have a downgrade command and yum (just
  installed) does not see ubuntu's repositories...
  
  Does anyone knows how to downgrade glibc using apt-get or how
  to make yum work in ubuntu?
  
  thanks!
  
  Ricardo.
  
  
  On 02-Jan-12 7:45 PM, r...@physics.ucsb.edu
  wrote:
  
Thank you. Downgrading glibc fixes my
problem for now. I will be glade when
Xilinx gets the problem fixed for any
glibc version.


  
Thank you. I thought the model was
so simple that it should be okay.
Did you compile after downgrading
your glibc?
  
  Yes, we had to downgrade glibc when it was first installed
  a month or so
  ago.
  
  
Does it also compile
with the updated glibc?
  
  No.  The glibc thing is a bug in xst.  xilinx will have to
  fix that.
  
  John
  
  

  
A new problem is preventing me from
compiling even simple models with
bee_xps. For example, when I compile
a model containing only the system
generator, XSB Core Config, Xilinx
constants and CASPER software
registers, I receive the following
messages from bee_xps.

Detected Linux OS
#
##      System Update      ##
#
#
## Block objects creation  ##
#
##
  
  Hi Ron and all.  I just tried to run your example, and
  I got errors.  I
  forgot that you can't have mixed case model file
  names.  It gums up the
  works somewhere in there.
  
  I got the following result with testRegisters.mdl:
  
  Detected Linux OS
  #
  ##      System Update      ##
  #
  #
  ## Block objects creation  ##
  #
  ##
  ## Checking objects ##
  ##
  Running system generator ...
  
  xsg_blk =
  
  testRegisters/ System Generator
  
  
  xsg_result =
  
       0
  
  XSG generation complete.
  #
  ## Copying base system ##
  #
  
  source_dir =

Re: [casper] Short Error Message from "gen_xps_files at 328"

2012-01-18 Thread Louis Dartez
Hello Ricardo,

   Can't you uninstall glibc altogether and then install the version you
need?

--Louis P. Dartez
 On Jan 18, 2012 4:23 PM, "Ricardo Finger"  wrote:

> Hi there,
>
> I have this same problem, but I haven't been able to downgrade glibc in
> ubuntu.
> apt-get does not have a downgrade command and yum (just installed) does
> not see ubuntu's repositories...
>
> Does anyone knows how to downgrade glibc using apt-get or how to make yum
> work in ubuntu?
>
> thanks!
>
> Ricardo.
>
>
> On 02-Jan-12 7:45 PM, r...@physics.ucsb.edu wrote:
>
>> Thank you. Downgrading glibc fixes my
>> problem for now. I will be glade when
>> Xilinx gets the problem fixed for any
>> glibc version.
>>
>>  Thank you. I thought the model was
 so simple that it should be okay.
 Did you compile after downgrading
 your glibc?

>>> Yes, we had to downgrade glibc when it was first installed a month or so
>>> ago.
>>>
>>>  Does it also compile
 with the updated glibc?

>>> No.  The glibc thing is a bug in xst.  xilinx will have to fix that.
>>>
>>> John
>>>
>>>  A new problem is preventing me from
>> compiling even simple models with
>> bee_xps. For example, when I compile
>> a model containing only the system
>> generator, XSB Core Config, Xilinx
>> constants and CASPER software
>> registers, I receive the following
>> messages from bee_xps.
>>
>> Detected Linux OS
>> #
>> ##  System Update  ##
>> #
>> #
>> ## Block objects creation  ##
>> #
>> ##
>>
> Hi Ron and all.  I just tried to run your example, and I got errors.  I
> forgot that you can't have mixed case model file names.  It gums up the
> works somewhere in there.
>
> I got the following result with testRegisters.mdl:
>
> Detected Linux OS
> #
> ##  System Update  ##
> #
> #
> ## Block objects creation  ##
> #
> ##
> ## Checking objects ##
> ##
> Running system generator ...
>
> xsg_blk =
>
> testRegisters/ System Generator
>
>
> xsg_result =
>
>  0
>
> XSG generation complete.
> #
> ## Copying base system ##
> #
>
> source_dir =
>
> /export/home/blink/scratch/**casper/mlib_devel/xps_lib/XPS_**
> ROACH_base
>
> Copying base package from:
>  /export/home/blink/scratch/**casper/mlib_devel/xps_lib/XPS_**
> ROACH_base
>
> msg =
>
>  ''
>
>
>
> msgid =
>
>  ''
>
>
> 
> ## Copying custom IPs ##
> 
> ##
> ## Creating Simulink IP ##
> ##
> Error using ==>  gen_xps_create_pcore at 41
> Cannot find any compiled XSG netlist. Have you run the Xilinx System
> Generator on your design ?
> I renamed testRegisters.mdl to test_registers.mdl, and it compiles
> fine.
>
> John
>
>
>
>
>

>>>
>>>
>>
>>
>>
> --
> Ricardo Finger Camus
> Electrical Engineer
> Astronomy Department
> University of Chile
> Of: 56(2)9771122
> Casilla 36-D, Santiago.
> http://www.das.uchile.cl/lab_**mwl/ 
>
>
>


Re: [casper] Short Error Message from "gen_xps_files at 328"

2012-01-18 Thread Ricardo Finger

Hi there,

I have this same problem, but I haven't been able to downgrade glibc in 
ubuntu.
apt-get does not have a downgrade command and yum (just installed) does 
not see ubuntu's repositories...


Does anyone knows how to downgrade glibc using apt-get or how to make 
yum work in ubuntu?


thanks!

Ricardo.


On 02-Jan-12 7:45 PM, r...@physics.ucsb.edu wrote:

Thank you. Downgrading glibc fixes my
problem for now. I will be glade when
Xilinx gets the problem fixed for any
glibc version.


Thank you. I thought the model was
so simple that it should be okay.
Did you compile after downgrading
your glibc?

Yes, we had to downgrade glibc when it was first installed a month or so
ago.


Does it also compile
with the updated glibc?

No.  The glibc thing is a bug in xst.  xilinx will have to fix that.

John


A new problem is preventing me from
compiling even simple models with
bee_xps. For example, when I compile
a model containing only the system
generator, XSB Core Config, Xilinx
constants and CASPER software
registers, I receive the following
messages from bee_xps.

Detected Linux OS
#
##  System Update  ##
#
#
## Block objects creation  ##
#
##

Hi Ron and all.  I just tried to run your example, and I got errors.  I
forgot that you can't have mixed case model file names.  It gums up the
works somewhere in there.

I got the following result with testRegisters.mdl:

Detected Linux OS
#
##  System Update  ##
#
#
## Block objects creation  ##
#
##
## Checking objects ##
##
Running system generator ...

xsg_blk =

testRegisters/ System Generator


xsg_result =

  0

XSG generation complete.
#
## Copying base system ##
#

source_dir =

/export/home/blink/scratch/casper/mlib_devel/xps_lib/XPS_ROACH_base

Copying base package from:
  /export/home/blink/scratch/casper/mlib_devel/xps_lib/XPS_ROACH_base

msg =

  ''



msgid =

  ''



## Copying custom IPs ##

##
## Creating Simulink IP ##
##
Error using ==>  gen_xps_create_pcore at 41
Cannot find any compiled XSG netlist. Have you run the Xilinx System
Generator on your design ?
I renamed testRegisters.mdl to test_registers.mdl, and it compiles
fine.

John















--
Ricardo Finger Camus
Electrical Engineer
Astronomy Department
University of Chile
Of: 56(2)9771122
Casilla 36-D, Santiago.
http://www.das.uchile.cl/lab_mwl/




Re: [casper] Short Error Message from "gen_xps_files at 328"

2012-01-02 Thread ron
Thank you. Downgrading glibc fixes my
problem for now. I will be glade when
Xilinx gets the problem fixed for any
glibc version.

>> Thank you. I thought the model was
>> so simple that it should be okay.
>> Did you compile after downgrading
>> your glibc?
>
> Yes, we had to downgrade glibc when it was first installed a month or so
> ago.
>
>> Does it also compile
>> with the updated glibc?
>
> No.  The glibc thing is a bug in xst.  xilinx will have to fix that.
>
> John
>
>>
 A new problem is preventing me from
 compiling even simple models with
 bee_xps. For example, when I compile
 a model containing only the system
 generator, XSB Core Config, Xilinx
 constants and CASPER software
 registers, I receive the following
 messages from bee_xps.

 Detected Linux OS
 #
 ##  System Update  ##
 #
 #
 ## Block objects creation  ##
 #
 ##
>>>
>>> Hi Ron and all.  I just tried to run your example, and I got errors.  I
>>> forgot that you can't have mixed case model file names.  It gums up the
>>> works somewhere in there.
>>>
>>> I got the following result with testRegisters.mdl:
>>>
>>> Detected Linux OS
>>> #
>>> ##  System Update  ##
>>> #
>>> #
>>> ## Block objects creation  ##
>>> #
>>> ##
>>> ## Checking objects ##
>>> ##
>>> Running system generator ...
>>>
>>> xsg_blk =
>>>
>>> testRegisters/ System Generator
>>>
>>>
>>> xsg_result =
>>>
>>>  0
>>>
>>> XSG generation complete.
>>> #
>>> ## Copying base system ##
>>> #
>>>
>>> source_dir =
>>>
>>> /export/home/blink/scratch/casper/mlib_devel/xps_lib/XPS_ROACH_base
>>>
>>> Copying base package from:
>>>  /export/home/blink/scratch/casper/mlib_devel/xps_lib/XPS_ROACH_base
>>>
>>> msg =
>>>
>>>  ''
>>>
>>>
>>>
>>> msgid =
>>>
>>>  ''
>>>
>>>
>>> 
>>> ## Copying custom IPs ##
>>> 
>>> ##
>>> ## Creating Simulink IP ##
>>> ##
>>> Error using ==> gen_xps_create_pcore at 41
>>> Cannot find any compiled XSG netlist. Have you run the Xilinx System
>>> Generator on your design ?
>
>>>
>>> I renamed testRegisters.mdl to test_registers.mdl, and it compiles
>>> fine.
>>>
>>> John
>>>
>>>
>>>
>>>
>>
>>
>
>
>





Re: [casper] Short Error Message from "gen_xps_files at 328"

2012-01-02 Thread ron
I see! I needed to lengthen the list of
packages to prevent yum from removing
important packages. Thus, I needed to
include the five packages

   glibc glibc-common glibc-devel
   glibc-headers nscd

in the list of packages. That worked.
Thank you.

> When I try that, yum warns me that 14
> dependent packages will be removed.
> The packages include gcc stuff.
> Should my yum line include all the
> packages that /var/log/yum.log shows
> were updated on December 12, 2011?
> (The updates were done by the CentOS
> updater that announces updates as
> they become available.)
>
>> Hi Ron,
>>
>> I used yum's 'downgrade' command:
>>
>> $sudo yum downgrade glibc glibc-common
>>
>> This should downgrade to the next highest version.
>>
>> Mark
>>
>>
>> On Mon, Dec 26, 2011 at 4:44 PM,  wrote:
>>
>>> How do you safely roll back glibc? I
>>> would like to try your fix but also
>>> want to avoid breaking any system
>>> setups. I am using CentOS. Is there
>>> a way to have Xilinx and Matlab
>>> software use a rolled-back glibc but
>>> allow other software to continue
>>> using the current version?
>>>
>>> > I tried rolling back glibc and that did fix the XST error issue, but
>>> other
>>> > issues are now surfacing so i've opened a 'Webcase' with Xilinx and
>>> will
>>> > hopefully hear back from them soon.
>>> >
>>> > Mark
>>> >
>>> >
>>> > On Sun, Dec 25, 2011 at 7:58 PM, John Ford  wrote:
>>> >
>>> >> > I need to check some logs, but I do
>>> >> > think somebody did some  of the
>>> >> > CentOS updates that were announced
>>> >> > "available" by the CentOS system
>>> >> > updater. I don't see the reference
>>> >> > to the glibc problem in recent
>>> >> > CASPER email.
>>> >>
>>> >> May mail seems to have bounced that I sent.  In any case, there is a
>>> bug
>>> >> in xst that double-frees some memory, triggering glibc to throw a
>>> memory
>>> >> exception and scream and die.  We rolled back our glibc and it fixed
>>> the
>>> >> problem.  Well, it masks the problem...
>>> >>
>>> >> Sorry about the lack of info!
>>> >>
>>> >> John
>>> >>
>>> >>
>>> >> >
>>> >> >>> A new problem is preventing me from
>>> >> >>> compiling even simple models with
>>> >> >>> bee_xps. For example, when I compile
>>> >> >>> a model containing only the system
>>> >> >>> generator, XSB Core Config, Xilinx
>>> >> >>> constants and CASPER software
>>> >> >>> registers, I receive the following
>>> >> >>> messages from bee_xps.
>>> >> >>>
>>> >> >>> Detected Linux OS
>>> >> >>> #
>>> >> >>> ##  System Update  ##
>>> >> >>> #
>>> >> >>> #
>>> >> >>> ## Block objects creation  ##
>>> >> >>> #
>>> >> >>> ##
>>> >> >>> ## Checking objects ##
>>> >> >>> ##
>>> >> >>> Running system generator ...
>>> >> >>> Error using ==> gen_xps_files at 328
>>> >> >>> XSG generation failed: ?
>>> >> >>>
>>> >> >>> I am using Xilinx 11.1 and Matlab
>>> >> >>> R2009a on CentOS Linux with the
>>> >> >>> mlib_devel_10_1 library. I was not
>>> >> >>> having this trouble until recently.
>>> >> >>> Other people use my computer, but
>>> >> >>> they know to avoid changing my
>>> >> >>> installations.
>>> >> >>>
>>> >> >>> I attached a simple MDL file that
>>> >> >>> produces the error messages shown
>>> >> >>> above. What is causing gen_xps_files
>>> >> >>> to have trouble at 328?
>>> >> >>>
>>> >> >>>
>>> >> >>
>>> >> >> Hi Ron.  This sounds strangely like the glibc problem I mentioned
>>> >> last
>>> >> >> week.  Did any messages from the OS come up in the window you
>>> started
>>> >> >> the
>>> >> >> matlab session from?
>>> >> >>
>>> >> >> You might check to see if anyone updated your glibc lately.
>>> >> >>
>>> >> >> I'll try your mdl tomorrow and see what happens.  I don't have
>>> access
>>> >> to
>>> >> >> a
>>> >> >> toolset right now.
>>> >> >>
>>> >> >> John
>>> >> >>
>>> >> >>
>>> >> >>
>>> >> >
>>> >> >
>>> >>
>>> >>
>>> >>
>>> >>
>>> >
>>>
>>>
>>>
>>>
>>
>
>
>





Re: [casper] Short Error Message from "gen_xps_files at 328"

2011-12-28 Thread John Ford
> Thank you. I thought the model was
> so simple that it should be okay.
> Did you compile after downgrading
> your glibc?

Yes, we had to downgrade glibc when it was first installed a month or so ago.

> Does it also compile
> with the updated glibc?

No.  The glibc thing is a bug in xst.  xilinx will have to fix that.

John

>
>>> A new problem is preventing me from
>>> compiling even simple models with
>>> bee_xps. For example, when I compile
>>> a model containing only the system
>>> generator, XSB Core Config, Xilinx
>>> constants and CASPER software
>>> registers, I receive the following
>>> messages from bee_xps.
>>>
>>> Detected Linux OS
>>> #
>>> ##  System Update  ##
>>> #
>>> #
>>> ## Block objects creation  ##
>>> #
>>> ##
>>
>> Hi Ron and all.  I just tried to run your example, and I got errors.  I
>> forgot that you can't have mixed case model file names.  It gums up the
>> works somewhere in there.
>>
>> I got the following result with testRegisters.mdl:
>>
>> Detected Linux OS
>> #
>> ##  System Update  ##
>> #
>> #
>> ## Block objects creation  ##
>> #
>> ##
>> ## Checking objects ##
>> ##
>> Running system generator ...
>>
>> xsg_blk =
>>
>> testRegisters/ System Generator
>>
>>
>> xsg_result =
>>
>>  0
>>
>> XSG generation complete.
>> #
>> ## Copying base system ##
>> #
>>
>> source_dir =
>>
>> /export/home/blink/scratch/casper/mlib_devel/xps_lib/XPS_ROACH_base
>>
>> Copying base package from:
>>  /export/home/blink/scratch/casper/mlib_devel/xps_lib/XPS_ROACH_base
>>
>> msg =
>>
>>  ''
>>
>>
>>
>> msgid =
>>
>>  ''
>>
>>
>> 
>> ## Copying custom IPs ##
>> 
>> ##
>> ## Creating Simulink IP ##
>> ##
>> Error using ==> gen_xps_create_pcore at 41
>> Cannot find any compiled XSG netlist. Have you run the Xilinx System
>> Generator on your design ?

>>
>> I renamed testRegisters.mdl to test_registers.mdl, and it compiles fine.
>>
>> John
>>
>>
>>
>>
>
>





Re: [casper] Short Error Message from "gen_xps_files at 328"

2011-12-28 Thread ron
When I try that, yum warns me that 14
dependent packages will be removed.
The packages include gcc stuff.
Should my yum line include all the
packages that /var/log/yum.log shows
were updated on December 12, 2011?
(The updates were done by the CentOS
updater that announces updates as
they become available.)

> Hi Ron,
>
> I used yum's 'downgrade' command:
>
> $sudo yum downgrade glibc glibc-common
>
> This should downgrade to the next highest version.
>
> Mark
>
>
> On Mon, Dec 26, 2011 at 4:44 PM,  wrote:
>
>> How do you safely roll back glibc? I
>> would like to try your fix but also
>> want to avoid breaking any system
>> setups. I am using CentOS. Is there
>> a way to have Xilinx and Matlab
>> software use a rolled-back glibc but
>> allow other software to continue
>> using the current version?
>>
>> > I tried rolling back glibc and that did fix the XST error issue, but
>> other
>> > issues are now surfacing so i've opened a 'Webcase' with Xilinx and
>> will
>> > hopefully hear back from them soon.
>> >
>> > Mark
>> >
>> >
>> > On Sun, Dec 25, 2011 at 7:58 PM, John Ford  wrote:
>> >
>> >> > I need to check some logs, but I do
>> >> > think somebody did some  of the
>> >> > CentOS updates that were announced
>> >> > "available" by the CentOS system
>> >> > updater. I don't see the reference
>> >> > to the glibc problem in recent
>> >> > CASPER email.
>> >>
>> >> May mail seems to have bounced that I sent.  In any case, there is a
>> bug
>> >> in xst that double-frees some memory, triggering glibc to throw a
>> memory
>> >> exception and scream and die.  We rolled back our glibc and it fixed
>> the
>> >> problem.  Well, it masks the problem...
>> >>
>> >> Sorry about the lack of info!
>> >>
>> >> John
>> >>
>> >>
>> >> >
>> >> >>> A new problem is preventing me from
>> >> >>> compiling even simple models with
>> >> >>> bee_xps. For example, when I compile
>> >> >>> a model containing only the system
>> >> >>> generator, XSB Core Config, Xilinx
>> >> >>> constants and CASPER software
>> >> >>> registers, I receive the following
>> >> >>> messages from bee_xps.
>> >> >>>
>> >> >>> Detected Linux OS
>> >> >>> #
>> >> >>> ##  System Update  ##
>> >> >>> #
>> >> >>> #
>> >> >>> ## Block objects creation  ##
>> >> >>> #
>> >> >>> ##
>> >> >>> ## Checking objects ##
>> >> >>> ##
>> >> >>> Running system generator ...
>> >> >>> Error using ==> gen_xps_files at 328
>> >> >>> XSG generation failed: ?
>> >> >>>
>> >> >>> I am using Xilinx 11.1 and Matlab
>> >> >>> R2009a on CentOS Linux with the
>> >> >>> mlib_devel_10_1 library. I was not
>> >> >>> having this trouble until recently.
>> >> >>> Other people use my computer, but
>> >> >>> they know to avoid changing my
>> >> >>> installations.
>> >> >>>
>> >> >>> I attached a simple MDL file that
>> >> >>> produces the error messages shown
>> >> >>> above. What is causing gen_xps_files
>> >> >>> to have trouble at 328?
>> >> >>>
>> >> >>>
>> >> >>
>> >> >> Hi Ron.  This sounds strangely like the glibc problem I mentioned
>> >> last
>> >> >> week.  Did any messages from the OS come up in the window you
>> started
>> >> >> the
>> >> >> matlab session from?
>> >> >>
>> >> >> You might check to see if anyone updated your glibc lately.
>> >> >>
>> >> >> I'll try your mdl tomorrow and see what happens.  I don't have
>> access
>> >> to
>> >> >> a
>> >> >> toolset right now.
>> >> >>
>> >> >> John
>> >> >>
>> >> >>
>> >> >>
>> >> >
>> >> >
>> >>
>> >>
>> >>
>> >>
>> >
>>
>>
>>
>>
>





Re: [casper] Short Error Message from "gen_xps_files at 328"

2011-12-28 Thread ron
Thank you. I thought the model was
so simple that it should be okay.
Did you compile after downgrading
your glibc? Does it also compile
with the updated glibc?

>> A new problem is preventing me from
>> compiling even simple models with
>> bee_xps. For example, when I compile
>> a model containing only the system
>> generator, XSB Core Config, Xilinx
>> constants and CASPER software
>> registers, I receive the following
>> messages from bee_xps.
>>
>> Detected Linux OS
>> #
>> ##  System Update  ##
>> #
>> #
>> ## Block objects creation  ##
>> #
>> ##
>
> Hi Ron and all.  I just tried to run your example, and I got errors.  I
> forgot that you can't have mixed case model file names.  It gums up the
> works somewhere in there.
>
> I got the following result with testRegisters.mdl:
>
> Detected Linux OS
> #
> ##  System Update  ##
> #
> #
> ## Block objects creation  ##
> #
> ##
> ## Checking objects ##
> ##
> Running system generator ...
>
> xsg_blk =
>
> testRegisters/ System Generator
>
>
> xsg_result =
>
>  0
>
> XSG generation complete.
> #
> ## Copying base system ##
> #
>
> source_dir =
>
> /export/home/blink/scratch/casper/mlib_devel/xps_lib/XPS_ROACH_base
>
> Copying base package from:
>  /export/home/blink/scratch/casper/mlib_devel/xps_lib/XPS_ROACH_base
>
> msg =
>
>  ''
>
>
>
> msgid =
>
>  ''
>
>
> 
> ## Copying custom IPs ##
> 
> ##
> ## Creating Simulink IP ##
> ##
> Error using ==> gen_xps_create_pcore at 41
> Cannot find any compiled XSG netlist. Have you run the Xilinx System
> Generator on your design ?
>>>
>
> I renamed testRegisters.mdl to test_registers.mdl, and it compiles fine.
>
> John
>
>
>
>





Re: [casper] Short Error Message from "gen_xps_files at 328"

2011-12-27 Thread John Ford
> A new problem is preventing me from
> compiling even simple models with
> bee_xps. For example, when I compile
> a model containing only the system
> generator, XSB Core Config, Xilinx
> constants and CASPER software
> registers, I receive the following
> messages from bee_xps.
>
> Detected Linux OS
> #
> ##  System Update  ##
> #
> #
> ## Block objects creation  ##
> #
> ##

Hi Ron and all.  I just tried to run your example, and I got errors.  I
forgot that you can't have mixed case model file names.  It gums up the
works somewhere in there.

I got the following result with testRegisters.mdl:

Detected Linux OS
#
##  System Update  ##
#
#
## Block objects creation  ##
#
##
## Checking objects ##
##
Running system generator ...

xsg_blk =

testRegisters/ System Generator


xsg_result =

 0

XSG generation complete.
#
## Copying base system ##
#

source_dir =

/export/home/blink/scratch/casper/mlib_devel/xps_lib/XPS_ROACH_base

Copying base package from:
 /export/home/blink/scratch/casper/mlib_devel/xps_lib/XPS_ROACH_base

msg =

 ''



msgid =

 ''



## Copying custom IPs ##

##
## Creating Simulink IP ##
##
Error using ==> gen_xps_create_pcore at 41
Cannot find any compiled XSG netlist. Have you run the Xilinx System
Generator on your design ?
>>

I renamed testRegisters.mdl to test_registers.mdl, and it compiles fine.

John






Re: [casper] Short Error Message from "gen_xps_files at 328"

2011-12-26 Thread Mark Wagner
Hi Ron,

I used yum's 'downgrade' command:

$sudo yum downgrade glibc glibc-common

This should downgrade to the next highest version.

Mark


On Mon, Dec 26, 2011 at 4:44 PM,  wrote:

> How do you safely roll back glibc? I
> would like to try your fix but also
> want to avoid breaking any system
> setups. I am using CentOS. Is there
> a way to have Xilinx and Matlab
> software use a rolled-back glibc but
> allow other software to continue
> using the current version?
>
> > I tried rolling back glibc and that did fix the XST error issue, but
> other
> > issues are now surfacing so i've opened a 'Webcase' with Xilinx and will
> > hopefully hear back from them soon.
> >
> > Mark
> >
> >
> > On Sun, Dec 25, 2011 at 7:58 PM, John Ford  wrote:
> >
> >> > I need to check some logs, but I do
> >> > think somebody did some  of the
> >> > CentOS updates that were announced
> >> > "available" by the CentOS system
> >> > updater. I don't see the reference
> >> > to the glibc problem in recent
> >> > CASPER email.
> >>
> >> May mail seems to have bounced that I sent.  In any case, there is a bug
> >> in xst that double-frees some memory, triggering glibc to throw a memory
> >> exception and scream and die.  We rolled back our glibc and it fixed the
> >> problem.  Well, it masks the problem...
> >>
> >> Sorry about the lack of info!
> >>
> >> John
> >>
> >>
> >> >
> >> >>> A new problem is preventing me from
> >> >>> compiling even simple models with
> >> >>> bee_xps. For example, when I compile
> >> >>> a model containing only the system
> >> >>> generator, XSB Core Config, Xilinx
> >> >>> constants and CASPER software
> >> >>> registers, I receive the following
> >> >>> messages from bee_xps.
> >> >>>
> >> >>> Detected Linux OS
> >> >>> #
> >> >>> ##  System Update  ##
> >> >>> #
> >> >>> #
> >> >>> ## Block objects creation  ##
> >> >>> #
> >> >>> ##
> >> >>> ## Checking objects ##
> >> >>> ##
> >> >>> Running system generator ...
> >> >>> Error using ==> gen_xps_files at 328
> >> >>> XSG generation failed: ?
> >> >>>
> >> >>> I am using Xilinx 11.1 and Matlab
> >> >>> R2009a on CentOS Linux with the
> >> >>> mlib_devel_10_1 library. I was not
> >> >>> having this trouble until recently.
> >> >>> Other people use my computer, but
> >> >>> they know to avoid changing my
> >> >>> installations.
> >> >>>
> >> >>> I attached a simple MDL file that
> >> >>> produces the error messages shown
> >> >>> above. What is causing gen_xps_files
> >> >>> to have trouble at 328?
> >> >>>
> >> >>>
> >> >>
> >> >> Hi Ron.  This sounds strangely like the glibc problem I mentioned
> >> last
> >> >> week.  Did any messages from the OS come up in the window you started
> >> >> the
> >> >> matlab session from?
> >> >>
> >> >> You might check to see if anyone updated your glibc lately.
> >> >>
> >> >> I'll try your mdl tomorrow and see what happens.  I don't have access
> >> to
> >> >> a
> >> >> toolset right now.
> >> >>
> >> >> John
> >> >>
> >> >>
> >> >>
> >> >
> >> >
> >>
> >>
> >>
> >>
> >
>
>
>
>


Re: [casper] Short Error Message from "gen_xps_files at 328"

2011-12-26 Thread ron
How do you safely roll back glibc? I
would like to try your fix but also
want to avoid breaking any system
setups. I am using CentOS. Is there
a way to have Xilinx and Matlab
software use a rolled-back glibc but
allow other software to continue
using the current version?

> I tried rolling back glibc and that did fix the XST error issue, but other
> issues are now surfacing so i've opened a 'Webcase' with Xilinx and will
> hopefully hear back from them soon.
>
> Mark
>
>
> On Sun, Dec 25, 2011 at 7:58 PM, John Ford  wrote:
>
>> > I need to check some logs, but I do
>> > think somebody did some  of the
>> > CentOS updates that were announced
>> > "available" by the CentOS system
>> > updater. I don't see the reference
>> > to the glibc problem in recent
>> > CASPER email.
>>
>> May mail seems to have bounced that I sent.  In any case, there is a bug
>> in xst that double-frees some memory, triggering glibc to throw a memory
>> exception and scream and die.  We rolled back our glibc and it fixed the
>> problem.  Well, it masks the problem...
>>
>> Sorry about the lack of info!
>>
>> John
>>
>>
>> >
>> >>> A new problem is preventing me from
>> >>> compiling even simple models with
>> >>> bee_xps. For example, when I compile
>> >>> a model containing only the system
>> >>> generator, XSB Core Config, Xilinx
>> >>> constants and CASPER software
>> >>> registers, I receive the following
>> >>> messages from bee_xps.
>> >>>
>> >>> Detected Linux OS
>> >>> #
>> >>> ##  System Update  ##
>> >>> #
>> >>> #
>> >>> ## Block objects creation  ##
>> >>> #
>> >>> ##
>> >>> ## Checking objects ##
>> >>> ##
>> >>> Running system generator ...
>> >>> Error using ==> gen_xps_files at 328
>> >>> XSG generation failed: ?
>> >>>
>> >>> I am using Xilinx 11.1 and Matlab
>> >>> R2009a on CentOS Linux with the
>> >>> mlib_devel_10_1 library. I was not
>> >>> having this trouble until recently.
>> >>> Other people use my computer, but
>> >>> they know to avoid changing my
>> >>> installations.
>> >>>
>> >>> I attached a simple MDL file that
>> >>> produces the error messages shown
>> >>> above. What is causing gen_xps_files
>> >>> to have trouble at 328?
>> >>>
>> >>>
>> >>
>> >> Hi Ron.  This sounds strangely like the glibc problem I mentioned
>> last
>> >> week.  Did any messages from the OS come up in the window you started
>> >> the
>> >> matlab session from?
>> >>
>> >> You might check to see if anyone updated your glibc lately.
>> >>
>> >> I'll try your mdl tomorrow and see what happens.  I don't have access
>> to
>> >> a
>> >> toolset right now.
>> >>
>> >> John
>> >>
>> >>
>> >>
>> >
>> >
>>
>>
>>
>>
>





Re: [casper] Short Error Message from "gen_xps_files at 328"

2011-12-26 Thread Mark Wagner
I tried rolling back glibc and that did fix the XST error issue, but other
issues are now surfacing so i've opened a 'Webcase' with Xilinx and will
hopefully hear back from them soon.

Mark


On Sun, Dec 25, 2011 at 7:58 PM, John Ford  wrote:

> > I need to check some logs, but I do
> > think somebody did some  of the
> > CentOS updates that were announced
> > "available" by the CentOS system
> > updater. I don't see the reference
> > to the glibc problem in recent
> > CASPER email.
>
> May mail seems to have bounced that I sent.  In any case, there is a bug
> in xst that double-frees some memory, triggering glibc to throw a memory
> exception and scream and die.  We rolled back our glibc and it fixed the
> problem.  Well, it masks the problem...
>
> Sorry about the lack of info!
>
> John
>
>
> >
> >>> A new problem is preventing me from
> >>> compiling even simple models with
> >>> bee_xps. For example, when I compile
> >>> a model containing only the system
> >>> generator, XSB Core Config, Xilinx
> >>> constants and CASPER software
> >>> registers, I receive the following
> >>> messages from bee_xps.
> >>>
> >>> Detected Linux OS
> >>> #
> >>> ##  System Update  ##
> >>> #
> >>> #
> >>> ## Block objects creation  ##
> >>> #
> >>> ##
> >>> ## Checking objects ##
> >>> ##
> >>> Running system generator ...
> >>> Error using ==> gen_xps_files at 328
> >>> XSG generation failed: ?
> >>>
> >>> I am using Xilinx 11.1 and Matlab
> >>> R2009a on CentOS Linux with the
> >>> mlib_devel_10_1 library. I was not
> >>> having this trouble until recently.
> >>> Other people use my computer, but
> >>> they know to avoid changing my
> >>> installations.
> >>>
> >>> I attached a simple MDL file that
> >>> produces the error messages shown
> >>> above. What is causing gen_xps_files
> >>> to have trouble at 328?
> >>>
> >>>
> >>
> >> Hi Ron.  This sounds strangely like the glibc problem I mentioned last
> >> week.  Did any messages from the OS come up in the window you started
> >> the
> >> matlab session from?
> >>
> >> You might check to see if anyone updated your glibc lately.
> >>
> >> I'll try your mdl tomorrow and see what happens.  I don't have access to
> >> a
> >> toolset right now.
> >>
> >> John
> >>
> >>
> >>
> >
> >
>
>
>
>


Re: [casper] Short Error Message from "gen_xps_files at 328"

2011-12-25 Thread John Ford
> I need to check some logs, but I do
> think somebody did some  of the
> CentOS updates that were announced
> "available" by the CentOS system
> updater. I don't see the reference
> to the glibc problem in recent
> CASPER email.

May mail seems to have bounced that I sent.  In any case, there is a bug
in xst that double-frees some memory, triggering glibc to throw a memory
exception and scream and die.  We rolled back our glibc and it fixed the
problem.  Well, it masks the problem...

Sorry about the lack of info!

John


>
>>> A new problem is preventing me from
>>> compiling even simple models with
>>> bee_xps. For example, when I compile
>>> a model containing only the system
>>> generator, XSB Core Config, Xilinx
>>> constants and CASPER software
>>> registers, I receive the following
>>> messages from bee_xps.
>>>
>>> Detected Linux OS
>>> #
>>> ##  System Update  ##
>>> #
>>> #
>>> ## Block objects creation  ##
>>> #
>>> ##
>>> ## Checking objects ##
>>> ##
>>> Running system generator ...
>>> Error using ==> gen_xps_files at 328
>>> XSG generation failed: ?
>>>
>>> I am using Xilinx 11.1 and Matlab
>>> R2009a on CentOS Linux with the
>>> mlib_devel_10_1 library. I was not
>>> having this trouble until recently.
>>> Other people use my computer, but
>>> they know to avoid changing my
>>> installations.
>>>
>>> I attached a simple MDL file that
>>> produces the error messages shown
>>> above. What is causing gen_xps_files
>>> to have trouble at 328?
>>>
>>>
>>
>> Hi Ron.  This sounds strangely like the glibc problem I mentioned last
>> week.  Did any messages from the OS come up in the window you started
>> the
>> matlab session from?
>>
>> You might check to see if anyone updated your glibc lately.
>>
>> I'll try your mdl tomorrow and see what happens.  I don't have access to
>> a
>> toolset right now.
>>
>> John
>>
>>
>>
>
>





Re: [casper] Short Error Message from "gen_xps_files at 328"

2011-12-24 Thread Mark Wagner
Hi Ron,

I've tried to compile your design (and my own) and have been having the
same issue.  This seems to have started when our sysadmins performed the
Redhat update and now i'm unable to generate even the simplest designs.

I'll try to roll back one of our machines and see if that helps.   I'll
also be putting in a ticket with Xilinx.

Mark


On Sat, Dec 24, 2011 at 11:43 AM,  wrote:

> I need to check some logs, but I do
> think somebody did some  of the
> CentOS updates that were announced
> "available" by the CentOS system
> updater. I don't see the reference
> to the glibc problem in recent
> CASPER email.
>
> >> A new problem is preventing me from
> >> compiling even simple models with
> >> bee_xps. For example, when I compile
> >> a model containing only the system
> >> generator, XSB Core Config, Xilinx
> >> constants and CASPER software
> >> registers, I receive the following
> >> messages from bee_xps.
> >>
> >> Detected Linux OS
> >> #
> >> ##  System Update  ##
> >> #
> >> #
> >> ## Block objects creation  ##
> >> #
> >> ##
> >> ## Checking objects ##
> >> ##
> >> Running system generator ...
> >> Error using ==> gen_xps_files at 328
> >> XSG generation failed: ?
> >>
> >> I am using Xilinx 11.1 and Matlab
> >> R2009a on CentOS Linux with the
> >> mlib_devel_10_1 library. I was not
> >> having this trouble until recently.
> >> Other people use my computer, but
> >> they know to avoid changing my
> >> installations.
> >>
> >> I attached a simple MDL file that
> >> produces the error messages shown
> >> above. What is causing gen_xps_files
> >> to have trouble at 328?
> >>
> >>
> >
> > Hi Ron.  This sounds strangely like the glibc problem I mentioned last
> > week.  Did any messages from the OS come up in the window you started the
> > matlab session from?
> >
> > You might check to see if anyone updated your glibc lately.
> >
> > I'll try your mdl tomorrow and see what happens.  I don't have access to
> a
> > toolset right now.
> >
> > John
> >
> >
> >
>
>
>
>


Re: [casper] Short Error Message from "gen_xps_files at 328"

2011-12-24 Thread ron
I need to check some logs, but I do
think somebody did some  of the
CentOS updates that were announced
"available" by the CentOS system
updater. I don't see the reference
to the glibc problem in recent
CASPER email.

>> A new problem is preventing me from
>> compiling even simple models with
>> bee_xps. For example, when I compile
>> a model containing only the system
>> generator, XSB Core Config, Xilinx
>> constants and CASPER software
>> registers, I receive the following
>> messages from bee_xps.
>>
>> Detected Linux OS
>> #
>> ##  System Update  ##
>> #
>> #
>> ## Block objects creation  ##
>> #
>> ##
>> ## Checking objects ##
>> ##
>> Running system generator ...
>> Error using ==> gen_xps_files at 328
>> XSG generation failed: ?
>>
>> I am using Xilinx 11.1 and Matlab
>> R2009a on CentOS Linux with the
>> mlib_devel_10_1 library. I was not
>> having this trouble until recently.
>> Other people use my computer, but
>> they know to avoid changing my
>> installations.
>>
>> I attached a simple MDL file that
>> produces the error messages shown
>> above. What is causing gen_xps_files
>> to have trouble at 328?
>>
>>
>
> Hi Ron.  This sounds strangely like the glibc problem I mentioned last
> week.  Did any messages from the OS come up in the window you started the
> matlab session from?
>
> You might check to see if anyone updated your glibc lately.
>
> I'll try your mdl tomorrow and see what happens.  I don't have access to a
> toolset right now.
>
> John
>
>
>





Re: [casper] Short Error Message from "gen_xps_files at 328"

2011-12-21 Thread John Ford
> A new problem is preventing me from
> compiling even simple models with
> bee_xps. For example, when I compile
> a model containing only the system
> generator, XSB Core Config, Xilinx
> constants and CASPER software
> registers, I receive the following
> messages from bee_xps.
>
> Detected Linux OS
> #
> ##  System Update  ##
> #
> #
> ## Block objects creation  ##
> #
> ##
> ## Checking objects ##
> ##
> Running system generator ...
> Error using ==> gen_xps_files at 328
> XSG generation failed: ?
>
> I am using Xilinx 11.1 and Matlab
> R2009a on CentOS Linux with the
> mlib_devel_10_1 library. I was not
> having this trouble until recently.
> Other people use my computer, but
> they know to avoid changing my
> installations.
>
> I attached a simple MDL file that
> produces the error messages shown
> above. What is causing gen_xps_files
> to have trouble at 328?
>
>

Hi Ron.  This sounds strangely like the glibc problem I mentioned last
week.  Did any messages from the OS come up in the window you started the
matlab session from?

You might check to see if anyone updated your glibc lately.

I'll try your mdl tomorrow and see what happens.  I don't have access to a
toolset right now.

John





Re: [casper] Short Error Message from "gen_xps_files at 328"

2011-12-21 Thread ron
I used a modified version of
gen_xps_files to discover what error
code was being returned from
xlGenerateButton and found the code
was the integer 1 which I thought
indicated that the xlGenerateButton
was canceled. How could the function
be canceled? I don't think I did
anything to cancel it.

> A new problem is preventing me from
> compiling even simple models with
> bee_xps. For example, when I compile
> a model containing only the system
> generator, XSB Core Config, Xilinx
> constants and CASPER software
> registers, I receive the following
> messages from bee_xps.
>
> Detected Linux OS
> #
> ##  System Update  ##
> #
> #
> ## Block objects creation  ##
> #
> ##
> ## Checking objects ##
> ##
> Running system generator ...
> Error using ==> gen_xps_files at 328
> XSG generation failed: ?
>
> I am using Xilinx 11.1 and Matlab
> R2009a on CentOS Linux with the
> mlib_devel_10_1 library. I was not
> having this trouble until recently.
> Other people use my computer, but
> they know to avoid changing my
> installations.
>
> I attached a simple MDL file that
> produces the error messages shown
> above. What is causing gen_xps_files
> to have trouble at 328?
>
>