File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -579,8 +579,10 @@ HASH=SHA3
579579### QNX
580580
581581``` sh
582+ cd ~
582583source qnx700/qnxsdp-env.sh
583584cd wolfBoot
585+ cp ./config/examples/zynqmp.config .config
584586make clean
585587make CROSS_COMPILE=aarch64-unknown-nto-qnx7.0.0-
586588```
Original file line number Diff line number Diff line change 2626#ifndef H_USER_SETTINGS_
2727#define H_USER_SETTINGS_
2828
29+ #include <stdint.h>
30+
2931/* System */
3032#define WOLFSSL_GENERAL_ALIGNMENT 4
3133#define SINGLE_THREADED
Original file line number Diff line number Diff line change 152152 </ItemDefinitionGroup >
153153 <ItemGroup >
154154 <ClCompile Include =" ..\..\lib\wolfssl\wolfcrypt\src\asn.c" />
155+ <ClCompile Include =" ..\..\lib\wolfssl\wolfcrypt\src\chacha.c" />
155156 <ClCompile Include =" ..\..\lib\wolfssl\wolfcrypt\src\coding.c" />
156157 <ClCompile Include =" ..\..\lib\wolfssl\wolfcrypt\src\ecc.c" />
157158 <ClCompile Include =" ..\..\lib\wolfssl\wolfcrypt\src\ed25519.c" />
Original file line number Diff line number Diff line change 152152 </ItemDefinitionGroup >
153153 <ItemGroup >
154154 <ClCompile Include =" ..\..\lib\wolfssl\wolfcrypt\src\asn.c" />
155+ <ClCompile Include =" ..\..\lib\wolfssl\wolfcrypt\src\chacha.c" />
155156 <ClCompile Include =" ..\..\lib\wolfssl\wolfcrypt\src\coding.c" />
156157 <ClCompile Include =" ..\..\lib\wolfssl\wolfcrypt\src\ecc.c" />
157158 <ClCompile Include =" ..\..\lib\wolfssl\wolfcrypt\src\ed25519.c" />
You can’t perform that action at this time.
0 commit comments