Skip to content

Commit f91a705

Browse files
LeStarchthomas-bc
authored andcommitted
1 parent 2ad6b29 commit f91a705

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.github/actions/spelling/expect.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ coravy
112112
coreutils
113113
Coverity
114114
CPHA
115+
CPIU
115116
cplusplus
116117
CPOL
117118
cppcheck

docs/INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Please refer to the F´ website: https://fprime.jpl.nasa.gov/
1+
Please refer to the F´ website: https://fprime.jpl.nasa.gov/latest/docs/getting-started/installing-fprime/

docs/getting-started/installing-fprime.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,13 @@ This section will add some known hints to trouble-shooting with the installation
107107
* [Recommended PIP Versions](#recommended-pip-versions)
108108
* [fprime-util: command not found](#fprime-util-command-not-found)
109109
* [Helper script fpp-redirect-helper exited with reason: Permission denied](#helper-script-fpp-redirect-helper-exited-with-reason-permission-denied)
110+
### Windows
111+
* [Windows Subsystem for Linux (WSL) Version 1: Bad CPIU Error](#windows-subsystem-for-linux-wsl-version-1-bad-cpiu-error)
110112
### Linux
111113
* [Ubuntu, Debian, Java and Python PIP](#ubuntu-debian-java-and-python-pip)
112114
### macOS
113115
* [SSL Error with Python 3.8+](#ssl-error-with-python-38-on-macos)
116+
* [Apple Silicon: Bad CPIU Error](#apple-silicon-bad-cpiu-error)
114117

115118
### Recommended PIP Versions
116119
Some of the F´ Python packages are built in a way that it is recommended to install them with modern versions of PIP. Systems not recommended or pip versions less than recommended will require Java and run slower versions of FPP tools. The recommended versions are described below:
@@ -142,6 +145,10 @@ If it is not executable, add the permission back.
142145

143146
`chmod 700 fpp-redirect-helper`
144147

148+
### Windows Subsystem for Linux (WSL) Version 1: Bad CPIU Error
149+
150+
WSL 1 is no longer supported. Users running WSL1 will experience very slow generation and builds. Often a `Bad CPIU Error` will occur. Users who must use WSL1 will need to [install FPP directly](https://github.com/nasa/fpp/tree/main/compiler).
151+
145152
### Ubuntu, Debian, Java and Python PIP
146153
Ubuntu and possibly other Debian variants don’t include the pip packages in the default Python 3 installation. To get fully functional, use these commands on Ubuntu and Debian based systems:
147154
```
@@ -162,3 +169,6 @@ cd /Applications/Python\ 3.X/
162169
```
163170
After running above command, re-try installing `fprime-bootstrap`.
164171

172+
### Apple Silicon: Bad CPIU Error
173+
174+
Macintosh users who have not installed Rosetta software will experience a "Bad CPIU Error". Users should [install Rosetta](https://support.apple.com/en-us/102527) or [install FPP directly](https://github.com/nasa/fpp/tree/main/compiler).

0 commit comments

Comments
 (0)