editor and include directory problems

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

editor and include directory problems

736件の閲覧回数
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 返答(返信)

729件の閲覧回数
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 件の賞賛
返信

729件の閲覧回数
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 件の賞賛
返信

729件の閲覧回数
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 件の賞賛
返信