STARTERKIT MB91360

Chapter 3 Getting Started

These three functions are available on the button-bar or from the main menu (Project – Compile / Make / Build / Abort).

Click on MAKE or BUILD. Messages from the individual language tools will be fed into the output window at the bottom of the main screen. If the tool chain (C-compiler R Assembler

RLinker) was completed successfully, the message “No Error” will appear.

If you get any errors during compilation, an appropriate message will be generated. Try this with a simple syntax-error (e.g. delete a semicolon “;” from the end of a C-line) and click on MAKE again. You will now see a message like this:

Now Making...

main.c

*** c:\softune\sample\..\leddemo1\src\main.c(43) E4062C: syntax error near `for'

------------------------------

Error detected.

------------------------------

To locate the position in the source-file, where the error has occurred, double-click on the message. The editor will open the appropriate source-file, indicating the error highlighted in red, depending on the customise settings of the editor. Correct the error and re-compile the project as explained above.

If more errors occurred, you can go through the error list step by step using the menu “Edit – Top/Previous/Next/Bottom Error” or using the appropriate buttons which have the same functions:

￿To get on-line help about a specific error, select the error message and press F1. In many cases, you can get some useful hints how to solve the problem. Of cource, you can also use the HELP-menu anytime during development or debugging.

UG-910006-13

- 12 -

© Fujitsu Microelectronics Europe GmbH

Page 12
Image 12
Fujitsu MB91360 manual UG-910006-13 Fujitsu Microelectronics Europe GmbH