Open OctopusET opened 5 days ago
修改audio_demo目录下的Makefile中的CFLAGS和LDFLAGS,改成如下即可
ifeq ($(BR2_RISCV_32), y) CFLAGS += -march=rv32gcv_xtheadc LDFLAGS += -march=rv32gcv_xtheadc else CFLAGS += -mcpu=c908v -O2 LDFLAGS += -mcpu=c908v -O2 endif
ifeq
doesn't work, I had to manually change the CFLAG
What happened
When I try build with
make CONF=BPI-CanMV-K230D-Zero_ilp32_defconfig
It fails withReproduction steps
Run
Hardware board
BPI-CanMV-K230D-Zero
Software version
f9eeee2c1603144190cec242be7679e4c30663f9
Bug frequency
everytime
Anything else
No response