You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
adeniz 07d2f67b68 Built version 3.2 SDK. 10 anni fa
..
README Created SNFMultiSDK_Windows_3.1.zip after Pete updated SNFMulti.cpp. 12 anni fa
buildSNFMultiDLL.cmd Upgraded 32-bit MinGW compiler to version 4.8.1. Copied mingwm10.dll from the new compiler distribution. Built new libraries in MinGW-XX directories. 10 anni fa
buildSNFMultiTestDLL.cmd Built 32- and 64-bit DLLs on 64-bit Vista using MinGW-64 (as before) and MinGW. Ran BuildDistribution to create new SNFMultiSDK_Windows_3.1.zip. Added missing .exp and .lib files to SNFMultiSDK_Windows_3.1. 12 anni fa
buildvs2008SNFMultiImportLib.cmd Built 32- and 64-bit DLLs on 64-bit Vista using MinGW-64 (as before) and MinGW. Ran BuildDistribution to create new SNFMultiSDK_Windows_3.1.zip. Added missing .exp and .lib files to SNFMultiSDK_Windows_3.1. 12 anni fa
compileSNFMultiDLL.cmd Built version 3.2 SDK. 10 anni fa
installSNFMultiLibrary.cmd Built 32- and 64-bit DLLs on 64-bit Vista using MinGW-64 (as before) and MinGW. Ran BuildDistribution to create new SNFMultiSDK_Windows_3.1.zip. Added missing .exp and .lib files to SNFMultiSDK_Windows_3.1. 12 anni fa

README

README file for command files for building SNFServer library and applications


Copyright (c) 2009 ARM Research Laboratories

This is the README file for building the SNFMulti library and
SNFMultiTest application using the 64-bit MinGW toolchain.

To build SNFMulti.dll

1) Run "compileSNFMultiDLL.cmd". This compiles the SNFMulti files
for building a DLL. The object files are created in the current
directory. The source files are in the ../SNFMulti and
../CodeDweller directories.


2) Run "buildSNFMultiDLL.cmd". This builds snfmulti.dll,
libsnfmulti.a, and snfmulti.def. These are the same files built
by Code::Blocks.

To build the import and export SNFMulti libraries for VS2008:

1) With the VS2008 command prompt, run "buildVS2008SNFMultiImportLib.cmd".
This reads snfmulti.def and creates vs2008_snfmulti.lib (the SNFMulti import
library) and vs2008_snfmulti.exp (the SNFMulti export library).

To copy to where the sample programs can find the files:

1) Run "installSNFMultiLibrary.cmd". This copies the output files into
the ..\32bitDll directory.

To build SNFMultiTest linked with SNFMulti.dll:

1) Run "buildSNFMultiTestDLL.cmd". This builds SNFMultiTest.exe,
linking with SNFMulti.dll. Because SNFMulti.dll is in the current
directory, SNFMultiTest.exe can be run from the command line
without modifying the PATH variable.

To run SNFMultiTest:

1) Make sure that all DLLs required by MinGW are available to
SNFMultiTest. For example, MinGW 5.1.4 needs mingwm10.dll, which
is in \MinGW\bin.

2) Make sure that the sniffer configuration file is named
prescale.xml, and is in the current directory. A suitable
configuration file is ..\SNFMultiSDK_Windows_3.1\snf_engine.xml.