Tools Available In The Host Environment; Device Api - Korenix JetBox 8100 User Manual

Embedded linux
Hide thumbs Also See for JetBox 8100:
Table of Contents

Advertisement

5.2.2 Tools Available in the Host Environment

The following cross compiler tools are provided:
i686-korenix-linux-gnu-ar
i686-korenix-linux-gnu-as
i686-korenix-linux-gnu-c++
i686-korenix-linux-gnu-cpp
i686-korenix-linux-gnu-g++
i686-korenix-linux-gnu-gcc
i686-korenix-linux-gnu-gprof
i686-korenix-linux-gnu-ld
i686-korenix-linux-gnu-nm
i686-korenix-linux-gnu-objcopy
i686-korenix-linux-gnu-objdump
i686-korenix-linux-gnu-ranlib
i686-korenix-linux-gnu-readelf
i686-korenix-linux-gnu-size
i686-korenix-linux-gnu-strings
i686-korenix-linux-gnu-strip

5.3 Device API

SYNOPSIS
#include <sys/ioctl.h>
int ioctl(int d, int request, ...);
DESCRIPTION
The ioctl() function manipulates the underlying device parameters of
special files. In particular, many operating characteristics of character
special files (e.g. terminals) may be controlled with ioctl() requests. The
argument d must be an open file descriptor.
The second argument is a device-dependent request code. The third
32
Manage archives (static libraries)
Assembler
C++ compiler
C preprocessor
C++ compiler
C compiler
Display call graph profile data
Linker
Lists symbols from object files
Copies and translates object files
Displays information about object files
Generates indexes to archives (static
libraries)
Displays information about ELF files
Lists object file section sizes
Prints strings of printable characters from
files (usually object files)
Removes symbols and sections from object
files (usually debugging information)
Table 5-6 cross compiler tools
JetBox 8100 User Manaual_Linux_1.1

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Jetbox 8100-lJetbox 8100-lm

Table of Contents