Lora-net / lora_edge_tracker_ref_design

Demonstration application for LoRa Edge tracker reference design - compatible with LoRa Basics Modem-E
Other
17 stars 14 forks source link

How to execute Make -j in windows? #4

Closed neosen-angus closed 3 years ago

neosen-angus commented 3 years ago

Do I need to install something else like mingw or visual studio?

Thanks

smtcbboulet commented 3 years ago

Hello,

you also need the GNU Arm Embedded Toolchain (https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads)

regards,

Ben

neosen-angus commented 3 years ago

Hello,

you also need the GNU Arm Embedded Toolchain (https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads)

regards,

Ben

Can I Just use Keil to compile the program?

smtcbboulet commented 3 years ago

if you have a license yes of course !

neosen-angus commented 3 years ago

if you have a license yes of course !

Thanks I got it now. The make command exists just because the compile size exceeds the limit of the Keil free version.