Skip to content

fprime v3.5.0 compatibility issues #31

Open
@nateinaction

Description

@nateinaction

Using the rp2040 as a target I notice that the 3.4->3.5 upgrade fails with some compatibility issues.

It looks like the baremetal os files were removed from fprime during the OSAL and task refactors leading to the v3.5.0 release.

Related PRs:
Task refactor nasa/fprime#2672
OSAL cleanup nasa/fprime#2933

Error:

-- Configuring done (51.7s)
CMake Error at fprime/cmake/target/build.cmake:55 (set_target_properties):
  Cannot find source file:

    /Users/nate/code/github.com/proveskit/fprime-proves/fprime/Os/TaskCommon.cpp

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc
Call Stack (most recent call first):
  fprime/cmake/target/build.cmake:151 (build_setup_build_module)
  fprime/cmake/target/target.cmake:116 (build_add_module_target)
  fprime/cmake/target/target.cmake:116 (cmake_language)
  fprime/cmake/target/target.cmake:155 (setup_single_target)
  fprime/cmake/module.cmake:42 (setup_module_targets)
  fprime/cmake/module.cmake:82 (generate_base_module_properties)
  fprime/cmake/API.cmake:239 (generate_library)
  fprime-arduino/Arduino/Os/CMakeLists.txt:47 (register_fprime_module)


CMake Error at fprime/cmake/module.cmake:33 (add_library):
  No SOURCES given to target: Arduino_Os
Call Stack (most recent call first):
  fprime/cmake/module.cmake:82 (generate_base_module_properties)
  fprime/cmake/API.cmake:239 (generate_library)
  fprime-arduino/Arduino/Os/CMakeLists.txt:47 (register_fprime_module)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions