[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[DejaGnu] Re: Can I ignore this WARNING ?
From: |
Rob Savoye |
Subject: |
[DejaGnu] Re: Can I ignore this WARNING ? |
Date: |
Wed, 18 Jul 2001 09:55:02 -0600 |
User-agent: |
Mutt/1.2i |
On Wed, Jul 18, 2001 at 09:55:38AM +0530, Arati D wrote:
> I am getting following message while using DejaGNU 1.4.0. in gas directory.
> WARNING: Could'nt find tool init file
>
> What is the meaning of this Warning ? Where can I get this tool init file ?
> Is my assembler OK ? Since it is not an error, can I ignore it ?
> I gave foll. command in /build-binutils/gas directory
> $runtest --srcdir=/home/kpit/fsfsrc/bintutils-2.11.2/gas/testsuite --target
> _board=sh-hms
> --tool=gas
Try again, but without the '=' signs in the command line. Both --target
and --tool have a space, not an equal as the delimiter. If your site.exp is
correct (make site.exp usually works fine), then don't use either the
--target or --tool options at all. All the info should be in either the local
or the global site.exp file.
- rob -