install
来自「基于4个mips核的noc设计」· 代码 · 共 60 行
TXT
60 行
INSTALL NOTES FOR SystemC Release 2.0.1b ----------------------------------------Contents: 1. Installation Notes for Windows1. Installation for Windows---------------------------This release has been ported to Windows NT 4.0 (SP3 and higher) and willwork with Visual C++ 6.0 (SP5). The SystemC distribution includes project and workspace files forVisual C++. If you use these project and workspace files the SystemCsource files are available to your new project. For Visual C++ 6.0 theproject and workspace files are located in directory: ...\systemc-2.0.1b\msvc60This directory contains two subdirectories: `systemc' and`examples'.The `systemc' directory contains the project and workspace files tocompile the `systemc.lib' library. Double-click on the `systemc.dsw'file to launch Visual C++ with the workspace file. The workspace filewill have the proper switches set to compile for Visual C++ 6.0.Select `Build systemc.lib' under the Build menu or press F7 to build`systemc.lib'.The `examples' directory contains the project and workspace files tocompile the SystemC examples. Go to one of the examples subdirectoriesand double-click on the .dsw file to launch Visual C++ with theworkspace file. The workspace file will have the proper switches setto compile for Visual C++ 6.0. Select `Build <example>.exe' under theBuild menu or press F7 to build the example executable.To create a new design, first create a new project by using the `New'menu item under the `File' menu. Select the Projects tab on the dialogbox that appears and select a Win32 Console Application. Create anempty project.For your own SystemC applications, make sure that the Run Time TypeInformation switch is on by using the `Settings...' menu item underthe `Project' menu. Select the C/C++ tab, and select the `C++Language' category. Make sure that the `Enable Run Time TypeInformation (RTTI)' checkbox is checked.Also make sure that the SystemC header files are included by selectingthe C/C++ tab, selecting the `Preprocessor' category, and typing thepath to the SystemC `src' directory in the text entry field labeled`Additional include directories'. The examples usee.g. `../../../src'.Next add the source files to the project by using the `Add ToProject>Files...' menu item under the `Project' menu. Make sure thatthe files are added to the new project directory just created. Do thesame for the `systemc.lib' library before building your SystemCapplication.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?