Sorry, but the Path is correct.

Is there a possibility to set the path direkt wenn running make?
Like export PATH:........I/don't/know/the/exact/code/ make


regards Klipstein

-----Ursprüngliche Nachricht-----
Von: "Grosen, Mark" <[EMAIL PROTECTED]>
Gesendet: 03.09.08 23:50:16
An:         "[email protected]" 
<[email protected]>
Betreff: RE: DM355 - rebuilding target

Pascal,

The error:

smooth.c:12:34: asm/arch/dm355_ipipe.h: No such file or directory

indicates that the Linux kernel directory is not in your include path for the C 
compiler (or you have the wrong directory specified). 

At the top of the dvsdk product directory, there is a file Rules.make. Make 
sure the entry for the Linux kernel in this file points to the actual directory 
of your Linux kernel install:

# The directory that points to your kernel source directory.
LINUXKERNEL_INSTALL_DIR=/path/to/where/dm355/linux/kernel/lives


Mark

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pascal Klipstein
Sent: Wednesday, September 03, 2008 2:07 PM
To: [email protected]
Subject: DM355 - rebuilding target

Thanks a lot for resolving my problem refering the compiler...
But there`s just another problem for rebuilding dvevm for the target I`am 
really a newbie in using linux - but i know you can help me

######################################################################
Making all in subdirectory smooth...
make[3]: Betrete Verzeichnis '/home/pascal/dvsdk_1_30_01_41/demos/dm355/utils/sm
ooth'
Compiling debug/smooth.o from smooth.c..
smooth.c:12:34: asm/arch/dm355_ipipe.h: No such file or directory
smooth.c: In function `Smooth_config':
smooth.c:50: Fehler: Speichergröße von »params« ist unbekannt
smooth.c:56: Fehler: »IPIPE_SET_PARAM« nicht deklariert (erste Benutzung in 
dies er Funktion)
smooth.c:56: Fehler: (Jeder nicht deklarierte Bezeichner wird nur einmal 
aufgefü hrt
smooth.c:56: Fehler: für jede Funktion in der er auftritt.)
smooth.c:61: Fehler: »IPIPE_GET_PARAM« nicht deklariert (erste Benutzung in 
dies er Funktion)
smooth.c:66: Fehler: »SDRAM_YUV« nicht deklariert (erste Benutzung in dieser Fun
ktion)
smooth.c:73: Fehler: »DIVIDE_SIXTH« nicht deklariert (erste Benutzung in dieser
Funktion)
smooth.c:75: Fehler: »YUV2YUV« nicht deklariert (erste Benutzung in dieser Funkt
ion)
smooth.c:88: Fehler: »ENABLE« nicht deklariert (erste Benutzung in dieser 
Funkti                                                              on)
smooth.c:89: Fehler: »DISABLE« nicht deklariert (erste Benutzung in dieser 
Funkt                                                              ion)
smooth.c:50: Warnung: Variable »params« wird nicht verwendet
smooth.c: In function `Smooth_execute':
smooth.c:114: Fehler: Speichergröße von »convert« ist unbekannt
smooth.c:117: Fehler: »IPIPE_BUF_IN« nicht deklariert (erste Benutzung in 
dieser                                                               Funktion)
smooth.c:122: Fehler: »IPIPE_BUF_OUT« nicht deklariert (erste Benutzung in 
diese                                                              r Funktion)
smooth.c:127: Fehler: »IPIPE_START« nicht deklariert (erste Benutzung in dieser 
                                                              Funktion)
smooth.c:114: Warnung: Variable »convert« wird nicht verwendet
make[3]: *** [debug/smooth.o] Fehler 1
make[3]: Verlasse Verzeichnis 
'/home/pascal/dvsdk_1_30_01_41/demos/dm355/utils/s                              
                                mooth'
make[2]: *** [smooth] Fehler 2
make[2]: Verlasse Verzeichnis '/home/pascal/dvsdk_1_30_01_41/demos/dm355/utils'
make[1]: *** [utils] Fehler 2
make[1]: Verlasse Verzeichnis '/home/pascal/dvsdk_1_30_01_41/demos/dm355'
make: *** [demos/dm355] Fehler 2
###############################################################################

Regards
Klipstein

________________________________________________________________________
Schon gehört? Bei WEB.DE gibt' s viele kostenlose Spiele:
http://games.entertainment.web.de/de/entertainment/games/free/index.html


_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source



_________________________________________________________________________
In 5 Schritten zur eigenen Homepage. Jetzt Domain sichern und gestalten! 
Nur 3,99 EUR/Monat! http://www.maildomain.web.de/?mc=021114


_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to