Actions
Bug #10713
closedInclude working source trees as header search directories for models
Start date:
02/11/2021
Due date:
% Done:
0%
Estimated time:
Detected in build:
git
Platform:
Published in build:
Description
Models may need to include local headers (#include "...") that are not reachable by standard "-I" options. These headers are found by compilers near corresponding C source files. The suggested solution will not solve all such the issues, but it will help in some cases. In general case I think that one will need to manually specify such the options, in particular paths relative to working source trees to be used as header search directories.
Updated by Evgeny Novikov almost 4 years ago
- Status changed from New to Closed
I fixed the issue in branch fix-10713 that passed tests. The branch was merged to master in 1636fa662. The bug fix was backported to v3.0-stable. BTW, the same directories were added for weaving of models a long ago.
Updated by Evgeny Novikov almost 4 years ago
- Related to Feature #10714: Get model compiler input file from job.json optionally added
Actions