lnDSO150 icon indicating copy to clipboard operation
lnDSO150 copied to clipboard

Build errors for GD32F303

Open x893 opened this issue 1 year ago • 6 comments

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

x893 avatar Dec 29 '23 16:12 x893

Hi Sorry for the delay Did you do a "git submodule update --init" before starting the cmake command ?

mean00 avatar Jan 02 '24 15:01 mean00

ok there is something weird just a sec

mean00 avatar Jan 02 '24 16:01 mean00

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

mean00 avatar Jan 02 '24 17:01 mean00

Hi, thanks. I check later. Now build under Keil ARMCC.

x893 avatar Jan 03 '24 04:01 x893

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

mean00 avatar Jan 03 '24 07:01 mean00

Build successfully under linux Thanks

x893 avatar Jan 03 '24 13:01 x893