]> rtime.felk.cvut.cz Git - arc.git/blob - scripts/empty_toolchain_makefile
Minor corrections to EcuM/GPT
[arc.git] / scripts / empty_toolchain_makefile
1 \r
2 inc: all\r
3 \r
4 clean: all\r
5 \r
6 all:\r
7         @echo ""\r
8         @echo "***"\r
9         @echo "* You are building Arctic Core using the Empty Toolchain."\r
10         @echo "* This toolchain is designed to produce nothing, but to integrate well with Arctic Studio."\r
11         @echo "* "\r
12         @echo "* You are probably seeing this message for one of the following reasons:"\r
13         @echo "*       1. You are using the Arctic Studio 'Build All' command."\r
14         @echo "*          There is no harm in this. However, if you don't want to see this message, you can build just your own project"\r
15         @echo "*          by marking your project in the Project Explorer and using the 'Build Project' command instead."\r
16         @echo "* "\r
17         @echo "*       2. You have 'Build automatically' activated."\r
18         @echo "*          There is no harm in this either. Just deselect it in the Project menu to stop rebuilding on every save."\r
19         @echo "* "\r
20         @echo "*       3. Your workspace setup is wrong."\r
21         @echo "*          If you are developing an application for Arctic Core you should put all your code in a separate C-project."\r
22         @echo "*          This project should then reference the Arctic Core source code project. Please refer to"\r
23         @echo "*          http://arccore.com/wiki/Quick-start_Tutorial for instructions on setting up your workspace."\r
24         @echo "* "\r
25         @echo "* Arctic Studio keeps a separate console for each of the projects in the workspace. To view the log for another project"\r
26         @echo "* simply select that project in the Project Explorer."\r
27         @echo "* "\r
28         @echo "*** DONE"\r
29 \r