This is the mail archive of the cgen@sourceware.org mailing list for the CGEN project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: "make gas-test" broken?


Doug Evans wrote:
> Dave Korn wrote:
>>     Hi,
>>
>>   I figured it was something I was doing wrong in my port, but maybe not;
>> seems to happen for any cpu I try, e.g.:

> Hi.  Yeah, it is broken.  Bitrot.
> I fixed a few issues, and still have a few more to look into.

  Thanks Doug, I'm updating my repository and I'll see how it looks later tonight.

> btw, here's how I'm testing gas-test.
> 
> bash$ cd src/cgen
> bash$ guile
> guile> (load "dev.scm")
> guile> (load-gtest)
> guile> (cload #:arch "../cpu/m32r.cpu") ; replace with path to your cpu
> file of course
> guile> (cgen-build.sh)
> guile> (cgen-all-insn.exp)
> 
> That should run without any errors.

  Thanks, I'll try that.

> Also, to get a backtrace when invoking gas-test from the command line:
> 
> bash$ make gas-test CGENFLAGS='-v -b'

  Ooh, ta, that'll come in handy.

    cheers,
      DaveK


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]