From c5054fe4a0db390764e277108a0a482e370410c3 Mon Sep 17 00:00:00 2001 From: Thomas Date: Thu, 1 Feb 2024 15:01:18 +0100 Subject: [PATCH] removed lines for turning so-file into executable binary --- src/main.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 9d98dca..073f587 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -18,11 +18,11 @@ int main(int argc, char *argv[]) #include // Must define the interpreter to be the dynamic linker -#ifdef __LP64__ -#error "__LP64__ not defined for PTU5" -#else -const char service_interp[] __attribute__((section(".interp"))) = "/lib/ld-linux-armhf.so.3"; -#endif +//#ifdef __LP64__ +//#error "__LP64__ not defined for PTU5" +//#else +//const char service_interp[] __attribute__((section(".interp"))) = "/lib/ld-linux-armhf.so.3"; +//#endif int main(int argc, char *argv[]) {