You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As at version 3.5.1 this project can be built under either Eclipse or using CMake.
39
39
40
+
## Building using Eclipse
41
+
42
+
### Requirements
43
+
- Eclipse CDT
44
+
- arm-none-eabi-gcc
45
+
- Git (an easy way to get it is to install Git Desktop)
46
+
47
+
### Windows
48
+
- Create an Eclipse workspace
49
+
- Clone this Git project (PanelDueFirmware) into it (you can do this in Git Desktop)
50
+
- Open a command prompt at ```<your workspace name>\PanelDueFirmware``` and run command: ```git submodule update```
51
+
- Open Eclipse, add the project to the workspace, select the build configuration you require and build
52
+
53
+
### Ubuntu etc.
54
+
- As for Windows, but you will need to change the post-build step ```cp``` commands in the Eclipse project to appropriate Linux ```cat``` commands
55
+
56
+
## Building using CMake
57
+
58
+
### Requirements
40
59
- arm-none-eabi-gcc
41
60
- cat
42
61
- cmake
@@ -60,7 +79,9 @@ $ brew install gcc-arm-embedded
60
79
61
80
### Windows
62
81
63
-
Download and install latest toolchain from https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads
82
+
- Download and install latest toolchain from https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads
83
+
- Download and install a Linux-like build environment such as MSYS2
0 commit comments