tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] TCC segfault on Fedora 29 Klaus Ebbe Grue


From: Connor Nolan
Subject: Re: [Tinycc-devel] TCC segfault on Fedora 29 Klaus Ebbe Grue
Date: Mon, 4 Mar 2019 21:47:36 +0000

It seems to be fixed now, but when running the created executable it errors:
"./test": error: Android 5.0 and later only support position-independent executables (-fPIE).
Does tinycc not support PIE, and if not how on tell it does? Rerunning with -fPIE does not change anything. The contents of test.c are:
#include <stdlib.h>
int main() {
printf("Hello World\n");
return 0;
}



From: Tinycc-devel <tinycc-devel-bounces+address@hidden> on behalf of Connor Nolan <address@hidden>
Sent: Sunday, March 3, 2019 5:37 PM
To: address@hidden
Subject: Re: [Tinycc-devel] TCC segfault on Fedora 29 Klaus Ebbe Grue
 
This also happens when running it on Android. It works with -run, it doesn't when compiling. This uses NDK r19's crt*.o files.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]