dejagnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Please help - trying use runtest to test gdb....


From: Markus Deuling
Subject: Re: Please help - trying use runtest to test gdb....
Date: Wed, 08 Aug 2007 11:43:57 +0200
User-agent: Thunderbird 2.0.0.6 (X11/20070728)

Hi,

noam_a schrieb:
Hi all,
please please help
i'm trying to use dejagnu runtest for testing gdb, but i want to use another
compiler than the default one (gcc).
i tried alot of ways (runtest CC=armcc tool gdb etc....)
but it seems that always it take the default one.
please, is there anyone know how i can change it???

After you configured and build GDB using "make" you can just do a "make check" 
and it will run
the testsuite with the default settings (the GDB you just build, default 
compiler, ...)

This way you can give Dejagnu another compiler:
make RUNTESTFLAGS="CC_FOR_TARGET=/path/to/compiler" check

If you want to know more about what is dejagnu doing, add one or more "-v " to 
RUNTESTFLAGS.



--
Markus Deuling
GNU Toolchain for Linux on Cell BE
address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]