my cross compiler has error.tslib install but has error
-
@MhM93 Why don't you use Google?
First match there for "scp" is: https://en.wikipedia.org/wiki/Secure_copy -
sorry At first I searched it, but I found this:
SCP Foundation
From Wikipedia, the free encyclopedia
SCP Foundation SCP Foundation (emblem).svg
The logo of the SCP Foundation
Available in English[a]
Slogan(s) Secure, Contain, Protect
Website www.scp-wiki.net
Alexa rank 15,140 (Apr 2017)[3]
Registration Required[b]
Launched July 19th, 2008[4]
Current status Active
Content license
CC Attribution / Share-Alike 3.0 The SCP Foundation is a fictional organization that is the subject of a web-based collaborative writing project. (SCP stands for "Special Containment Procedures", though it also refers to the organization's slogan of "Secure, Contain, Protect".) The stories generated by the project describe the exploits of the Foundation, supposedly responsible for containing individuals, entities, locations, and objects that violate natural law (referred to as SCPs). The main written works on the SCP Foundation website are articles written in the style of structured internal documentation about the contained SCPs.and I confused what is SCP, sorry for silly ask, excuse me,thanks for secure copy @jsulm and @SGaist
thanks for all help
thanks a lot with best wishes for you -
BEST CONFIGURE:
sudo ac_cv_func_malloc_0_nonnull=yes ./configure CC=/opt/FriendlyARM/toolchain/4.9.3/bin/arm-none-linux-gnueabihf-gcc CXX=/opt/FriendlyARM/toolchain/4.9.3/bin/arm-none-linux-gnueabihf-g++ --host=arm-none-linux-gnueabihf target=arm-none-linux-gnueabihf --enable-static=yes --enable-shared=yes -prefix=/home/tslib
-
Why sudo ? There's no reason to configure nor compile as root.
-
What files ? Where are they ?
Usually that's the kind of thing that start to happen when ones tries to solve a problem using sudo "because it works" rather than find the cause of the original problem which generally leads the snake biting its tail because the first use of sudo makes one or more files only owned by root and its group and thus not accessible etc.