graywolf icon indicating copy to clipboard operation
graywolf copied to clipboard

Error starting graywolf

Open zmleitao opened this issue 10 years ago • 8 comments

I have sucessfully built and installed graywolf in CentOS 6 and Fedora 20 machines. However, when trying to run: $ graywolf -d I get the following output errors:

twflow version:2.1 date:Mon May 25 21:15:08 EDT 1992
Authors: Bill Swartz, Carl Sechen
         Yale University
Twflow switches:
    debug on
    Graphics mode on
    TimberWolf mode on

[1]    31628 segmentation fault (core dumped)  graywolf -d

And when trying to run: $ graywolf -n -d I get the following output errors:

twflow version:2.1 date:Mon May 25 21:15:08 EDT 1992
Authors: Bill Swartz, Carl Sechen
         Yale University
Twflow switches:
    Graphics mode off
    TimberWolf mode on
[find_flow]:Determining design type
Syntax switches:
    debug on
sh: -c: line 0: syntax error near unexpected token `('
sh: -c: line 0: `/bin/rm -rf (null).stat'
Program Ylib/Yrm_files returned with exit code:1
syntax version:v1.1 date:Mon May 25 21:11:10 EDT 1992
TimberWolf System Syntax Checker
Authors: Carl Sechen, Kai-Win Lee, Bill Swartz,
         Dahe Chen, and Jimmy Lam
         Yale University

ERROR[openFile]:could not open file (null).cel
syntax terminated abnormally with 1 error[s] and 0 warning[s]

ERROR[find_design_type]:Trouble executing syntax
FATAL - must exit

twflow terminated abnormally with 1 error[s] and 0 warning[s]

zmleitao avatar Nov 05 '14 12:11 zmleitao

Hi,

Thanks for reporting this!

I get the same errors apparently. Unfortuntately, I've only used graywolf in the context of qflow which runs graywolf without -n and -d , and I will not have time nor motivation to debug things which don't show up together with qflow (http://opencircuitdesign.com/qflow/). If you can provide a fix for this, I'm of course willing to accept a pull request!

Thank you

Best regards, Ruben

rubund avatar Nov 05 '14 19:11 rubund

Hey guys,

My message is unrelated to this issue - but thought this was the best way to get in touch with both of you. I'm attempting to use graywolf for some work related to my master's thesis - but I can't find much documentation about the code, apart from the comments. Since both of you have worked with timberwolf/graywolf, do you have access to any other sources documentation that I could use to understand the program architecture better?

ariqEmtenan avatar Jan 14 '15 17:01 ariqEmtenan

Hi,

I don't know the code very well. I just did the tweaks needed to make timberwolf build as a normal linux program from source and install correctly - and then I named it graywolf. Tim at opencircuitdesign.com knows more. The documentation I've seen is in the tar-bundle of Timberwolf which can be found here: http://opencircuitdesign.com/magic/archive/timberwolf-6.3.5.tgz However, these documents have licenses that are unclear.

Good luck with your thesis. It would be great if you find a cool use for graywolf and maybe brought some improvements back!

Regards, Ruben

rubund avatar Jan 14 '15 21:01 rubund

Hi Ruben,

Thanks a lot! I somehow missed the doc folder in the tar bundle.

Also like to thank you for the work on graywolf- being able to build timberwolf as a normal linux tool will alleviate some of the pain I faced in the past. I hope I'm able to execute on my ideas, would love to contribute back to graywolf if all goes well.

Sincerely,

Ariq

ariqEmtenan avatar Jan 15 '15 00:01 ariqEmtenan

I'm getting the same after I successfully built everything. This is the very last step.

image

any solution to this?

K0rrid0r avatar Apr 01 '21 14:04 K0rrid0r

SOLVED!

surgd

now this is a windows 8.1 solution.

i needed to

find . -type f -print0 | xargs -0 dos2unix

the whole map9v3 folder and also C:\cygwin64\usr\local\lib\graywolf\bin\flow folder.

then it worked :)

K0rrid0r avatar Apr 02 '21 06:04 K0rrid0r

I have sucessfully built and installed graywolf in CentOS 6 and Fedora 20 machines. However, when trying to run: $ graywolf -d I get the following output errors:

twflow version:2.1 date:Mon May 25 21:15:08 EDT 1992
Authors: Bill Swartz, Carl Sechen
         Yale University
Twflow switches:
    debug on
    Graphics mode on
    TimberWolf mode on

[1]    31628 segmentation fault (core dumped)  graywolf -d

And when trying to run: $ graywolf -n -d I get the following output errors:

twflow version:2.1 date:Mon May 25 21:15:08 EDT 1992
Authors: Bill Swartz, Carl Sechen
         Yale University
Twflow switches:
    Graphics mode off
    TimberWolf mode on
[find_flow]:Determining design type
Syntax switches:
    debug on
sh: -c: line 0: syntax error near unexpected token `('
sh: -c: line 0: `/bin/rm -rf (null).stat'
Program Ylib/Yrm_files returned with exit code:1
syntax version:v1.1 date:Mon May 25 21:11:10 EDT 1992
TimberWolf System Syntax Checker
Authors: Carl Sechen, Kai-Win Lee, Bill Swartz,
         Dahe Chen, and Jimmy Lam
         Yale University

ERROR[openFile]:could not open file (null).cel
syntax terminated abnormally with 1 error[s] and 0 warning[s]

ERROR[find_design_type]:Trouble executing syntax
FATAL - must exit

twflow terminated abnormally with 1 error[s] and 0 warning[s]

Several years after, I am also facing the same issue, have you solved it? Please let me know, if you have. In Q-flow synthesis step works just fine. But after that this error is occurring.

Abhishek7799-max avatar Nov 07 '21 14:11 Abhishek7799-max

SOLVED!

surgd

now this is a windows 8.1 solution.

i needed to

find . -type f -print0 | xargs -0 dos2unix

the whole map9v3 folder and also C:\cygwin64\usr\local\lib\graywolf\bin\flow folder.

then it worked :)

Hello, I am doing it in Linux OS, In GUI of a Q-flow, Can you tell me how have you done this? I am also facing the exact same issue!!! Thanks in Advance.

Abhishek7799-max avatar Nov 07 '21 14:11 Abhishek7799-max