Gast
#679723
Hey Leute
bin ein DSP Neuling und ich habe schon die ersten Probleme. Ich
programmiere einen dsPIC30F6014 von Microchip. Mein Programmiergerät ist
ein MPLAB IDE v6.43.
Könnte mir irgendwer netterweise helfen?
danke im Voraus
JaKo
Programmcode:
#include "p30F6014.h"
#include "stdio.h" //Ausgabe aufs LCD
int main (int argc, char * argv[])
{
printf ("Hello, world!");
return 0;
}
Output:
Deleting intermediary files... done.
Executing: "C:\Program Files\Microchip\MPLAB C30\bin\pic30-gcc.exe"
-D__dsPIC30F6014__ -c -x c "LCDAnsteuerung.c" -o"LCDAnsteuerung.o" -g
Executing: "C:\Program Files\Microchip\MPLAB C30\bin\pic30-gcc.exe"
-Wl,"C:\Users\JaKo\Documents\5BHELT\Projekt\SourceCodes\LCDAnsteuerung\L
CDAnsteuerung.o",--script="C:\Users\JaKo\Documents\5BHELT\Projekt\Source
Codes\LCDAnsteuerung\p30f6014.gld",-L"C:\Program Files\Microchip\MPLAB
C30\lib",-o"LCDAnsteuerung.cof"
pic30-coff-ld Error: A heap is required, but has not been specified
BUILD FAILED: Thu Oct 18 20:10:00 2007