Sign in

username:

password:



Not a member?

Search Comp.Arch.FPGA



Search tips

fpga by Keywords

Altera | ASIC | CPLD | Cyclone | DCM | DDR | DSP | Ethernet | ISE | JTAG | Linux | LVDS | Microblaze | ML310 | Modelsim | NIOS | OPB | PCI | Quartus | RocketIO | SDRAM | Spartan | Spartan3 | SRAM | Stratix | Verilog | VHDL | Virtex | Virtex-4 | Virtex-II | Xilinx | XST

Ads

See Also

DSPEmbedded SystemsElectronics

Comp.Arch.FPGA | Xilinx XPS crash on Linux

There are 3 messages in this thread.

You are currently looking at messages 0 to 3.

Xilinx XPS crash on Linux - pes - 2010-02-25 08:53:00

Hi,

I want to test Microblaze processor with Xilinx tools.

After creating a MicroBlaze project with the Xilinx Platform Studio, the 
application crashes. Same crash happens when I open this project.

I use Mandriva 2010 32b and Xilinx support doesn' t help me since I have 
an unsupported OS.

I get this message with $dmesg after the crash :

xpsgui[21688]: segfault at 5 ip b60a2f38 sp bfbb7b60 error 4 in 
libxml2.so.2.7.6[b6033000+135000]

Any help would be much appreciated.

Thank you



Re: Xilinx XPS crash on Linux - Alan Fitch - 2010-02-25 15:00:00

On 25/02/10 13:53, pes wrote:
> Hi,
> 
> I want to test Microblaze processor with Xilinx tools.
> 
> After creating a MicroBlaze project with the Xilinx Platform Studio, the 
> application crashes. Same crash happens when I open this project.
> 
> I use Mandriva 2010 32b and Xilinx support doesn' t help me since I have 
> an unsupported OS.
> 
> I get this message with $dmesg after the crash :
> 
> xpsgui[21688]: segfault at 5 ip b60a2f38 sp bfbb7b60 error 4 in 
> libxml2.so.2.7.6[b6033000+135000]
> 
> Any help would be much appreciated.
> 
> Thank you

Plan A.
Install a supported OS inside a virtual machine (e.g. VMWare)

Plan B.

Find out the correct version of libxml2.so from a supported OS.
Get hold of a copy.
Put it in a directory.
Modify the Xilinx launch script to fiddle with LD_LIBRARY_PATH so your
"special place" is prepended.

No guarantees though...

regards
Alan


-- 
Alan Fitch
______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.

Re: Xilinx XPS crash on Linux - from_faa - 2010-04-02 04:24:00

ISE10.1 ISE11.х"libfontconfig" mast be compile with "libexpat" (as in RH, Centos and
so on), but not with "libxml2".take|compile libfontconfig with libexpat (take from CentOS) and copy in ~/lib.In ISE/settings64.sh(settings32.sh) rewriteLD_LIBRARY_PATH=${XILINX}/lib/${PLATFORM}:${LD_LIBRARY_PATH}withLD_LIBRARY_PATH=<your place with new
"libexpat">:${XILINX}/lib/${PLATFORM}:${LD_LIBRARY_PATH}

---
frmsrcurl: http://compgroups.net/comp.arch.fpga/Xilinx-XPS-crash-on-Linux
______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.