選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

readme 2.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. This is where the SNF SDK for Windows Package is kept.
  2. Copyright (c) 2009 ARM Research Laboratories
  3. The SNFMulti.dll file is built using MinGW-64, the 64-bit MinGW
  4. toolchain. There are two ways for building SNFMulti.dll:
  5. 1) Use the Code::Blocks project (in the CodeBlocks directory).
  6. 2) Use the .CMD files from the DOS command line (in the MinGW
  7. directory).
  8. In addition to building SNFMulti.dll, the libSNFMulti.a and
  9. libSNFmulti.def files are created.
  10. There are also applications for linking with SNFMulti.dll:
  11. 1) The SNFMulti C++ test built with MinGW. This can be built with a
  12. .CMD file in the MinGW directory, or a Code::Blocks project in the
  13. CodeBlocks directory.
  14. 2) The SNFMulti C++ test built with Visual Studio 2008. This can be
  15. built with solution file
  16. VS2008/SNFMultiDLLExampleCsharp/SNFMultiDLLTestC++.sln.
  17. 3) A Visual Studio 2008 C# example application. This can be built
  18. with solution file
  19. VS2008/SNFMultiDLLExampleCsharp/SNFMultiDLLExampleCsharp.sln.
  20. 4) A Visual Studio 2008 VB example application. This can be built
  21. with the solution file
  22. VS2008/SNFMultiDLLExampleVB/SNFMultiDLLExampleVB.sln.
  23. This package includes the following directories (each has a README
  24. file with further information):
  25. MinGW--Contains .CMD files for building SNFMulti.dll and associated
  26. files, and also the C++ application SNFMultiTest. It uses the
  27. source files in the SNFMulti, CodeDweller, and SNFMultiTest
  28. directories. These directories must be present.
  29. CodeBlocks--Contains the Code::Blocks project files for building
  30. SNFMulti.dll and SNFMultiTest. It uses the source files in the
  31. SNFMulti, CodeDweller, and SNFMultiTest directories. These
  32. directories must be present.
  33. SNFMultiTest--Contains the source for the C++ test application
  34. SNFMultiTest.
  35. VS2008--Contains the Visual Studio files for building the C# and VB
  36. example applications, and the C++ test.
  37. To build the applications in the MinGW, CodeBlocks, and VS2008
  38. directories:
  39. 1) Ensure that the SNFMultiTest, SNFMulti, and CodeDweller
  40. directories are present.
  41. 2) Install the 64-bit MinGW toolchain. Unpack the 64-bit toolchain
  42. (e.g. mingw-w64-bin_i686-mingw_20090220.zip) into c:\MinGW-64. If
  43. done correctly, c:\MinGW-64 should have the directories bin,
  44. include, x86_64-pc-mingw32, and other directories. The MinGW .CMD
  45. files and the Code::Blocks project files are configured to use the
  46. 64-bit toolchain in c:\MinGW-64.
  47. 3) Install VS 2008.
  48. 4) Follow the directions in each directorie's README file.