editor and include directory problems

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

editor and include directory problems

889 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by janek on Tue Sep 14 18:40:45 MST 2010
Hi,

Maybe someone can help me to solve the following problems:

1) Preferences->General->Editors->Text Editors -> Displayed Tab Width: (2) and then click Apply, but it doesn't change anything, the tab size remains the same.

2) created a new project in a workspace, which has already CMSIS and LPC13xx_lib projects. When I call GPIOInit(); from my project's main function
I have a linker error, despite adding extra directory into Include path (???)

Jan
0 项奖励
回复
3 回复数

882 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by janek on Wed Sep 15 03:47:16 MST 2010
Thank you, it fixes my problems
Jan
0 项奖励
回复

882 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by CodeRedSupport on Tue Sep 14 23:47:58 MST 2010
1) This is overridden by the Code Style settings:
Windows-Preferences
C/C++
Code Style
Edit...
...and choose your tab width
0 项奖励
回复

882 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by domen on Tue Sep 14 23:10:48 MST 2010
2) Include path is for declarations (compiler), library path is for object code (linker).
0 项奖励
回复