Build & Write Screen
Windows macOS Linux RasPi
During Build
This is the screen during the build (compile) process. The contents of the build command are output to the console screen. The ... in the middle of the screen indicates the number of files built, and the dark-colored display at the bottom shows the filenames currently being built.

Example of the screen during compilation
Build Error
If a build error occurs, a screen like the one above is displayed. You can execute a rebuild or display the error log. Also, after a certain timeout, it will return to the previous menu.

Example of error display screen
Only representative error messages are displayed on the screen. When the build fails, there may be cases where the error message is not displayed.
| Operation | Description |
|---|---|
| [ A ] | No assignment |
| [ A ]Long press | Exit this screen and return to the previous menu. |
| [ B ] | Rebuild on error. |
| [ B ]Long press | No assignment |
| [ C ] | |
| [ C ]Long press | Display the error log (Windows/macOS).The save location is {project folder}/build/builderr.log. |
ESC | Exit this screen and return to the write menu. |
ENTER | Rebuild on error. |
During Write
When the build succeeds, the screen to write the firmware is displayed.

Example of write-in-progress screen
Write Failure
If writing results in an error, a screen like the one below is displayed.

Example of write failure screen
| Operation | Description |
|---|---|
| [ A ]Long press | Exit this screen and return to the selection screen. |
| [ B ] | Rewrite again(Returns to the previous write menu.Since the menu item is automatically selected,pressing [ B ] again will rewrite.) |
ESC | Exit this screen and return to the write menu. |
Write Complete
When writing completes successfully, a screen like the one below is displayed.

Example of write completion screen
| Operation | Description |
|---|---|
| [ A ]Long press | Exit this screen and return to the selection screen. |
| [ B ] | Reset the TWELITE and move to the interactive mode screen (or terminal screen depending on settings). |
ESC | Exit this screen and return to the write menu. |