avr-gcc-list
[Top][All Lists]
Advanced

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

Re: [avr-gcc-list] simulavr help request: 0.1.2.1 build fails at disp-v


From: Theodore A. Roth
Subject: Re: [avr-gcc-list] simulavr help request: 0.1.2.1 build fails at disp-vcd/disp.c
Date: Wed, 21 Jul 2004 09:29:18 -0700 (PDT)

On Wed, 21 Jul 2004, William R. Fisher wrote:

> Hi,
>
>
>
> I get the following error when I attempt a build (full configure and make
> logs attatched).  Any suggestions would be appreciated.
>
>
>
> Thanks,
>
> bill
>
>
>
>
>
> make[3]: Entering directory
> `/home/bill/gnutools/build-simulavr/src/disp-vcd'
>
> if gcc -DHAVE_CONFIG_H -I. -I../../../simulavr-0.1.2.1/src/disp-vcd
> -I../../src    -Wall -Winline -Werror -I../../../simulavr-0.1.2.1/src
> -I../../../simulavr-0.1.2.1/src/getopt -g -O2 -MT disp.o -MD -MP -MF
> ".deps/disp.Tpo" \
>
>   -c -o disp.o `test -f '../../../simulavr-0.1.2.1/src/disp-vcd/disp.c' ||
> echo
> '../../../simulavr-0.1.2.1/src/disp-vcd/'`../../../simulavr-0.1.2.1/src/disp
> -vcd/disp.c; \
>
> then mv -f ".deps/disp.Tpo" ".deps/disp.Po"; \
>
> else rm -f ".deps/disp.Tpo"; exit 1; \
>
> fi
>
> ../../../simulavr-0.1.2.1/src/disp-vcd/disp.c: In function
> `disp_parse_packet':
>
> ../../../simulavr-0.1.2.1/src/disp-vcd/vcd.h:50: warning: inlining failed in
> call to 'vcd_set_clock': function body not available
>
> ../../../simulavr-0.1.2.1/src/disp-vcd/disp.c:224: warning: called from here
>
> make[3]: *** [disp.o] Error 1

Just remove the "inline" modifier from the header and the C source and
you should be fine.

---
Ted Roth
PGP Key ID: 0x18F846E9
Jabber ID: address@hidden


reply via email to

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