Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

fail to start abstract

Status
Not open for further replies.

none34

Newbie level 5
Joined
Jul 30, 2005
Messages
10
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Activity points
1,338
I want to use abstract(contain in ic5141) to export LEF file.
After I type the abstract command,The system return the following information
Segmentation fault (core dumped)
I fail to find the solution by google.
Please help me
 

setenv LD_ASSUME_KERNEL 2.4.1
Sometimes this can solve the problem.
 

Thanks
I add setenv LD_ASSUME_KERNEL 2.4.1
But still fail

I use strace to trace the run
got following information,But I don't understand what's mean
Any one can help me?

rt_sigaction(SIGSEGV, {SIG_DFL}, {0x8883f8d, [SEGV], SA_RESTORER|SA_RESTART, 0x849a18}, 8) = 0
getpid() = 25411
kill(25411, SIGSEGV) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [SEGV], 8) = 0
rt_sigaction(SIGCHLD, NULL, {SIG_DFL}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [SEGV], NULL, 8) = 0
nanosleep({1, 0}, {1, 0}) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [SEGV], 8) = 0
rt_sigaction(SIGCHLD, NULL, {SIG_DFL}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [SEGV], NULL, 8) = 0
nanosleep({1, 0}, {1, 0}) = 0
sigreturn() = ? (mask now [])
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV (core dumped) +++
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top