首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Vivado HLS 2014.4.1在Ubuntu14.10 x64上没有任何错误的崩溃

Vivado HLS 2014.4.1在Ubuntu14.10 x64上没有任何错误的崩溃
EN

Stack Overflow用户
提问于 2015-04-16 18:24:31
回答 1查看 2K关注 0票数 3

我正在使用Ubuntu14.10 x64和Vivado设计套件2014.4的清晰安装和更新1。Vivado运行,但是Vivado HLS在启动时崩溃,没有任何错误。

代码语言:javascript
复制
user@user-Precision-M4800:/opt/Xilinx/Vivado_HLS/2014.4/bin$ ./vivado_hls
================================================================
  Vivado(TM) HLS - High-Level Synthesis from C, C++ and SystemC
  Version 2014.4
  Build 1071461 on Tue Nov 18 16:42:57 PM 2014
  Copyright (C) 2014 Xilinx Inc. All rights reserved.
================================================================
@I [HLS-10] Running '/opt/Xilinx/Vivado_HLS/2014.4/bin/unwrapped/lnx64.o/vivado_hls'
            for user 'user' on host 'user-Precision-M4800' (Linux_x86_64 version 3.16.0-34-generic) on Thu Apr 16 20:22:24 CEST 2015
            in directory '/opt/Xilinx/Vivado_HLS/2014.4/bin'
@I [HLS-10] Bringing up Vivado HLS GUI ... 

我已经尝试过从vivado中获得源settings64.sh,然后通过命令vivado_hls运行,但是也会发生同样的事情。有人遇到过同样的问题吗?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2015-04-17 11:24:14

过了一会儿,我发现有错误(我删除了"/Xilinx/Vivado_HLS/2014.4/bin/vivado_hls“文件中的最后一行,并在出现根文件和错误文件时运行它)。主线程的误差为SIGSEGV。

代码语言:javascript
复制
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00000000000018f0, pid=26932, tid=139977825289984
#
# JRE version: Java(TM) SE Runtime Environment (8.0_05-b13) (build 1.8.0_05-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.5-b02 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  0x00000000000018f0
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

---------------  T H R E A D  ---------------

Current thread (0x00007f4f1800a800):  JavaThread "main" [_thread_in_native, id=26933, stack(0x00007f4f207d8000,0x00007f4f208d9000)]

siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x00000000000018f0

我找到了一个解决方案( Xilinx论坛 ),我只是在vivado_hls文件的顶部添加了导出SWT_GTK3=0。

票数 4
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/29683018

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档