[WIN32-MingW Demo] Modify project setting files to resolve compiler errors on Eclipse (#1203)
* Exclude unnecessary directories from build. 1. "FreeRTOS/Source/example" 2. "FreeRTOS+Trace Recorder/extras" 3. "FreeRTOS+Trace Recorder/kernelports/BareMetal" 4. "FreeRTOS+Trace Recorder/kernelports/ESP-IDF_FreeRTOS" 5. "FreeRTOS+Trace Recorder/kernelports/ThreadX" 6. "FreeRTOS+Trace Recorder/kernelports/Zephyr" 1 is applied to both of "Debug" configuration and "Debug_CodeCoverage" configuration. Others are applied to only "Debug" configuration because those directories are already excluded from build on "Debug_Coverage" configuration. * Include path setting is modified. 1.Directory name is modified.("Include" -> "include") 2.New path is added.(FreeRTOS+Trace Recorder/kernelports/FreeRTOS/include) These modifications are needed to build "Debug" configuration. They are not needed for "Debug_CodeCoverage" configuration because these paths are not used. But these modifications are applied to both of "Debug" configuration and "Debug_CodeCoverage" configuration because of future potential risk. * [WIN32-MingW Demo] Replace "Exclude from Build" by "Resource Filter". "Resource Filter" is better than "Exclude from Build" because "Resource Filter" makes excluded directories invisible on Eclipse GUI. But some directories are still "Exclude from Build" because they should be excluded only on "Debug_CodeCoverage" configuration. "Resource Filter" cannot be specified to each configuration separately. * Code review suggestions Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com> --------- Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com> Co-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com> Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com>pull/1209/head^2
parent
66b0b0a5a0
commit
2b499ab780
Loading…
Reference in New Issue