mirror of https://github.com/wolfSSL/wolfBoot.git
Fix for building C tools with Visual Studio.
parent
97c3180e2f
commit
a11a3a3bc1
|
|
@ -579,8 +579,10 @@ HASH=SHA3
|
|||
### QNX
|
||||
|
||||
```sh
|
||||
cd ~
|
||||
source qnx700/qnxsdp-env.sh
|
||||
cd wolfBoot
|
||||
cp ./config/examples/zynqmp.config .config
|
||||
make clean
|
||||
make CROSS_COMPILE=aarch64-unknown-nto-qnx7.0.0-
|
||||
```
|
||||
|
|
|
|||
|
|
@ -26,6 +26,8 @@
|
|||
#ifndef H_USER_SETTINGS_
|
||||
#define H_USER_SETTINGS_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/* System */
|
||||
#define WOLFSSL_GENERAL_ALIGNMENT 4
|
||||
#define SINGLE_THREADED
|
||||
|
|
|
|||
|
|
@ -152,6 +152,7 @@
|
|||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\lib\wolfssl\wolfcrypt\src\asn.c" />
|
||||
<ClCompile Include="..\..\lib\wolfssl\wolfcrypt\src\chacha.c" />
|
||||
<ClCompile Include="..\..\lib\wolfssl\wolfcrypt\src\coding.c" />
|
||||
<ClCompile Include="..\..\lib\wolfssl\wolfcrypt\src\ecc.c" />
|
||||
<ClCompile Include="..\..\lib\wolfssl\wolfcrypt\src\ed25519.c" />
|
||||
|
|
|
|||
|
|
@ -152,6 +152,7 @@
|
|||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\lib\wolfssl\wolfcrypt\src\asn.c" />
|
||||
<ClCompile Include="..\..\lib\wolfssl\wolfcrypt\src\chacha.c" />
|
||||
<ClCompile Include="..\..\lib\wolfssl\wolfcrypt\src\coding.c" />
|
||||
<ClCompile Include="..\..\lib\wolfssl\wolfcrypt\src\ecc.c" />
|
||||
<ClCompile Include="..\..\lib\wolfssl\wolfcrypt\src\ed25519.c" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue