cURL : error : only position independent executables (PIE) are supported. - General Questions and Answers

Hello guys ,
Please help me to fix this error : error: only position independent executables (PIE) are supported.
I am using DOOGEE X5S Rooted android 5.1 I have this problem when I was following this guide :
android.stackexchange.com/a/55701/171994 ( I can't post outside links yet , sorry about that ).
Anyway , I already installed the cURL on my android phone , but I'm receiving this error on Terminal emulator error : position independence executables (PIE) are supported. Please guys help me to fix this error , Thank you guys for your help and your time

Related

page-writeback error . plz help me

i am trying to compile 2.6.32.9 kernel . but when i do " make " after a while it cames with an error like this
"mm/page-writeback.c: in function 'write_cache_pages':
"mm/page-writeback.c:820: internal compiler error : segmentation fault"
i can't find mistake on that line , and google is not giving me the answer i am looking for .
if anybody knows something , plz help me
facing same error
compiling galaxy s I9000 kernel from sources "/GT-I9000_OpenSource_Froyo_update2"
Cross compiler used: export PATH=$PATH:/home/xx/bin/u/android-ndk-r5/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin
please correct me if something is wrong

Android 6.0 Error: only position independent executables (PIE) are supported?

Any fix for Android 6.0 Error: only position independent executables (PIE) are supported???
That error is what you get if you try to run an old binary that was built for Kitkat or earlier. It's not PIE that needs a fix, but the binary you tried to run.
What were you trying to do when you got that error?
Up

RR OS ERROR : 7,What is the meaning of this?

https://forum.xda-developers.com/galaxy-s7/development/rom-resurrection-remix-os-nougat-5-8-t3529388
My mobile phone is Korean version G930S, I get error : Updater process ended with ERROR : 7
Error installling zip file ' /sdcard/Download/RR-N-v5.8.4-20170901-herolte-official.zip '
Am I doing something wrong ?
It seems that all Korean mobile phones failed.

error 7 on Twrp

When i try to flash a ROM on my leeco, appears in twrp the error 7 what means???
Have a solution for this error??
And custom ROM android 7 or lineage os, aosp, resurrection remix ROMs
for leeco le s3
A some GuY said:
When i try to flash a ROM on my leeco, appears in twrp the error 7 what means???
Have a solution for this error??
And custom ROM android 7 or lineage os, aosp, resurrection remix ROMs
for leeco le s3
Click to expand...
Click to collapse
My dear Friend
Do not put everything here on XDA, do some exercise and search on google, you will get your answer. i request you to please close this thread.:good:
Error 7 in TWRP-Recovery means that the ROM-Image (zip file) doesn't match your phone. In our case there exist several models for the S2 (SD652): X520, X522, X526 and X527.
If you want to avoid Error 7, you need to open the zip-file (maybe 7zip):
- go to directory META-INF \ com \ google \ android
- open the file "updater-script" with an editor like notepad++
- place a # at the beginning of the first two lines, looks like this:
# (!less_than_int(....
# get_device_compatible...
- save the modifications in the zip-file and put it into the phone
- now update your phone via twrp
A some GuY said:
When i try to flash a ROM on my leeco, appears in twrp the error 7 what means???
Have a solution for this error??
And custom ROM android 7 or lineage os, aosp, resurrection remix ROMs for leeco le s3
Click to expand...
Click to collapse
It is possible to make a screen shot of the whole error message in TWRP.
There is more than one Error 7.
Provide the screen shot, to be sure you'll get the correct answer.
JamBax said:
It is possible to make a screen shot of the whole error message in TWRP.
There is more than one Error 7.
Provide the screen shot, to be sure you'll get the correct answer.
Click to expand...
Click to collapse
Ok i send a print and thx to try to help me
Andy_04 said:
Error 7 in TWRP-Recovery means that the ROM-Image (zip file) doesn't match your phone. In our case there exist several models for the S2 (SD652): X520, X522, X526 and X527.
If you want to avoid Error 7, you need to open the zip-file (maybe 7zip):
- go to directory META-INF \ com \ google \ android
- open the file "updater-script" with an editor like notepad++
- place a # at the beginning of the first two lines, looks like this:
# (!less_than_int(....
# get_device_compatible...
- save the modifications in the zip-file and put it into the phone
- now update your phone via twrp
Click to expand...
Click to collapse
Ok dude, i can try do this your help, thx man
Andy_04 said:
Error 7 in TWRP-Recovery means that the ROM-Image (zip file) doesn't match your phone. In our case there exist several models for the S2 (SD652): X520, X522, X526 and X527.
If you want to avoid Error 7, you need to open the zip-file (maybe 7zip):
- go to directory META-INF \ com \ google \ android
- open the file "updater-script" with an editor like notepad++
- place a # at the beginning of the first two lines, looks like this:
# (!less_than_int(....
# get_device_compatible...
- save the modifications in the zip-file and put it into the phone
- now update your phone via twrp
Click to expand...
Click to collapse
Thanks....
Do I have to add space after the #?
# (!less_than_int(1513360281, getprop("ro.build.date.utc"))) || abort("Can't install this package (Sat Dec 16 01:51:21 CST 2017) over newer build (" + getprop("ro.build.date") + ").");
# getprop("ro.product.device") == "le_x6" || abort("This package is for "le_x6" devices; this is a "" + getprop("ro.product.device") + "".");

AOSP - error failed to build the custom ROM

'm trying to build AOSP for a supported device (sony Xperia z5) (aosp_mips64-eng) I follow the instruction here: https://forum.xda-developers.com/t/...sp-pie-custom-rom-for-xperia-devices.3921641/ After download the source, Initializing device type for ROM building. I Encounter an error while trying to build the custom ROM:
I there anything i could do? Have I done something wrong? I'm pretty sure i did the previous steps correctly.
============================================
ninja: no work to do.
ninja: no work to do.
No need to regenerate ninja file
No need to regenerate ninja file
ninja: error: 'device/generic/common/nfc/libnfc-nci.conf', needed by 'out/target/product/generic/system/etc/libnfc-nci.conf', missing and no known rule to make it
10:29:40 ninja failed with: exit status 1
build/make/core/main.mk:21: recipe for target 'run_soong_ui' failed
make: *** [run_soong_ui] Error 1
helloguys2489574 said:
build AOSP for a supported device (sony Xperia z5) (aosp_mips64-eng)
Click to expand...
Click to collapse
You have to build for your device, not for a mips64 device as you can read in your mentioned instruction:
Code:
source build/envsetup.sh && lunch aosp_[device_model]-userdebug
Please take a closer look into the numerous tutorials available at the internet.
Please don't ask for further assistance if you don't know exactly what you're doing!

Categories

Resources