-
Is it possible to add a button or radio button to install all available crosslibs within the target version? Its boring and time-consuming to have to manually select CPU+OS for the platforms.
I mai…
-
On Linux Mint I've installed the 64 bits versions of fpcupdeluxe and lazarus. Lazarus works fine.
I want to cross compile code for a Raspberry PI 4B. In fpcupdeluxe I installed the cross compiler for…
-
e.g.
* `aarch64-unknown-linux-musl`
* `arm-unknown-linux-musleabi`
* `armv7-unknown-linux-musleabihf`
* `powerpc-unknown-linux-musl`
-
Hi, I'm trying to Cross Compile a linux version from Windows. The compilation errors during the linking phase:
```
ld.lld: warning: C:/..../NetSync.lib: archive member 'NetSync.dir\Release\Abilit…
-
```
>>> Preparing source in /var/tmp/portage/app-editors/vim-9.1.0842/work/vim-9.1.0842 ...
* Applying vim-6.3-xorg-75816.patch ...
[ ok ]
* Applying vim-7.3-apache-83565.patch ...
patching fi…
-
### Zig Version
0.14.0-dev.367+a57479afc
### Steps to Reproduce and Observed Behavior
1. Create a go sourcefile that uses cgo. For example:
```go
package main
import "C"
import "fmt"
…
-
### OCPP Version
OCPP1.6
### Describe the bug
Make Error at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.83.0/BoostConfig.cmake:141 (find_package):
[cmake] Found package configuration file:
[cmake] …
-
Is this module prepared for cross-compilation via appropriate flags? Im using armv7 (TI Arago toolchain).
-
```
Suggest modifying the "ByteOrder.hpp" file located /RCF/util/Platform/Machine/
To check for ARM processor. In my case it was Little Endian. Thus added:
#elif defined(__arm__)
#include "x86/Byte…
-
```
Suggest modifying the "ByteOrder.hpp" file located /RCF/util/Platform/Machine/
To check for ARM processor. In my case it was Little Endian. Thus added:
#elif defined(__arm__)
#include "x86/Byte…