Suma Sharma wrote: > using 'runtest' command of Dejagnu. It is giving the following error: > 'could not find -gcc'
I'm not familiar with 'runtest'. However, this looks like the toolchain wasn't specified. For example, if your toolchain is armeb-softfloat-linux-uclibc, runtest would prepend that to the string '-gcc' to get the name of the compiler, 'armeb-softfloat-linux-uclibc-gcc'. It looks as though the variable holding the name of the toolchain is empty. hth, Jason. -- [email protected] mailing list
