Replies: 4 comments 3 replies
-
@kdizzlle I don't think we have permissions for your repo: It looks like there are some platform-dependent implmentations in |
Beta Was this translation helpful? Give feedback.
-
Hi @kdizzlle, could you grant us read access to your repo? |
Beta Was this translation helpful? Give feedback.
-
Hi Kelly. Thanks for fixing the links! Based on the warning, looks like you need to add Also, I noticed you added your platform and toolchain file inside of F Prime. I recommend moving them to your project's repo. So under https://github.com/kdizzlle/fprime-hub-pattern-example, create two directories called |
Beta Was this translation helpful? Give feedback.
-
Also, as Tim mentioned, you could comment out SystemResources here:
Once you comment out those lines, you can try to compile again. |
Beta Was this translation helpful? Give feedback.
-
@kevin-f-ortega @timcanham @Lex-ari
Problem Description
Trying to set up fprime on an 64-bit Linux host machine to cross compile c and c++ onto the phyCORE iMX.8X development board. Here is a link to our GitHub repo with our fprime environment: https://github.com/kdizzlle/fprime-hub-pattern-example
The iMX is using a poky Linux distribution with an SDK installed on the Linux host computer. The most relevant files for the SDK are in our repo as well.
We made our own cmake platform and toolchain, both called imx8x.cmake (in the repo). We tried to follow the pathing based on the I2C Interfacing directions on our docs: https://scales-hardware.readthedocs.io/en/latest/imx8x_procedures/#directions_3
Other relevant docs include the following:
phyCORE Install the SDK: https://docs.phytec.com/projects/yocto-phycore-imx8x/en/latest/applicationdevelopment/InstallTheSDK.html
phyCORE Hello World: https://docs.phytec.com/projects/yocto-phycore-imx8x/en/latest/applicationdevelopment/HelloWorld.html
We tried many different variations of the pathing for the platform and toolchain files, also inspired by the environment setup files from the SDK in the following repo: https://github.com/BroncoSpace-Lab/scales-hardware/tree/main/imx8x
Also in this repo is more screenshots that may be relevant. We really had to brute force it and disable cmake errors to get it to build even a little bit.
Context / Environment
Execute
fprime-util version-check
and share the output.Expected Behavior
Final build errors:
Beta Was this translation helpful? Give feedback.
All reactions