Project Compile

Top  Previous  Next

With this option, you compile your current project.

 

Your project will NOT be saved automatically in this IDE.

But because the IDE uses the bascom-avr compiler till the matching internal compiler is released, there is an option to save the project. This is needed because the bascom-avr compiler loads the files from disk while the basavr compiler is built into the IDE using the code from the editor.

 

The following files will be created depending on the Compiler Settings

 

File

Description

xxx.BIN

Binary file which can be programmed into the microprocessor.

xxx.DBG

Debug file that is needed by the simulator.

xxx.OBJ

Object file for simulating using AVR Studio. Also needed by the internal simulator.

xxx.HEX

Intel hexadecimal file, which is needed by some programmers.

xxx.ERR

Error file. Only created when errors are found.

xxx.RPT

Report file.

xxx.EEP

EEPROM image file.

xxx.ASM

Assembler file.(basavr compiler, prof edition only)

 

 

If a serious error occurs, the information window will contain the error.

You can double click the error to jump to the error.

When using the bascom-avr compiler, the information window is the only window that will show the errors!

 

 

Project compile shortcut:  F7