| AR# | 22834 |
| Part | EDK_GNU |
| Last Modified | 2006-02-05 00:00:00.0 |
| Status | Active |
| Keywords | GNU, GCC, compile, search, path |
Keywords: GNU, GCC, compile, search, path
Under Set Compiler Options->Paths, the -B option does not work.
I specify the path "my_project", and the make file contains:
TESTAPP_PERIPHERAL_CC_SEARCH = -Bmy_project
This variable is never used, and the final GCC invocation does not include the switch.