lnDSO150
lnDSO150 copied to clipboard
Build errors for GD32F303
Hello,
i try build for GS32F303
cmake .. -DUSE_GD32F3=1 -G"Unix Makefiles"
and see next errors.
Can you help ? Thanks in advance lnDSO150.txt
Hi Sorry for the delay Did you do a "git submodule update --init" before starting the cmake command ?
ok there is something weird just a sec
I broke something , while i fix it, does the following work for you ? (Build for G3F303 with half step and rotary encoder rewired) lnDSO_M4_mod_hstep_96M_USB_CLANG.elf (2).ck_bin.gz lnDSO_M4_mod_hstep_96M_USB_CLANG.elf.gz
Hi, thanks. I check later. Now build under Keil ARMCC.
This should work now, careful you'll want to use cmake -DUSE_NO_DEFAULT=1 -DUSE_GD32F3=1 -G"Unix Makefiles" ..
else it will revert to default i.e. g32F3 + Clang
Build successfully under linux Thanks