http://www.edaboard.com/thread129581.html
Where is the HEX file after compilation in CCSC ?
At IDE,
go to MENU > OPTIONS > FILE FORMATS > OBJECT FILE
and mark : 8 bit HEX.
Gp to Tools > Folder Option > View
Then uncheck hide extensions for known file type as shown in the figure
Press apply and ok
http://www.ccsinfo.com/faq.php?page=compile-program
- Open the CCS PCW IDE and select Menu -> Open from the ribbon along the top of the main window or from the menu bar if using the classic style IDE. Make sure that the name of the project to compile appears at the bottom of the IDE Editor window. If the project is already opened, multiple projects are open, or the project name does not appear at the bottom of the editor, right-click on the program you want to compile and select Make File Project from the pop-up menu.
만약 프로젝트가 이미 열려있고, 다중 프로젝트가 열려있으면,
혹은 프로젝트 이름이 나타나지않으면 at the 에디터의 밑에,
우클릭해라. on the 프로르램상을
그리고 택해라. Make File Project를 from pop-up menu의.
2. There are four types of compilers: (at the picture above.△)
3. Select Options -> Project Options from the ribbon
along the top of the main window or from the menu bar if using the classic style IDE.
In the Project Options window that appears, there are four different sections that allow for changes to be made to the compiler operation:
Allows source files to be added & removed from the current project.
Allows directories to be specified to search for header files needed for the project.
By default,
the CCS C Compiler directories for Devices & Drivers should appear in the list.
Allows the creation of #define statements to be used during compiling.
Allows changes to the format and types of output files created during compiling.
4. To compile the files in a project,
select Compile from the ribbon along the top of the main window
or from the menu bar if using the classic style IDE,
and select one of the following options:
Compile - Compile all the units in the current project
or a single unit selected from the drop-down menu.
Build - Compiles units that have changed since the last compilation and rebuilds the project.
컴파일한다. 이미 바뀐 유닛들을
Build All - Compiles all the units and builds the project.
Clean - Deletes the output files for the project.
5. After the program is compiled,
a prompt will appear showing the types of files created and the amount of ROM and RAM used by the program.
Press any key to close the window or it will auto-close after a certain amount of time has passed.
The program can then be used for programming or debugging purposes.
How to renew the source path
To do this, I need to open an other source file which has "C" extension.
because there's no way to remove source file I've made
from project directory.
Go to C:\Program Files\PICC\Devices
check out if PIN_A5 is in Header File.
'MPLAB > CCSC Syntax' 카테고리의 다른 글
CCSC Syntax & Functions (0) | 2013.01.26 |
---|