simulavr-devel
[Top][All Lists]
Advanced

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

[Simulavr-devel] [bug #40559] bootstrap doesn't build src/Makefile.in


From: Markus Hitter
Subject: [Simulavr-devel] [bug #40559] bootstrap doesn't build src/Makefile.in
Date: Thu, 14 Nov 2013 10:23:23 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0

Follow-up Comment #5, bug #40559 (project simulavr):

Update on the fixing attempts:

- If you look closer, all the '%'-style warnings are in directories using
avr-gcc only. Somebody took care of all the others already.

- I tried hard to shoehorn the matter into the preferred automake pattern,
like (in examples/anacomp):

    bin_PROGRAMS = anacomp
    anacomp_SOURCES = main.c
    anacomp_CC = $(AVR_GCC)
    anacomp_CFLAGS = $(AVR_CFLAGS)

  Doesn't work, though, automake simply refuses to use a compiler different
from gcc. No matter which variants I tried.

- A general rule like

  .c.o:
      $(avr-gcc) ...

  ends up in having a duplicate rule. No solution either, this way even make
complains.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?40559>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.nongnu.org/




reply via email to

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