Joe
|
Registered User
|
|
Dec 1 |
awarded | ● Yearling |
|
Nov 21 |
comment |
Code snippet paths in GCC I have a lot of c source files (& their associated h files) for various pieces of hardware (LCD's, DUART's, Keypads..) Each live in their own folder (/lcd /duart /keypad). All these are in a folder called /snippets which in turn is in a folder called /dev. Also in /dev there is a /projects folder.So, if I'm working on a project, e.g. robot, there will be a folder called /dev/projects/robot with files that make up the robot app. But, if the robot needs a LCD, how do I tell gcc to include /dev/snippets/lcd/lcd.h & lcd.c without specifying the absolute path, something like $SNIPPETPATH/lcd/lcd.h. |
|
Nov 21 |
asked | Code snippet paths in GCC |
