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

fprime-util new --deployment error #2915

Closed
timcanham opened this issue Oct 2, 2024 · 2 comments
Closed

fprime-util new --deployment error #2915

timcanham opened this issue Oct 2, 2024 · 2 comments
Labels
bug F´ Tools Issues pertaining to the F´ tools

Comments

@timcanham
Copy link
Collaborator

F´ Version
Affected Component

Problem Description

I get this error when I try to compile the code:

[ 95%] Built target Drv_Udp
[ 95%] Building CXX object XXX/Top/CMakeFiles/XXX_Top.dir/XXXTopology.cpp.o
/home/tcanham/source/xxx-fsw-scp/XXX/Top/XXXTopology.cpp:11:10: fatal error: Os/Log.hpp: No such file or directory
   11 | #include <Os/Log.hpp>
      |          ^~~~~~~~~~~~

Context / Environment

Execute fprime-util version-check and share the output.

Operating System: Linux
CPU Architecture: x86_64
Platform: Linux-5.15.133.1-microsoft-standard-WSL2-x86_64-with-glibc2.35
Python version: 3.10.12
CMake version: 3.30.2
Pip version: 22.0.2
Pip packages:
    fprime-tools==3.4.5a1
    fprime-gds==3.4.4a3
    fprime-fpp-*==2.2.0a4

How to Reproduce

  1. Create a new deployment using fprime-util new --deployment
  2. Compile

Expected Behavior

Clean compile.

@timcanham timcanham added the bug label Oct 2, 2024
@thomas-bc
Copy link
Collaborator

Same cause as #2913 (comment) -- fprime-util new --deployment is meant to work with the latest release of F´ and not devel

We could come up with a system to have an option e.g. fprime-util new --deployment --devel. Might require some ingenuity to have CI warn when things go out of sync on devel, and fix things with a pr-xxxx branch like we do on tutorials. Then cookiecutter can dynamically download the devel cookiecutter template, which would free us from having to re-release fprime-tools every update.

@thomas-bc thomas-bc added the F´ Tools Issues pertaining to the F´ tools label Oct 2, 2024
@LeStarch
Copy link
Collaborator

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug F´ Tools Issues pertaining to the F´ tools
Projects
None yet
Development

No branches or pull requests

3 participants