Visible to Intel only — GUID: mwh1416947062481
Ixiasoft
Visible to Intel only — GUID: mwh1416947062481
Ixiasoft
15.6.2. Object File Directory Tree
For example, if you specify the path to a source file as
src/util/special/tools.cthe makefile places the corresponding object code in
obj/util/special/tools.oThe makefile does not create object directories outside the project directory root. If the source file path you specify is a relative path beginning with "..", the Nios II SBT flattens the path name prior to creating the object directory structure.
For example, if you specify the path to a source file as
../special/tools.cthe makefile places the corresponding object code in
obj/tools.oIf you specify an absolute path to source files under Cygwin, the Nios II SBT creates the obj directory structure as if you had used the Cygwin form of the path name. For example, if you specify the path to a source file as
c:/dev/app/special/tools.cthe Nios II SBT places the corresponding object code in
obj/cygdrive/c/dev/app/special/tools.o