editor and include directory problems

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

editor and include directory problems

740 Views
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 Kudos
Reply
3 Replies

733 Views
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 Kudos
Reply

733 Views
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 Kudos
Reply

733 Views
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 Kudos
Reply