Forum: Digitale Signalverarbeitung / DSP / Machine Learning C30 Compiler - Keine Fehler, aber auch kein *.o Dateien?


von Askan Simon (Gast)


Lesenswert?

Hallo Zusammen,

ich hab da ein kleines, aber merkwürdiges Problem mit MPLAB C30.
Ich compilieren den Code, keinerlei Fehler, aber dann sagt mir
die Datei pic30-coff-gcc.exe er findet die *.o Dateien nicht.


...
Clean: Done.
Executing: "C:\Programme\Microchip\MPLAB C30\bin\pic30-gcc.exe" 
-mcpu=33FJ256GP710 -x c -c   "traps.c" -o"..\obj\traps.o" -I"..\h" 
-I"C:\Program Files\Microchip\MPLAB C30\support\h" -g
Executing: "C:\Programme\Microchip\MPLAB C30\bin\pic30-gcc.exe" 
-mcpu=33FJ256GP710 -x c -c   "advolts.c" -o"..\obj\advolts.o" -I"..\h" 
-I"C:\Program Files\Microchip\MPLAB C30\support\h" -g
Executing: "C:\Programme\Microchip\MPLAB C30\bin\pic30-gcc.exe" 
-mcpu=33FJ256GP710 -x c -c   "delay.c" -o"..\obj\delay.o" -I"..\h" 
-I"C:\Program Files\Microchip\MPLAB C30\support\h" -g
Executing: "C:\Programme\Microchip\MPLAB C30\bin\pic30-gcc.exe" 
-mcpu=33FJ256GP710 -x c -c   "hexdec.c" -o"..\obj\hexdec.o" -I"..\h" 
-I"C:\Program Files\Microchip\MPLAB C30\support\h" -g
Executing: "C:\Programme\Microchip\MPLAB C30\bin\pic30-gcc.exe" 
-mcpu=33FJ256GP710 -x c -c   "init_ADC.c" -o"..\obj\init_ADC.o" -I"..\h" 
-I"C:\Program Files\Microchip\MPLAB C30\support\h" -g
Executing: "C:\Programme\Microchip\MPLAB C30\bin\pic30-gcc.exe" 
-mcpu=33FJ256GP710 -x c -c   "init_DMAC0.c" -o"..\obj\init_DMAC0.o" 
-I"..\h" -I"C:\Program Files\Microchip\MPLAB C30\support\h" -g
Executing: "C:\Programme\Microchip\MPLAB C30\bin\pic30-gcc.exe" 
-mcpu=33FJ256GP710 -x c -c   "init_timer1.c" -o"..\obj\init_timer1.o" 
-I"..\h" -I"C:\Program Files\Microchip\MPLAB C30\support\h" -g
Executing: "C:\Programme\Microchip\MPLAB C30\bin\pic30-gcc.exe" 
-mcpu=33FJ256GP710 -x c -c   "isr_ADC.c" -o"..\obj\isr_ADC.o" -I"..\h" 
-I"C:\Program Files\Microchip\MPLAB C30\support\h" -g
Executing: "C:\Programme\Microchip\MPLAB C30\bin\pic30-gcc.exe" 
-mcpu=33FJ256GP710 -x c -c   "isr_DMAC0.c" -o"..\obj\isr_DMAC0.o" 
-I"..\h" -I"C:\Program Files\Microchip\MPLAB C30\support\h" -g
Executing: "C:\Programme\Microchip\MPLAB C30\bin\pic30-gcc.exe" 
-mcpu=33FJ256GP710 -x c -c   "isr_timer1.c" -o"..\obj\isr_timer1.o" 
-I"..\h" -I"C:\Program Files\Microchip\MPLAB C30\support\h" -g
Executing: "C:\Programme\Microchip\MPLAB C30\bin\pic30-gcc.exe" 
-mcpu=33FJ256GP710 -x c -c   "lcd.c" -o"..\obj\lcd.o" -I"..\h" 
-I"C:\Program Files\Microchip\MPLAB C30\support\h" -g
Executing: "C:\Programme\Microchip\MPLAB C30\bin\pic30-gcc.exe" 
-mcpu=33FJ256GP710 -x c -c   "main_rtc.c" -o"..\obj\main_rtc.o" -I"..\h" 
-I"C:\Program Files\Microchip\MPLAB C30\support\h" -g
Executing: "C:\Programme\Microchip\MPLAB C30\bin\pic30-gcc.exe" 
-mcpu=33FJ256GP710 "..\obj\traps.o" "..\obj\advolts.o" "..\obj\delay.o" 
"..\obj\hexdec.o" "..\obj\init_ADC.o" "..\obj\init_DMAC0.o" 
"..\obj\init_timer1.o" "..\obj\isr_ADC.o" "..\obj\isr_DMAC0.o" 
"..\obj\isr_timer1.o" "..\obj\lcd.o" "..\obj\main_rtc.o" 
-o"RTC_LED_ADC.cof" -Wl,-L"C:\Program Files\Microchip\MPLAB 
C30\lib",--script="C:\Programme\Microchip\MPLAB 
C30\support\gld\p33FJ256GP710.gld",--defsym=__ICD2RAM=1,-Map="RTC_LED_AD 
C.map"
pic30-coff-gcc.exe: ..\obj\traps.o: No such file or directory
pic30-coff-gcc.exe: ..\obj\advolts.o: No such file or directory
pic30-coff-gcc.exe: ..\obj\delay.o: No such file or directory
pic30-coff-gcc.exe: ..\obj\hexdec.o: No such file or directory
pic30-coff-gcc.exe: ..\obj\init_ADC.o: No such file or directory
pic30-coff-gcc.exe: ..\obj\init_DMAC0.o: No such file or directory
pic30-coff-gcc.exe: ..\obj\init_timer1.o: No such file or directory
pic30-coff-gcc.exe: ..\obj\isr_ADC.o: No such file or directory
pic30-coff-gcc.exe: ..\obj\isr_DMAC0.o: No such file or directory
pic30-coff-gcc.exe: ..\obj\isr_timer1.o: No such file or directory
pic30-coff-gcc.exe: ..\obj\lcd.o: No such file or directory
pic30-coff-gcc.exe: ..\obj\main_rtc.o: No such file or directory
Link step failed.
BUILD FAILED: Sat Aug 02 00:32:25 2008

Was kann das den sein? Kennt das jemand? (Ist ein fertiges Projekt aus
einem Buch, 1 zu 1 von der CD)

Ansonsten denke ich ist alles richtig eingestellt.

Vielen Dank & Viele Grüße
Askan

Bitte melde dich an um einen Beitrag zu schreiben. Anmeldung ist kostenlos und dauert nur eine Minute.
Bestehender Account
Schon ein Account bei Google/GoogleMail? Keine Anmeldung erforderlich!
Mit Google-Account einloggen
Noch kein Account? Hier anmelden.