simulavr-devel
[Top][All Lists]
Advanced

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

Re: [Simulavr-devel] Unable do build SimulAVR


From: Marko Panger
Subject: Re: [Simulavr-devel] Unable do build SimulAVR
Date: Mon, 06 Oct 2003 23:18:13 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030313

I use Mandrake9.1 and I have simply used make >mail.
Now I am attaching the "out" file with make invoked as you soggested.

marko

Theodore A. Roth wrote:

>
> On Mon, 6 Oct 2003, Marko Panger wrote:
>
>
>> Hi all,
>>
>> I have just downloaded the latest version from CVS and I am getting some
>> build errors and I just can't figure out how to fix them.
>>
>> Please find attached the output from "make".
>>
>> If anyone could give me a hint...
>
>
>
> I don't see where the build failed. Are you sure you captured all the
> output?
>
> Did you use 'make > out' or 'make >out 2>&1' to capture the output?
> The first will not capture everything.
>
> Which system are you building on?
>
> Ted Roth
Making all in src
make[1]: Entering directory `/home/marko/AvrTools/simulavr/build-avr/src'
make  all-recursive
make[2]: Entering directory `/home/marko/AvrTools/simulavr/build-avr/src'
Making all in getopt
make[3]: Entering directory `/home/marko/AvrTools/simulavr/build-avr/src/getopt'
if gcc -DHAVE_CONFIG_H -I. -I../../../src/getopt -I../../src    -Wall -Werror 
-g -O2 -MT gnu_getopt.o -MD -MP -MF ".deps/gnu_getopt.Tpo" \
  -c -o gnu_getopt.o `test -f '../../../src/getopt/gnu_getopt.c' || echo 
'../../../src/getopt/'`../../../src/getopt/gnu_getopt.c; \
then mv ".deps/gnu_getopt.Tpo" ".deps/gnu_getopt.Po"; \
else rm -f ".deps/gnu_getopt.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I../../../src/getopt -I../../src    -Wall -Werror 
-g -O2 -MT gnu_getopt1.o -MD -MP -MF ".deps/gnu_getopt1.Tpo" \
  -c -o gnu_getopt1.o `test -f '../../../src/getopt/gnu_getopt1.c' || echo 
'../../../src/getopt/'`../../../src/getopt/gnu_getopt1.c; \
then mv ".deps/gnu_getopt1.Tpo" ".deps/gnu_getopt1.Po"; \
else rm -f ".deps/gnu_getopt1.Tpo"; exit 1; \
fi
rm -f libgnugetopt.a
ar cru libgnugetopt.a gnu_getopt.o gnu_getopt1.o 
ranlib libgnugetopt.a
make[3]: Leaving directory `/home/marko/AvrTools/simulavr/build-avr/src/getopt'
Making all in disp
make[3]: Entering directory `/home/marko/AvrTools/simulavr/build-avr/src/disp'
if gcc -DHAVE_CONFIG_H -I. -I../../../src/disp -I../../src    -Wall -Werror 
-I../../../src -I../../../src/getopt -g -O2 -MT disp.o -MD -MP -MF 
".deps/disp.Tpo" \
  -c -o disp.o `test -f '../../../src/disp/disp.c' || echo 
'../../../src/disp/'`../../../src/disp/disp.c; \
then mv ".deps/disp.Tpo" ".deps/disp.Po"; \
else rm -f ".deps/disp.Tpo"; exit 1; \
fi
gcc -Wall -Werror -I../../../src -I../../../src/getopt -g -O2   -o 
simulavr-disp  disp.o -lncurses ../getopt/libgnugetopt.a 
make[3]: Leaving directory `/home/marko/AvrTools/simulavr/build-avr/src/disp'
Making all in disp-vcd
make[3]: Entering directory 
`/home/marko/AvrTools/simulavr/build-avr/src/disp-vcd'
if gcc -DHAVE_CONFIG_H -I. -I../../../src/disp-vcd -I../../src    -Wall -Werror 
-I../../../src -I../../../src/getopt -g -O2 -MT disp.o -MD -MP -MF 
".deps/disp.Tpo" \
  -c -o disp.o `test -f '../../../src/disp-vcd/disp.c' || echo 
