Build of additional utilities¶
The following utilities are compiled during the build process for Linux/PC:
- dump_converter
- hex_to_bin
- dump_parse
- network_simulator
- pipe_data_router
No special care is necessary to build it – just build Linux/PC build.
devtools/win_com_dump/trace_cvt utility was used only once, during trace macros conversion, so no build scripts for it. It can be compiled in Linux by typing
gcc -o trace_cvt trace_cvt.c
devtools/win_com_dump/win_com_dump utility is a decoder of trace and traffic dump received from the hardware. It is compiled in Windows OS using MSVC with the following commands:
cd stack/devtools/win_com_dump nmake