nasa / PSP

The Core Flight System (cFS) Platform Support Package (PSP)
Apache License 2.0
66 stars 56 forks source link

rtems_fxp_attach() removed from cfe_psp_start.c #424

Closed dzbaker closed 6 months ago

dzbaker commented 6 months ago

Describe the bug The prototype for rtems_fxp_attach() was removed from cfe_psp_start.c in #414. This results in a build error as seen in https://github.com/nasa/cFS/actions/runs/7423519576/job/20201134096?pr=726.

To Reproduce Steps to reproduce the behavior: Attempt to build the cFS bundle for RTEMS 5 with OMIT_DEPRECATED=true. The error will be seen in the "make" step.

Expected behavior cFS builds successfully.

Reporter Info Dylan Z. Baker/NASA GSFC