'../../../src/disp-vcd/'`../../../src/disp-vcd/disp.c; \
then mv ".deps/disp.Tpo" ".deps/disp.Po"; \
else rm -f ".deps/disp.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I../../../src/disp-vcd -I../../src    -Wall -Werror 
-I../../../src -I../../../src/getopt -g -O2 -MT vcd.o -MD -MP -MF 
".deps/vcd.Tpo" \
  -c -o vcd.o `test -f '../../../src/disp-vcd/vcd.c' || echo 
'../../../src/disp-vcd/'`../../../src/disp-vcd/vcd.c; \
then mv ".deps/vcd.Tpo" ".deps/vcd.Po"; \
else rm -f ".deps/vcd.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I../../../src/disp-vcd -I../../src    -Wall -Werror 
-I../../../src -I../../../src/getopt -g -O2 -MT config_parser.o -MD -MP -MF 
".deps/config_parser.Tpo" \
  -c -o config_parser.o `test -f 'config_parser.c' || echo 
'../../../src/disp-vcd/'`config_parser.c; \
then mv ".deps/config_parser.Tpo" ".deps/config_parser.Po"; \
else rm -f ".deps/config_parser.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I../../../src/disp-vcd -I../../src    -Wall -Werror 
-I../../../src -I../../../src/getopt -g -O2 -MT config_scanner.o -MD -MP -MF 
".deps/config_scanner.Tpo" \
  -c -o config_scanner.o `test -f 'config_scanner.c' || echo 
'../../../src/disp-vcd/'`config_scanner.c; \
then mv ".deps/config_scanner.Tpo" ".deps/config_scanner.Po"; \
else rm -f ".deps/config_scanner.Tpo"; exit 1; \
fi
gcc -Wall -Werror -I../../../src -I../../../src/getopt -g -O2   -o simulavr-vcd 
 disp.o vcd.o config_parser.o config_scanner.o ../getopt/libgnugetopt.a 
config_parser.o(.text+0x3b2): In function `config_parse':
/home/marko/AvrTools/simulavr/build-avr/src/disp-vcd/../../../src/disp-vcd/config_parser.y:163:
 undefined reference to `config_text'
config_parser.o(.text+0x3cf):/home/marko/AvrTools/simulavr/build-avr/src/disp-vcd/../../../src/disp-vcd/config_parser.y:171:
 undefined reference to `config_text'
config_parser.o(.text+0x3e4):/home/marko/AvrTools/simulavr/build-avr/src/disp-vcd/../../../src/disp-vcd/config_parser.y:170:
 undefined reference to `config_text'
config_parser.o(.text+0x3f3): In function `config_parse':
/usr/include/stdlib.h:317: undefined reference to `config_text'
config_parser.o(.text+0x582): In function `config_parse':
/usr/share/bison/bison.simple:573: undefined reference to `config_lex'
config_parser.o(.text+0x5c7): In function `config_error':
/home/marko/AvrTools/simulavr/build-avr/src/disp-vcd/../../../src/disp-vcd/config_parser.y:199:
 undefined reference to `config_get_line'
config_parser.o(.text+0x605): In function `parse_config':
/home/marko/AvrTools/simulavr/build-avr/src/disp-vcd/../../../src/disp-vcd/config_parser.y:216:
 undefined reference to `config_scanner_init'
collect2: ld returned 1 exit status
make[3]: *** [simulavr-vcd] Error 1
make[3]: Leaving directory 
`/home/marko/AvrTools/simulavr/build-avr/src/disp-vcd'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/marko/AvrTools/simulavr/build-avr/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/marko/AvrTools/simulavr/build-avr/src'
make: *** [all-recursive] Error 1

reply via email to

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