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

RTEMS example toolchain file incompatible with current PSP #573

Closed
jphickey opened this issue Mar 26, 2020 · 0 comments · Fixed by #574 or #615
Closed

RTEMS example toolchain file incompatible with current PSP #573

jphickey opened this issue Mar 26, 2020 · 0 comments · Fixed by #574 or #615
Labels
Milestone

Comments

@jphickey
Copy link
Contributor

Describe the bug
The example toolchain-i686-rtems4.11.cmake file is no longer compatible with the RTEMS module within the PSP.

CMake fails to configure, I get output as follows:

CMake Error at /usr/share/cmake-3.10/Modules/CMakeTestCCompiler.cmake:52 (message):
  The C compiler

    "/home/joe/rtems-4.11/bin/i386-rtems4.11-gcc"

  is not able to compile a simple test program.

To Reproduce
Build using example toolchain file from sample_defs with unmodified PSP, adjusting only for local installation paths (RTEMS_BSP_TOP).

Expected behavior
Build should succeed.

System observed on:
Ubuntu 18.04 LTS 64-bit (build host) building for i686-rtems4.11

Additional context
Failures is related to the "specs" options on the compiler. The toolchain file and RTEMS module in the PSP got out of sync somewhere along the development path.

Reporter Info
Joseph Hickey, Vantage Systems, Inc.

jphickey added a commit to jphickey/cFE that referenced this issue Mar 26, 2020
Bring the example toolchain for i686-rtems4.11 back into sync with
the current PSP and platform build module for this system.
@skliper skliper added the bug label Mar 27, 2020
astrogeco added a commit that referenced this issue Apr 14, 2020
@skliper skliper added this to the 6.8.0 milestone Sep 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants