hi , sir
   I use ./configure and i tried to modify the generated Makefile , but it cannot 
achieve my goal now... 
In the Makefile, there are BCC and TCC, from the words there , i think the TCC is for 
the target, so my work is :

# C Compiler and options for use in building executables that
# will run on the platform that is doing the build.
#
BCC = gcc -g -O2
                                                                                
# C Compile and options for use in building executables that
# will run on the target platform.  (BCC and TCC are usually the
# same unless your are cross-compiling.)
#
TCC = arm-elf-gcc -g -O2 -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I${TOP}/src#TCC = 
gcc -g -O2 -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I${TOP}/src
 
but when i use make command, errors found:
cp ./tool/lempar.c .
cp ./src/parse.y .
./lemon parse.y
./libtool --mode=compile arm-elf-gcc -g -O2 -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. 
-I./src  -c ./src/attach.c
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
make: *** [attach.lo] Error 1
The compiler arm-elf-gcc cannot support --tag parameters, so what can i do now?

Thank you so much...............



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to