Add Freescale Nexus decoder implementation
[babeltrace.git] / converter / nexus / README
1 The nexdump utility will read and annotate Nexus encoded trace
2 data emitted from Freescale QorIQ products.
3
4 This code is unsupported and is available on an "as is" basis.
5
6 See ChangeLog file for release information.
7
8 There are two ways to build nexdump:
9 1) mkdir bld
10 cd bld
11 ../configure
12 make
13 make install
14
15 2) mkdir bld-cmake
16 cd bld-cmake
17 cmake ..
18 make
19 make install # /usr/local/bin
20
21 nexdump --help
22 will provide usage and option information.
23
24 Normal usage is simply "nexdump <data file>"
25 where <data file> is a Nexus data file containing
26 (32-bit big endian) binary or text (0x12345678) data.
This page took 0.03813 seconds and 4 git commands to generate.