This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

how control testsuite


Hello everyone,

I have ported GCC as a cross compiler, and there is a simutlator to run the object file.
For example, the executable file is a.out, which would print "hello world".
then execute the following command, the a.out will be executed.

      tmrun a.out

So what should be done to direct testing? For only executing a.out is not acceptable.

The other question is how to set parameter for testing?

I though the testing command shouldd be:
      tmgcc test.c
but in fact, the command is:
      tmgcc test.c -lm
then there will be warning.

thanks


Regards              /)/)
                    (-.-)
Qinfeng Zhang

Optical Storage & Digital TV
Philips Research East Asia - Shanghai
38F Tower 1 office building
218 Tian Mu Xi Rd.
Shanghai, P.R.China 200070

Tel: (86-21) 6354 1088 Ext. 5356
Fax: (86-21) 6354 4954
Email: qinfeng.zhang@philips.com


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