blackbit (16.05.2008 12:13, просмотров: 160) ответил abivan на MPLAB пути поиска include файлов?
..мож просто Salvo пользует скрипты под себя? см. в файлах типа .gld (подключаются к проекту в ветке Linker Script), там могут задаваться пути, например (linkerscript.gld): /* This is a boilerplate script that sets up
search paths relative to the source file
directory, and includes a standard set
of libraries for these examples.
This approach avoids absolute paths and
allows the examples to build properly
no matter where MPLAB C30 is installed. */
SEARCH_DIR(..\..\..\..\lib)
SEARCH_DIR(..\..\..\..\support\gld)
INPUT(-ldsp)
INPUT(-lpic30)
INPUT(-lm)
INPUT(-lc)
INCLUDE p30f6014A.gld