This is the mail archive of the crossgcc@cygnus.com mailing list for the crossgcc project.


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

ask for help


   In order to build the motorola 68k cross compiler for my server, 
   I ftp binutils-2.9.1.tar.gz and gcc-2.8.1.tar.gz files to my server, and 
   decompress and extract them. I use in binutils-2.9.1 directory 
   "./configure --host=sparc-sun-solaris2 --target=m68k-coff --prefix=/bar
-v"
   command , it executes correctly; then I execute "make all install".
   In this step, it is said "_builtin_va_arg_incr symbol undefined in file
   bucomm.o".
   But I can only find "va_arg"function in bucomm.c file. What is wrong?

   sincerely yours
   chenggang