|
Most or all projects with Raspberry Pi compatible hard-float apps use arm-unknown-linux-gnueabihf as platform name.
If your system is hard-float compatible create or edit cc_config.xml file in BOINC's data directory and put the following in it:
- <cc_config>
- <options>
- <alt_platform>arm-unknown-linux-gnueabihf</alt_platform>
- </options>
- </cc_config>
Copy code
You likely need to restart BOINC for this setting to take effect. |
|