BlueTower
Joined: 23 Oct 2008 Posts: 29
|
Where is .hex file ? |
Posted: Fri Nov 28, 2008 8:31 am |
|
|
Hi all. I was trying to find where my .hex file gone. I am compiling differrent files in this project and after compiling all .c files I get only the following line which is the last line:
Quote: |
Executing: "C:\Program Files\PICC\Ccsc.exe" +FH LINK="Infinity_btc_ESP.hex=C:\projects\Infinity\Software\Infinity_btc_ESP\register.o,
C:\projects\Infinity\Software\Infinity_btc_ESP\Dither_Routine.o,
C:\projects\Infinity\Software\Infinity_btc_ESP\config.o,
C:\projects\Infinity\Software\Infinity_btc_ESP\convert.o,
C:\projects\Infinity\Software\Infinity_btc_ESP\Test_Modes.o,
C:\projects\Infinity\Software\Infinity_btc_ESP\SX1230.o,
C:\projects\Infinity\Software\Infinity_btc_ESP\Act_TX.o,
C:\projects\Infinity\Software\Infinity_btc_ESP\Timing.o,
C:\projects\Infinity\Software\Infinity_btc_ESP\LeakDet.o,
C:\projects\Infinity\Software\Infinity_btc_ESP\eeprom.o,
C:\projects\Infinity\Software\Infinity_btc_ESP\LCD.o" +DF +LN +T +A +M -Z +Y=9 +EA
|
No indication of how much memory is used or other info. I am using MPLAB where in the past I had compiled different files succesfuly and as far as I remember I had a memory usage indication and the .hex file in the relevant directory. Am I missing something? |
|