You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
int main()
{
int fin = MyOpen("/home/test/hello.c",O_RDONLY );
return 0;
}
compile with:
clang -m64 -target powerpc64-linux-gnu test.c -o test
and get ERROR:
error: Undefined temporary symbol .Ltmp2
2 warnings and 1 error generated.
On Ubuntu 22.04
Have a powerpc64 cross-compile environment
I'm a rookie and didn't find a good fit on google to solve the problem, please help me!