Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CMakeLists.txt for Posix GCC Demo #1185

Merged
merged 1 commit into from Feb 10, 2024

Conversation

kar-rahul-aws
Copy link
Contributor

@kar-rahul-aws kar-rahul-aws commented Feb 9, 2024

Description

This PR updates CMakeLists.txt to compile Posix Demo successfully, with tracing enabled.

Test Steps

cd ./FreeRTOS/FreeRTOS/Demo/Posix_GCC
cmake -B build -S .
cd build
make

Before applying the patch

FreeRTOS/Demo/Posix_GCC/./FreeRTOSConfig.h:157:14: fatal error: trcRecorder.h: No such file or directory
  157 |     #include "trcRecorder.h"
      |              ^~~~~~~~~~~~~~~

After applying the patch, it compiles successfully.

Checklist:

  • I have tested my changes. No regression in existing tests.
  • I have modified and/or added unit-tests to cover the code changes in this Pull Request.

Related Issue

Forum issue

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@kar-rahul-aws kar-rahul-aws requested a review from a team as a code owner February 9, 2024 07:51
@kar-rahul-aws kar-rahul-aws marked this pull request as draft February 9, 2024 07:51
@kar-rahul-aws kar-rahul-aws marked this pull request as ready for review February 9, 2024 08:03
@aggarg aggarg merged commit 5fc7a75 into FreeRTOS:main Feb 10, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants