Build project from scratch

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Build project from scratch

976 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by anhdung88 on Tue Sep 23 19:14:29 MST 2014
Hi,
Could anyone tell me how to make a project from scratch, I mean that I want to create makefile, designate toolchain by my own, not the one generated when using built-in menu of LPCXpresso.
0 项奖励
回复
2 回复数

958 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lpcxpresso-support on Tue Sep 23 23:32:17 MST 2014
The same as any other version of Eclipse...

File->New->Project
And choose C/C++->Makefile project

You will also need to create the debug configuration yourself, but of course, you will know that...
0 项奖励
回复

958 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by anhdung88 on Tue Sep 23 19:24:38 MST 2014

Quote: anhdung88
Hi,
Could anyone tell me how to make a project from scratch, I mean that I want to create makefile, designate toolchain by my own, not the one generated when using built-in menu of LPCXpresso.


I want to clarify a bit more about "using built-in menu", I mean I want to use standard Eclipse project wizard instead of Xpresso project wizard, but for the same purpose making a project to LPC chip target and can be built, debugged like Xpresso project wizard does.
0 项奖励
回复