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.
Alban Deniz c27948ed69 Updated ChangeLog.txt преди 3 години
32bitDll 1) Added DLLs for running the test program built by MinGW-W64 8.1.0. преди 3 години
64bitDll 1) Added DLLs for running the test program built by MinGW-W64 8.1.0. преди 3 години
BuildDistribution Restored from Alban's working copy, 4/17/2010 4:12 PM. преди 12 години
CPPSample Reviewed ReadMe.html and README files for release. преди 3 години
CSSample Rebuilt version 3.3. Reason: Fixed buffer overrun bug in CodeDweller/configuration.cpp. преди 8 години
CodeBlocks Updated scripts to compile SNFMulti.dll (32- and 64-bit), ran test programs (cpp, cs, and vb). преди 3 години
CodeDweller @ ee37106bc3 Updated scripts to compile SNFMulti.dll (32- and 64-bit), ran test programs (cpp, cs, and vb). преди 3 години
MinGW-32 Updated MinGW-32 and MinGW-64 for latest MinGW-W64 compiler преди 3 години
MinGW-64 1) Added DLLs for running the test program built by MinGW-W64 8.1.0. преди 3 години
SNFMulti @ fe5e00d82c Updated ChangeLog.txt преди 3 години
SNFMultiDll Using MinGW-W64 8.1.0 (posix-seh) compiled 32- and 64-bit SNFMulti/CodeDweller, преди 3 години
SNFMultiSDK_Windows_3.2 Created new SDK.Created new SDK, version 3.2. Procedure: преди 8 години
SNFMultiSDK_Windows_3.3 1) Removed from SNFMultiSDK_Windows_3.3 the files that are created during преди 3 години
SNFMultiSDK_Windows_3.4 1) Removed from SNFMultiSDK_Windows_3.3 the files that are created during преди 3 години
SNFMultiSDK_Windows_Base Updated ChangeLog.txt преди 3 години
SNFMultiTest Updated scripts to compile SNFMulti.dll (32- and 64-bit), ran test programs (cpp, cs, and vb). преди 3 години
VBSample Updated ReadMe.html and checked links. Added sections on suggested installation преди 3 години
VS2008-archive Reset преди 12 години
VS2008CPPSample Updated scripts to compile SNFMulti.dll (32- and 64-bit), ran test programs (cpp, cs, and vb). преди 3 години
VS2008CSSample Restored from Alban's working copy (last modified 4/17/2010 4:11 PM). преди 12 години
VS2008VBSample Restored from Alban's working copy (last modified 4/17/2010 4:11 PM). преди 12 години
VS2019CPPSample Reviewed ReadMe.html and README files for release. преди 3 години
VS2019CSSample Reviewed ReadMe.html and README files for release. преди 3 години
VS2019VBSample Reviewed ReadMe.html and README files for release. преди 3 години
include Reset преди 12 години
.gitmodules Added CodeDweller and SNFMulti submodules. преди 3 години
BuildDistribution.cmd 1) Removed from SNFMultiSDK_Windows_3.3 the files that are created during преди 3 години
SNFMultiSDK_Windows_3.0.zip Restored from Alban's working copy (last modified 4/17/2010 4:11 PM). преди 12 години
SNFMultiSDK_Windows_3.1.zip Created SNFMultiSDK_Windows_3.1.zip after Pete updated SNFMulti.cpp. преди 11 години
SNFMultiSDK_Windows_3.2.zip Created new SDK.Created new SDK, version 3.2. Procedure: преди 8 години
SNFMultiSDK_Windows_3.3.zip Rebuilt version 3.3. Reason: Fixed buffer overrun bug in CodeDweller/configuration.cpp. преди 8 години
SdkTestProcedureSop.txt Updated SdkTestProcedureSop.txt to also check ReadMe.html. преди 3 години
createDistribution Use 7z to create the .zip file instead of jZip. преди 3 години
readme Implemented createDistribution bash script to create a zipfile distribution. преди 3 години

