[GCC] chemin d'accès au librairies
bonjour,
j'essaye de compiler un programme en utilisant des librairies spécifique, j'ai bien préceser le chemin d'accès dans mon makefile, mais j'ai le message
Code:
1 2 3 4 5
|
C:\GCC_3.4.3\src\fi>make
"C:\GCC_3.4.3\bin\arm-elf-gcc" -L C:\Program Files\SDK30\Version 4.8\SDK\inc -o hello1.o -c hello1.c -Wall -ansi
hello1.c:2:17: OEM.H: No such file or directory
make: *** [hello1.o] Error 1 |
dans mon make file j'ai met ça:
Code:
1 2 3
|
LIBSDIR =-L C:\Program Files\SDK30\Version 4.8\SDK\inc |