[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[DejaGnu] Re: integrating with libgloss: finding baseboards
From: |
Benjamin Kosnik |
Subject: |
[DejaGnu] Re: integrating with libgloss: finding baseboards |
Date: |
Sat, 12 May 2001 23:15:39 -0700 (PDT) |
Ok. I think I've got it mostly figured out. I'm now finding the correct
baseboard, but somehow the path to the simulator is off a bit:
PASS: 17_intro/header_cassert.cc (test for excess errors)
spawn sid -f
/mnt/hd/ahimsa/H-x86-calmrisc32-010108-branch.naked-sid/bin/../../share/sid/calmrisc32-gloss.conf
-e set loader file ./a.out
/mnt/hd/ahimsa/H-x86-calmrisc32-010108-branch.naked-sid/bin/../../share/sid/calmrisc32-gloss.conf:
No such file or directory
<literal>:1: component loader not found
Configuration error. Aborting.
FAIL: 17_intro/header_cassert.cc execution test
in particular
/mnt/hd/ahimsa/H-x86-calmrisc32-010108-branch.naked-sid/bin/../../share/sid/
should be
/mnt/hd/ahimsa/H-x86-calmrisc32-010108-branch.naked-sid/bin/../share/sid/
??