-
Notifications
You must be signed in to change notification settings - Fork 13
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
Cpp Examples in the Playground #99
Comments
Thanks for this summary of problems! I fixed the .gitignore issue in #98. @tanneberger Could you have a look at the alarm clock? All other issues appear to be warnings generated by clang. These only appear when using the latest release of clang. Older versions and gcc compile warning free. It should be easy enough to avoid the warnings with some updates to the code generator. I will try to address this soon. Tracking this in lf-lang/lingua-franca#2189 |
On it but first exams ;D |
This avoids the warnings reported in lf-lang/playground-lingua-franca#99 Fixes #2189
lf-lang/lingua-franca#2201 fixes the warnings in the generated C++ code. This means three issues remain:
|
I made a pass on the Cpp examples in the Playground (see PR #98), but they still need a bit of work:
All of the examples give lots of warnings when compiled. See examples below.
I didn't try the ROS2 example. Probably its README file should explain what you need to run this and how to install.
With this directory layout, which is quite different from the C examples, we need lots of .gitignore files and/or a make clean action, otherwise you get lots of "untracked files" from git after running a few examples.
AlarmClock.lf does not compile for me (and gives lots of warnings):
The text was updated successfully, but these errors were encountered: