On 3/15/22 3:48 PM, Cătălin George Feștilă wrote:
I try to create a hello word arm static executable, with the default example
but I got
these errors.
I search on the web and fedora packages to find a way to solve this issue.
I used a basic example source code:
cat hello.cpp
#include
using nam
On Tue, 2022-03-15 at 21:47 +, Cătălin George Feștilă wrote:
> I try to create a hello word arm static executable, with the default
> example but I got
> these errors.
> I search on the web and fedora packages to find a way to solve this
> issue.
> I used a basic example source code:
>
> cat h
> On 15 Mar 2022, at 21:49, Cătălin George Feștilă
> wrote:
>
> I try to create a hello word arm static executable, with the default example
> but I got
> these errors.
Please show the commands you use to build the exe, also the errors are missing.
Are you building on a arm host or trying
I try to create a hello word arm static executable, with the default example
but I got
these errors.
I search on the web and fedora packages to find a way to solve this issue.
I used a basic example source code:
cat hello.cpp
#include
using namespace std;
int main(void)
{
std::cout << "Hello wor
I try to create a hello word arm static executable, with the default example
but I got
these errors.
I search on the web and fedora packages to find a way to solve this issue.
I used a basic example source code:
cat hello.cpp
#include
using namespace std;
int main(void)
{
std::cout << "Hello wor