forked from EmbeddedRPC/erpc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme_erpcgen.txt
42 lines (26 loc) · 1.23 KB
/
readme_erpcgen.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Building erpcgen for Windows using Visual Studio
================================================
Requirements
------------
1. Visual Studio Express 2013 or later.
This version is required for the C++11 support.
2. Win flex-bison
Direct link to the latests win flex-bison release download:
[https://sourceforge.net/projects/winflexbison]
Extract win flex-bison zip contents directly into the erpc/erpcgen/VisualStudio_v14 directory
(not into a subdirectory).
3. boost [http://boost.org]
Direct link to the boost 1.67 release downloads:
[https://sourceforge.net/projects/boost/files/boost-binaries/1.67.0/]
Install binary for your version of visual studio (x86 architecture)
into current directory (for Visual Studio 2017: boost_1_67_0-msvc-14.1-32.exe):
erpc\erpcgen\VisualStudio_v14\
whole path has to be:
erpc\erpcgen\VisualStudio_v14\boost_1_67_0\
For different version of Visual Studio boost library you need update project:
in Properties\Linker\General update Additional Library Directories
Build output
------------
Visual Studio build output is available in these directories:
erpc/erpcgen/VisualStudio_v14/Debug
erpc/erpcgen/VisualStudio_v14/Release