readme

This is where the SNF SDK for Windows Package is kept.


Copyright (c) 2009 - 2020 ARM Research Laboratories

The 64-bit SNFMulti.dll file is built using MinGW-64, the 64-bit MinGW
toolchain. The 32-bit SNFMulti.dll file is built using MinGW, the
32-bit MinGW toolchain.

The SNFMulti.dll is built using the .CMD files from the command line
(in the MinGW-64 or MinGW-32 directory). In addition to building
SNFMulti.dll, the libSNFMulti.a and libSNFmulti.def files are created.
The import and export files are built using the VS2019 command line.

There are also applications for linking with SNFMulti.dll:

1) The SNFMulti C++ test built with MinGW. This can be built with a
.CMD file in the MinGW-64 or MinGW-32 directory

2) The SNFMulti C++ test built with Visual Studio 2019. This can be
built with solution file VS20198CPPSample/VS2019CPPSample.sln.

3) A Visual Studio 2019 C# example application. This can be built
with solution file VS2019CSSample/VS2019CSSample.sln.

4) A Visual Studio 2008 VB example application. This can be built
with the solution file VS2008VBSample/VS2008VBSample.sln.

This package includes the following directories (each has a README
file with further information):

MinGW-64--Contains .CMD files for building 64-bit SNFMulti.dll and
associated files, and also the C++ application SNFMultiTest. It
uses the source files in the SNFMulti, CodeDweller, and SNFMultiTest
directories. These directories must be present.

MinGW-32--Contains .CMD files for building 32-bit SNFMulti.dll and associated
files, and also the C++ application SNFMultiTest. It uses the
source files in the SNFMulti, CodeDweller, and SNFMultiTest
directories. These directories must be present.

CodeBlocks--Contains the Code::Blocks project files for building
SNFMulti.dll and SNFMultiTest. It uses the source files in the
SNFMulti, CodeDweller, and SNFMultiTest directories. These
directories must be present.

SNFMultiTest--Contains the source for the C++ test application
SNFMultiTest.

VS2008CSSample, VS2008VBSample, VS2008CPPSample--Contains the Visual
Studio files for building the C# and VB example applications, and
the C++ test.

To build the applications in the MinGW-64, MinGW-32, and VS2019
directories:

1) Ensure that the SNFMultiTest, SNFMulti, and CodeDweller
directories are present.

2) Install the 64-bit MinGW toolchain. The scripts in MinGW-64 are
for MinGW-W64 version 8.1.0, posix threads, and seh exception.
If a different version is installed, the scripts would need to be
modified.

3) Install the 32-bit MinGW toolchain (i686 architecture), version
8.1.0, posix threads, and sjlj exception. If a different version
is installed, the scripts would need to be modified.

4) Install VS 2019. and the .NET runtime.

5) Follow the directions in README file in MinGW-32, MinGW-64, and
VS2019 directories.

To build and test the SDK:

1) In PKG-SNF-SDK-WIN/trunk/MinGW-32:

a) compileSNFMultiDLL.cmd.

b) buildSNFMultiDLL.cmd.

c) buildSNFMultiTestDLL.cmd.

d) buildvs2019SNFMultiImportLib.cmd (in vs2019 command prompt).

e) SNFMultiTest.exe.

f) installSNFMultiLibrary.cmd.

2) Repeat in MinGW-64.

3) Build and run VS2019CPPSample, x32 and x64, following the
instructions in the README file.

4) Build and run VS2019CSSample, any, x32, and x64, following the
instructions in the README file.

5) Build and run VS2019VBSample, any, x32, and x64, following the
instructions in the README file.

To create a zipfile distribution:

1) Install jZip.

2) Add jZip to the path for the MinGW-W64 bash command line.

3) At a MinGW bash prompt, run

./createDistribution VERSION

where VERSION is the version to create. This creates a
distribution in SNFMultiSDK_Windows, and zips the distribution
into SNFMultiSDK_Windows_VERSION.zip.