> On 15 Mar 2022, at 21:49, Cătălin George Feștilă <myth...@fedoraproject.org> 
> 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 to cross compile?
Barry

> 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 <iostream>
> using namespace std;
> int main(void)
> {
> std::cout << "Hello word! from Fedora Linux!" << std::endl;
> return 0;
> }
> _______________________________________________
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam on the list, report it: 
> https://pagure.io/fedora-infrastructure
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to