- Labornetzteil AliExpress         
Ergebnis 1 bis 2 von 2

Thema: MPlab 8.80 Fehler bei build

  1. #1

    MPlab 8.80 Fehler bei build

    Anzeige

    Powerstation Test
    Hallo,

    habe erst angefangen mit microcontroller und habe ein board dafür, da ist ein pic24fj128ga010 drauf wollte erstmal das demo program raufspielen und beim build
    kommt diese meldung:


    ----------------------------------------------------------------------
    Debug build of project `C:\Users\Ehrenberg\Desktop\PIC24F Demo for Explorer 16 Board\PIC24ExplDemo.mcp' started.
    Preprocessor symbol `__DEBUG' is defined.
    Target debug platform is `__MPLAB_DEBUGGER_PICKIT2=1'.
    Debug platform options are: `__ICD2RAM=1'.
    Sun Oct 23 16:34:23 2011
    ----------------------------------------------------------------------
    Make: The target "C:\Users\Ehrenberg\Desktop\PIC24F Demo for Explorer 16 Board\adc.o" is out of date.
    Executing: "C:\Program Files (x86)\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24FJ128GA010 -x c -c "adc.c" -o"adc.o" -D__DEBUG -D__MPLAB_DEBUGGER_PICKIT2=1 -g -Wall
    adc.c: In function 'ADCProcessEvents':
    adc.c:135: warning: unused variable 'rlt'
    adc.c: In function 'ADCShortToString':
    adc.c:228: warning: array subscript has type 'char'
    Make: The target "C:\Users\Ehrenberg\Desktop\PIC24F Demo for Explorer 16 Board\banner.o" is out of date.
    Executing: "C:\Program Files (x86)\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24FJ128GA010 -x c -c "banner.c" -o"banner.o" -D__DEBUG -D__MPLAB_DEBUGGER_PICKIT2=1 -g -Wall
    Make: The target "C:\Users\Ehrenberg\Desktop\PIC24F Demo for Explorer 16 Board\eeprom.o" is out of date.
    Executing: "C:\Program Files (x86)\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24FJ128GA010 -x c -c "eeprom.c" -o"eeprom.o" -D__DEBUG -D__MPLAB_DEBUGGER_PICKIT2=1 -g -Wall
    Make: The target "C:\Users\Ehrenberg\Desktop\PIC24F Demo for Explorer 16 Board\PIC24ExplDemo.o" is out of date.
    Executing: "C:\Program Files (x86)\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24FJ128GA010 -x c -c "PIC24ExplDemo.c" -o"PIC24ExplDemo.o" -D__DEBUG -D__MPLAB_DEBUGGER_PICKIT2=1 -g -Wall
    PIC24ExplDemo.c: In function 'main':
    PIC24ExplDemo.c:99: warning: implicit declaration of function 'BannerStart'
    PIC24ExplDemo.c:115: warning: implicit declaration of function 'BannerProcessEvents'
    PIC24ExplDemo.c:117: warning: implicit declaration of function 'TBannerProcessEvents'
    PIC24ExplDemo.c:119: warning: implicit declaration of function 'VBannerProcessEvents'
    PIC24ExplDemo.c:128: warning: implicit declaration of function 'TBannerIsSetup'
    PIC24ExplDemo.c:136: warning: implicit declaration of function 'BannerInit'
    PIC24ExplDemo.c:138: warning: implicit declaration of function 'TBannerInit'
    PIC24ExplDemo.c:140: warning: implicit declaration of function 'VBannerInit'
    PIC24ExplDemo.c:146: warning: implicit declaration of function 'TBannerNext'
    PIC24ExplDemo.c:157: warning: implicit declaration of function 'TBannerSetup'
    PIC24ExplDemo.c:164: warning: implicit declaration of function 'TBannerChangeField'
    Make: The target "C:\Users\Ehrenberg\Desktop\PIC24F Demo for Explorer 16 Board\rtcc.o" is out of date.
    Executing: "C:\Program Files (x86)\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24FJ128GA010 -x c -c "rtcc.c" -o"rtcc.o" -D__DEBUG -D__MPLAB_DEBUGGER_PICKIT2=1 -g -Wall
    Make: The target "C:\Users\Ehrenberg\Desktop\PIC24F Demo for Explorer 16 Board\spimpol.o" is out of date.
    Executing: "C:\Program Files (x86)\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24FJ128GA010 -x c -c "spimpol.c" -o"spimpol.o" -D__DEBUG -D__MPLAB_DEBUGGER_PICKIT2=1 -g -Wall
    Make: The target "C:\Users\Ehrenberg\Desktop\PIC24F Demo for Explorer 16 Board\timer.o" is out of date.
    Executing: "C:\Program Files (x86)\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24FJ128GA010 -x c -c "timer.c" -o"timer.o" -D__DEBUG -D__MPLAB_DEBUGGER_PICKIT2=1 -g -Wall
    Make: The target "C:\Users\Ehrenberg\Desktop\PIC24F Demo for Explorer 16 Board\uart2.o" is out of date.
    Executing: "C:\Program Files (x86)\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24FJ128GA010 -x c -c "uart2.c" -o"uart2.o" -D__DEBUG -D__MPLAB_DEBUGGER_PICKIT2=1 -g -Wall
    Make: The target "C:\Users\Ehrenberg\Desktop\PIC24F Demo for Explorer 16 Board\tbanner.o" is out of date.
    Executing: "C:\Program Files (x86)\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24FJ128GA010 -x c -c "tbanner.c" -o"tbanner.o" -D__DEBUG -D__MPLAB_DEBUGGER_PICKIT2=1 -g -Wall
    tbanner.c: In function 'TBannerClearField':
    tbanner.c:168: warning: array subscript has type 'char'
    tbanner.c:172: warning: array subscript has type 'char'
    Make: The target "C:\Users\Ehrenberg\Desktop\PIC24F Demo for Explorer 16 Board\vbanner.o" is out of date.
    Executing: "C:\Program Files (x86)\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24FJ128GA010 -x c -c "vbanner.c" -o"vbanner.o" -D__DEBUG -D__MPLAB_DEBUGGER_PICKIT2=1 -g -Wall
    Make: The target "C:\Users\Ehrenberg\Desktop\PIC24F Demo for Explorer 16 Board\lcd.o" is out of date.
    Executing: "C:\Program Files (x86)\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24FJ128GA010 -x c -c "lcd.c" -o"lcd.o" -D__DEBUG -D__MPLAB_DEBUGGER_PICKIT2=1 -g -Wall
    Make: The target "C:\Users\Ehrenberg\Desktop\PIC24F Demo for Explorer 16 Board\iomapping.o" is out of date.
    Executing: "C:\Program Files (x86)\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24FJ128GA010 -x c -c "iomapping.c" -o"iomapping.o" -D__DEBUG -D__MPLAB_DEBUGGER_PICKIT2=1 -g -Wall
    Make: The target "C:\Users\Ehrenberg\Desktop\PIC24F Demo for Explorer 16 Board\buttons.o" is out of date.
    Executing: "C:\Program Files (x86)\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24FJ128GA010 -x c -c "buttons.c" -o"buttons.o" -D__DEBUG -D__MPLAB_DEBUGGER_PICKIT2=1 -g -Wall
    Make: The target "C:\Users\Ehrenberg\Desktop\PIC24F Demo for Explorer 16 Board\PIC24ExplDemo.cof" is out of date.
    Executing: "C:\Program Files (x86)\Microchip\MPLAB C30\bin\pic30-gcc.exe" -mcpu=24FJ128GA010 "adc.o" "banner.o" "eeprom.o" "PIC24ExplDemo.o" "rtcc.o" "spimpol.o" "timer.o" "uart2.o" "tbanner.o" "vbanner.o" "lcd.o" "iomapping.o" "buttons.o" -o"PIC24ExplDemo.cof" -Wl,--script="..\..\..\..\Program Files\Microchip\MPLAB C30\support\gld\p24FJ128GA010.gld",--defsym=__MPLAB_BUILD=1,--defsym=__MPLAB_DEBUG=1,--defsym=__MPLAB_DEBUGGER_PICKIT2=1,--defsym=__ICD2RAM=1,-Map="PIC24ExplDemo.map",--report-mem
    c:\program files (x86)\microchip\mplab c30\bin\pic30-coff-ld.exe: cannot open linker script file ..\..\..\..\Program Files\Microchip\MPLAB C30\support\gld\p24FJ128GA010.gld: No such file or directory
    Link step failed.
    ----------------------------------------------------------------------
    Debug build of project `C:\Users\Ehrenberg\Desktop\PIC24F Demo for Explorer 16 Board\PIC24ExplDemo.mcp' failed.
    Preprocessor symbol `__DEBUG' is defined.
    Target debug platform is `__MPLAB_DEBUGGER_PICKIT2=1'.
    Debug platform options are: `__ICD2RAM=1'.
    Sun Oct 23 16:34:27 2011
    ----------------------------------------------------------------------
    BUILD FAILED


    das programm was ich benutze ist mplab ide v8.80 und der compilier ist C30
    Habe ich was falsch installiert oder falsch eingestellt?
    der pfad stimmt überein habe ich schon geprüft

  2. #2
    Erfahrener Benutzer Roboter Experte
    Registriert seit
    21.05.2008
    Ort
    Oststeinbek
    Alter
    34
    Beiträge
    607
    Es gibt ein Forum, was sich mit genau solchen Problemen beschäftigt:
    http://www.microchip.com/forums/

    Gruß, Yaro

Ähnliche Themen

  1. Antworten: 7
    Letzter Beitrag: 06.07.2008, 07:59
  2. AVR Studio 4 mit winAVR bringt seltsame Fehler beim build
    Von karmek im Forum C - Programmierung (GCC u.a.)
    Antworten: 9
    Letzter Beitrag: 20.10.2007, 09:50
  3. How-To: Build your own CNC machine
    Von Omit im Forum Mechanik
    Antworten: 1
    Letzter Beitrag: 22.12.2006, 23:07
  4. Build Zähler für WinAVR
    Von mammunia im Forum C - Programmierung (GCC u.a.)
    Antworten: 2
    Letzter Beitrag: 15.05.2006, 15:50
  5. [ERLEDIGT] Fehler 152 nach build
    Von gonzo1215 im Forum PIC Controller
    Antworten: 5
    Letzter Beitrag: 01.03.2005, 22:03

Berechtigungen

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

LiFePO4 Speicher Test