Bonjour, j'utilise MPLAB v8.15a, j'ai créé mon projet avec project wizard mais lorsque je veux utiliser c18 toolsuite il me manque mcc18.exe. Donc je le télécharge, l'installe dans un dossier de mon disque dur et je le renseigne dans MPLAB ainsi que les libraries et include search patch.
Je fais un petit programme pour voir si je peux compiler et lorsque j'appuie sur la touche Build all j'obtiens ceci:
Debug build of project `F:\Projet\testc18\testc18.mcp ' started.
Preprocessor symbol `__DEBUG' is defined.
Sat May 04 16:45:01 2013
----------------------------------------------------------------------
Clean: Deleting intermediary and output files.
Clean: Deleted file "F:\Projet\testc18\test.o" .
Clean: Done.
Executing: "C:\Program Files (x86)\mcc\bin\mcc18.exe" -p=18F2682 /i"C:\Users\Guillaume\Desktop\h " "test.c" -fo="test.o" -D__DEBUG -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
Executing: "C:\Program Files (x86)\Microchip\MPASM Suite\_mplink.exe" /l"C:\Users\Guillaume\Desktop\l ib" "test.o" /z__MPLAB_BUILD=1 /z__MPLAB_DEBUG=1 /o"testc18.cof" /M"testc18.map" /W
MPLINK 4.22, Linker
Copyright (c) 2008 Microchip Technology Inc.
Error - linker command file required.
Errors : 1
Link step failed.
----------------------------------------------------------------------
Debug build of project `F:\Projet\testc18\testc18.mcp ' failed.
Preprocessor symbol `__DEBUG' is defined.
Sat May 04 16:45:02 2013
----------------------------------------------------------------------
BUILD FAILED
Je ne trouve pas l'erreur donc je demande votre aides.
Merci d'avance.
-----