- MultiPlus Wechselrichter Insel und Nulleinspeisung Conrad         
Ergebnis 1 bis 2 von 2

Thema: Knoppix 7 und Probleme mit make all

  1. #1

    Knoppix 7 und Probleme mit make all

    Anzeige

    LiFePo4 Akku selber bauen - Video
    und wieder... habe die Lösung noch nicht ganz verstanden , bitte um eine genaue Erläuterung wie ich das Problem beheben kann.Ich will jetzt endlich mal mit Linux den Asuro zum laufen bringen.

    Fehlermeldung ist:

    make all
    set -e; avr-gcc -MM -mmcu=atmega8 -DF_CPU=8000000UL -I. -g -Os -I../../lib/inc -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=../../lib/asuro.lst ../../lib/asuro.c \
    | sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > asuro.d; \
    [ -s asuro.d ] || rm -f asuro.d
    ../../lib/asuro.c:222:9: error: attempt to use poisoned "SIG_OVERFLOW2"
    ../../lib/asuro.c:239:8: error: attempt to use poisoned "SIG_OUTPUT_COMPARE2"
    ../../lib/asuro.c:267:9: error: attempt to use poisoned "SIG_INTERRUPT1"
    ../../lib/asuro.c:301:9: error: attempt to use poisoned "SIG_ADC"
    set -e; avr-gcc -MM -mmcu=atmega8 -DF_CPU=8000000UL -I. -g -Os -I../../lib/inc -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=test.lst test.c \
    | sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > test.d; \
    [ -s test.d ] || rm -f test.d
    set -e; avr-gcc -MM -mmcu=atmega8 -DF_CPU=8000000UL -I. -g -Os -I../../lib/inc -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=../../lib/asuro.lst ../../lib/asuro.c \
    | sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > asuro.d; \
    [ -s asuro.d ] || rm -f asuro.d
    ../../lib/asuro.c:222:9: error: attempt to use poisoned "SIG_OVERFLOW2"
    ../../lib/asuro.c:239:8: error: attempt to use poisoned "SIG_OUTPUT_COMPARE2"
    ../../lib/asuro.c:267:9: error: attempt to use poisoned "SIG_INTERRUPT1"
    ../../lib/asuro.c:301:9: error: attempt to use poisoned "SIG_ADC"
    -------- begin --------
    avr-gcc --version
    avr-gcc (GCC) 4.7.2
    Copyright (C) 2012 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

    avr-gcc -c -mmcu=atmega8 -DF_CPU=8000000UL -I. -g -Os -I../../lib/inc -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=test.lst test.c -o test.o
    avr-gcc -c -mmcu=atmega8 -DF_CPU=8000000UL -I. -g -Os -I../../lib/inc -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=../../lib/asuro.lst ../../lib/asuro.c -o asuro.o
    ../../lib/asuro.c:222:9: error: attempt to use poisoned "SIG_OVERFLOW2"
    ../../lib/asuro.c: In function ‘SIG_OVERFLOW2’:
    ../../lib/asuro.c:222:1: warning: ‘SIG_OVERFLOW2’ appears to be a misspelled signal handler [enabled by default]
    ../../lib/asuro.c: At top level:
    ../../lib/asuro.c:239:8: error: attempt to use poisoned "SIG_OUTPUT_COMPARE2"
    ../../lib/asuro.c: In function ‘SIG_OUTPUT_COMPARE2’:
    ../../lib/asuro.c:239:1: warning: ‘SIG_OUTPUT_COMPARE2’ appears to be a misspelled signal handler [enabled by default]
    ../../lib/asuro.c: At top level:
    ../../lib/asuro.c:267:9: error: attempt to use poisoned "SIG_INTERRUPT1"
    ../../lib/asuro.c: In function ‘SIG_INTERRUPT1’:
    ../../lib/asuro.c:267:1: warning: ‘SIG_INTERRUPT1’ appears to be a misspelled signal handler [enabled by default]
    ../../lib/asuro.c: At top level:
    ../../lib/asuro.c:301:9: error: attempt to use poisoned "SIG_ADC"
    ../../lib/asuro.c: In function ‘SIG_ADC’:
    ../../lib/asuro.c:301:1: warning: ‘SIG_ADC’ appears to be a misspelled signal handler [enabled by default]
    make: *** [asuro.o] Fehler 1

    Änderungen an asuro.c bringen auch nicht viel. Die test.hex wird nicht erstellt. Was nun?

  2. #2
    Erfahrener Benutzer Roboter Genie
    Registriert seit
    01.03.2008
    Ort
    Niederlanden
    Beiträge
    1.170
    Hast du dieses Thema schon gesehen?

    https://www.roboternetz.de/community...g-bei-make-all

Ähnliche Themen

  1. [ERLEDIGT] Probleme mit Make All
    Von Snow Wolf im Forum Robby RP6
    Antworten: 12
    Letzter Beitrag: 21.06.2011, 15:20
  2. Antworten: 2
    Letzter Beitrag: 10.06.2008, 07:20
  3. Antworten: 4
    Letzter Beitrag: 20.11.2007, 22:04
  4. make probleme mit winavr + borland c++
    Von tristate im Forum C - Programmierung (GCC u.a.)
    Antworten: 4
    Letzter Beitrag: 22.12.2005, 05:24
  5. Make all/Make extcoff (WinAVR)
    Von Whassup im Forum C - Programmierung (GCC u.a.)
    Antworten: 1
    Letzter Beitrag: 21.02.2005, 15:33

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •  

fchao-Sinus-Wechselrichter AliExpress