Thank you so much
http://blog.h5min.cn/ajianyingxiaoqinghan/article/details/70194392
http://blog.h5min.cn/zdyueguanyun/article/details/51322295
http://blog.csdn.net/tgww88/article/details/51393570
1, zlib of the cross-compilation:
./configure--prefix= $OPENCV _depend
1
1
After that, the makefile file is modified and the contents are as follows:
cc=mips-linux-gnu-gcc
Ldshared=mips-linux-gnu-gcc-s
-64" or "x86_64". Oracle and Microsoft call it "x64." The BSD family and other Linux distributions use "AMD64", the 32-bit version is called "i386" (or i486/586/686), and Arch Linux uses x86_64 to address this 64-bit architecture.Reference:Https://zh.wikipedia.org/wiki/X86Https://zh.wikipedia.org/wiki/X86-64Third, what is LinuxLinux is a free and open source Unix-like operating system. Linux is strictly a single-finger kernel of the operating system, as the operating system contains many user
GNU General Public License
Original
Statement
This is an unofficial translation of the GNU General Public License into Chinese. it was not published by the Free Software Foundation, and does not legally state the distribution terms for software that uses the gnu gpl -- only the original English text of the gnu gpl
Linux getting started Tutorial: gnu c and semi-automated IDE that makes Vim C/C ++
The importance of C language in Linux is naturally unparalleled and irreplaceable. Therefore, it is impossible for me to write the Linux series without mentioning the C language. C language is my first language. Thanks to C language for leading me into the program world. Although I don't rely on it for dinner now, I still have to deal with it frequently, especially in L
GNU make Guide
Translation: hashao
Press: this is an article about GNU make. After reading this article, you should have a basic understanding of the usage of make. Make is a tool that must be mastered by all users who want to program on Unix (including Linux) systems. If make is not used in the program you write, it means that the program you write is a personal exercise program and has no practical value
linus determines that the lab version has sufficient new features and stable performance, it is called code freeze ). At this time, the stable lab version becomes the new x. y.0, And the development is based on the new version.
For example, 1.0.0 and 1.1.0 are the same. 1.0.1 is the first bug fix for version 1.0 code, while 1.1.1 is the first new function added to version 1.1. Finally, the error in 1.0.9 is fixed in 1.0, and 1.1.9 is 1.1. Finally, when the new functions increase to a sufficient
Release date:Updated on:
Affected Systems:GNU Bash 4.3Description:--------------------------------------------------------------------------------Bugtraq id: 67803Bash, a Unix shell, was written by Brian fox for the GNU program in 1987.GNU Bash 4.3 and other versions have security vulnerabilities. Remote attackers can exploit this vulnerability to bypass certain security restrictions and perform unauthoriz
Sebastian Krahmer, SUSE Security Research Member, announced the GNU/Linux kernel Elevation of Privilege Vulnerability. The recent GNU/Linux kernel (3.8 +) introduced a new feature to facilitate container implementation: user-namespaces (user-ns, CLONE_NEWUSER flag), this feature allows you to own a UID of 0, as a container for process isolation, this facilitates implementation, but it also brings related se
Release date:Updated on:
Affected Systems:GNU CoreutilsDescription:--------------------------------------------------------------------------------Bugtraq id: 57517CVE (CAN) ID: CVE-2013-0222Coreutils is a basic file, shell, and text control tool used by the GNU operating system.When GNU Coreutils processes input streams containing super-long strings, The uniq command has segfault, causing arbitrary code ex
Release date:Updated on:
Affected Systems:Gnu c Library (glibc) 2.xDescription:--------------------------------------------------------------------------------Bugtraq id: 51439Cve id: CVE-2011-4609
Glibc is the implementation of C libraries in most Linux operating systems.
When GNU libc handles EMFILE errors, there are errors in the "rendezvous_request ()" and "svcudp_recv ()" functions, which can be exploited to cause high CPU consumption and syst
Release date:Updated on:
Affected Systems:GNU emacss 23.3GNU emacss 23.2Unaffected system:GNU emacss 23.4Description:--------------------------------------------------------------------------------Bugtraq id: 51354Cve id: CVE-2012-0035
Emacs is an extensible Real-Time Display Editor.
GNU Emacs has a remote code execution vulnerability. After successful exploitation, attackers can execute arbitrary code with the current user permission.
Link: http:
GNU glibc gethostbyname Buffer Overflow Vulnerability
The gethostbyname function of the GNU glibc standard library has a buffer overflow vulnerability. Vulnerability No.: CVE-2015-0235. For details, see here.
Glibc is a C library that provides system calls and basic functions, such as open, malloc, and printf. All programs with dynamic connections need to use it.
Upgrade glibc to 7.6 In Debian 2.15
Debi
Release date:Updated on:
Affected Systems:GNU glibc 2.xDescription:--------------------------------------------------------------------------------Bugtraq id: 54374
Glibc is the implementation of C libraries in most Linux operating systems.
GNU glibc has multiple security vulnerabilities in formatting and printing. After successful exploitation, attackers can destroy the memory, bypass security restrictions, and execute arbitrary code in affected l
I beg for the GNU Compilation Guide and read the kernel, but I don't understand a word-Linux general technology-Linux technology and application information. The following is a detailed description. I beg for the GNU Assembly guide and read the kernel. I don't understand a word.
Static _ inline _ void atomic_add (int I, atomic_t * v)
{
_ Asm _ volatile __(
LOCK "addl % 1, % 0"
: "= M" (v-> counter)
:
The inventor of the GNU Prolog array Prolog design is a scholar at the University of Marseille, France. In order to maintain its pure language and Academic characteristics, the original Prolog has no arrays and no explicit data types. This is not necessarily a good thing for the actual needs of Using Prolog, because in many cases, the program runs too slowly. For example, arrays in C can be easily searched by subscript, such as array1 [3], array2 [5]
Http://blog.csdn.net/lawme/archive/2008/10/17/3089770.aspx
6. briefly explain the statements related to GTK-Server
This is a basic knowledge of PROLOG syntax and usage. refer to the following tutorial.
Http://www.csupomona.edu /~ Jrfisher/www/prolog_tutorial/contents.html
For the internal predicates of GNU Prolog, see
Http://www.gprolog.org/manual/gprolog.html
(1) automatically executed statements
After the program tictactoe. pl is started, this stat
Debian GNU/Linux Input Method settings
The following settings are used in Debian GNU/Linux.
1. GNOME Desktop Environment :~ /. Gnomerc or write file/etc/X11/xsession. d/90im-startupContent:# FcitxExport xmodifiers = @ im = fcitxFcitx
Or# ScimExport xmodifiers = @ im = scimExport gtk_im_module = scimScim-d
If you want to use the Chinese Input Method on the English interface, you can add the following two lin
As an open-source alternative to Matlab, GNU Ave ave is similar and different. Especially in scientific plotting, it is not a habit to start using it. It cannot be said here. Without commercial support, in the field of professional software, the quality, ease of use and comprehensive functions of open-source software are hard to guarantee: after all, it only provides an open window for advanced users and those who are willing to spend their time on it
Conversion from: GNU-style Arm Assembly syntax Guide (very detailed) 2
2. the symbol (or label) in the GNU Assembler)
The label can only be ~ Z, ~ Z, 0 ~ 9,".", _, And so on (it consists of dots, letters, numbers, underscores, and so on. It cannot start with a number except for a local number.
The essence of Symbol: it represents the address where it is located. Therefore, it can be used as a variable or f
/********************************************************************** Author : Samson* Date : 07/03/2014* Test platform:* 3.11.0-12-generic #19-Ubuntu* GNU bash, version 4.2.45* *******************************************************************/
View the encoding method of the current file in GNU Linux:
You can use vim to open this file and enter
: Set fileencoding: You can view the character encoding f
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.