2004-05-05 12:45:42 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
< html lang = "en" >
< head >
< meta http-equiv = "Content-Language" content = "en-us" >
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" >
< title > Tutorial< / title >
< link rel = "stylesheet" type = "text/css" href = "../help.css" >
2004-05-10 14:38:08 +00:00
< script language = "JavaScript" >
2004-05-05 12:45:42 +00:00
function newWin(url) {
window.open(url, 'install_cdt', 'width=750, height=300, menubar=no, toolbar=no, status=no, resizable=yes, location=no, scrollbars=yes');
}
< / script >
< / head >
< body >
< h3 > Start Eclipse< / h3 >
2007-05-03 12:53:12 +00:00
< p > We will now walk though the process of creating a simple 'Hello World' application using the CDT.< / p >
2007-05-14 14:30:37 +00:00
< p > Note, there were 2 separate project types in CDT 3.x : 'Managed make' and 'Standard make'. First one
generates makefile automatically, second one requires user's makefile to build.< / p >
< p > In CDT 4.0, both these types are combined. In general, the only available project type can be switched
to 'Managed make' or 'Standard make' mode at any time you wish. < / p >
< p > Current tutorial will describe a process of new project creation using generated makefile.< / p >
2007-05-03 12:53:12 +00:00
< p > The image below shows the standard Workbench.
If you have not already installed the CDT, you can find the procedures < a href = "javascript:void(0)" onClick = "newWin('cdt_w_install_cdt.htm')" > here< / a > .< / p >
2004-05-05 12:45:42 +00:00
< / body >
2004-05-10 14:38:08 +00:00
< / html >