: following statement failed with ORACLE error 1031:"Create database link" DATA_LINK.WORLD "connect to" DATA "identified by" DATA """USING 'ora7 '"IMP-00003: ORACLE error 1031 encounteredORA-01031: insufficient privilegesI imported a SYSTEM user. It seems that the SYSTEM user has insufficient permissions, but this is useless, so I gave up the creation. If I want to use it later, I can create it separately.
5. Error 5: This is the most critical record. I wrote this record because it may be hard t
/filesystem_config.txt and add it to the zip package. This file stores the permissions and owner of the directories and files under the system directory.$ Head META/filesystem_config.txtSystem 0 0 755System/usr 0 0 755System/usr/SREC 0 0 755System/usr/SREC/config 0 0 755System/usr/SREC/config/en. US 0 0 755System/usr/SREC
format to a target file in different formats.
Take the hello. O target file and hello executable file used in nm as an example:
$ File hello. O hello
The file command is used to determine the file type. The output is as follows:
Hello. O: Elf 32-bit LSB relocatable, Intel 80386, Version 1 (sysv), not stripped
Hello:
Elf 32-bit LSB executable, Intel 80386, Version 1 (sysv), for GNU/Linux
2.2.0, dynamically linked (uses SHARED libs), not stripped
Now run objcopy to change the file type of Hello
Work linux problem record-general Linux technology-Linux technology and application information. The following is a detailed description. An error occurs during u-boot Compilation: No rule to make target 'Hello _ world. srec', needed by 'all'. Stop.
Solution: Modify the examples/Makefile file, change %. srec: %. srec: %. o, and change %. bin: %. bin: %. o.
your board. 1. Compile uboot1.1.4.
#make smdk2410_config #make ARCH=arm
Note: When compiling a platform for arm, uboot uses arm-linux-gcc by default. if the name of the cross compiler is different, you must modify it in Makefile. Two errors will occur. error Message 1: Maid: Invalid option 'Abi = apcs-gnu 'make [1]: *** [hello_world.o] Error 1 make [1]: leaving directory '/root/u-boot-1.1.4/examples' make: *** [examples] Error 2 solution: the Error file is/cpu/arm920t/config. mk:
LSB relocatable, Intel 80386, Version 1 (sysv), not strippedHello: Elf 32-bit LSB executable, Intel 80386, Version 1 (sysv), for GNU/Linux 2.2.0, dynamically linked (uses SHARED libs), not strippedNow run objcopy to change the file type of Hello: It was originally an executable program in ELF format and is now converted to SREC format. the SREC format file is a Motolora S-record file, which is mainly used
target file in a format different from that of the source target file (that is, the target file in one format can be converted to a target file in another format ). You can use the above command line options to control the specific operations of objcopy.When converting the target file, objcopy will generate a temporary file. After the conversion is completed, the temporary file will be deleted. Objcopy uses BFD for conversion. If there is no explicit format requirement, objcopy will access all
.
OpenSSL: Common SSL support libraries.
Qemu: source code of the android simulator.
SQLite: open source database.
Tcpdump: the TCP packet capture analysis database, which can be used to analyze TCP headers and other operations.
Wpa_supplicant: the authentication support library for Wi-Fi networks.
Astl: a c ++ template library written by myself in Android, mstl: string.
Bzip2: compress the database and decompress the BZ file.
E2fsprogs: ext2/3/4 filesystem support library.
Gtest: Google open-
First, Introduction functionCopy part or all of the target file to a different destination file, or convert the destination file into a format.DescriptionThe Objcopy tool uses the BFD library to read and write to the target file, which copies the contents of one target file into another target file. Objcopy uses its options to control its different actions, it can copy the target file sing woo the original file format. It is important to note that objcopy can copy a fully linked file between two
in files such as ppc_config.mk, arm_config.mk, and mis_config.mk.The makefile in the top-level directory also defines the cross compiler and the target file on which u-boot depends.
Ifeq ($ (ARCH), arm)Cross_compile = arm-Linux-// prefix of the Cross Compiler# EndifExport cross_compile...# U-boot objects... order is important (I. e. Start must be first)Objs = CPU/$ (CPU)/start. O // target file related to the processor...Libs = lib_generic/libgeneric. A // define the dependent directory. The ta
install gcc-4.4 g ++-4.4g ++-4.4-multilib after installation there will be gcc-4.4 and g + under/usr/bin +-4.4, delete the original symbolic links of gcc and g ++ and re-establish them to the version we installed: sudo rm-f/usr/bin/gcc sudo rm-f/usr/bin/g + + sudo ln-s/usr/bin/gcc-4.4/usr/bin/gcc sudo ln -s/usr/bin/g ++-4.4/usr/bin/g ++ 3. external/srec/tools/thirdparty/OpenFst/fst/lib/cache. h: 136: 11: note: use 'this-> setstate' instead
Make: ***
. Oprofile: A famous debugging tool. Safe-IOP: What is the overall operation of the secure exaggerated platform ?? SREC: SREC is placed in the/extlibs directory of the android source code library. It is an open-source continuous non-specific speech recognition provided by nuance. Tesseract: OCR recognition library, which seems to be used to extract text from binary files and images. Official Website:
secure exaggerated platform ??
SREC: SREC is placed in the/extlibs directory of the android source code library. It is an open-source continuous non-specific speech recognition provided by nuance.
Tesseract: OCR recognition library, which seems to be used to extract text from binary files and images. Official Website: http://code.google.com/p/tesseract-ocr/
Bison: syntax library.
Clearsilver: clearsilver
files that need to be connected.(5) Generate binary codeConnection generated ELF files cannot be downloaded directly, and the final binaries can be generated through the Objcopy tool:Arm-linux-objcopy–o binary bootstrap.elf Bootstrap.binWhere the-o binary specifies to be a binary format file. Objcopy can also generate file in s format, simply replace the parameter with-o Srec. You can also use the-s option to remove all symbolic information and repos
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.