Bonjour.
Actuellement, je programme une pic18F4520.
J'utilise pour cela MPLAB et MCC18, deux logiciels de microchip.
Mais lors de la compilation, j'ai un message d'erreur incompréhensible:
Executing: "C:\MCC18\bin\mcc18.exe" -p=18F4520 "test2.c" -fo="test2.o" -D__DEBUG -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
MPLAB C18 v3.35 (evaluation)
Copyright 2000-2010 Microchip Technology Inc.
Days remaining until evaluation becomes feature limited: 13
Executing: "C:\MCC18\bin\mplink.exe" "C:\MCC18\bin\LKR\18f4520_g.lk r" "test2.o" /u_CRUNTIME /u_DEBUG /z__MPLAB_BUILD=1 /z__MPLAB_DEBUG=1 /o"lol.cof" /M"lol.map" /W
MPLINK 4.35, Linker
Copyright (c) 1998-2010 Microchip Technology Inc.
Error - could not find file 'c018i.o'.
Errors : 1
Pourriez vous m'aider s'il vous plaît ?
Apparement, les liens sont pourtant bon. Je parle des liens pour MPASM, MPLINK, MPLAB C18 C Compiler, et MPLIB Librarian.
-----