refloat consequent builds

 avatar
unknown
plain_text
a year ago
2.0 kB
3
Indexable
root@adafdddc24f6:/workspace# make build/refloat.vescpkg VESC_PKG_PATH=custom/refloat
cd custom/refloat/refloat; make -j4
make[1]: Entering directory '/workspace/custom/refloat/refloat'
make -C refloat
make[2]: Entering directory '/workspace/custom/refloat/refloat/refloat'
arm-none-eabi-gcc atr.so balance_filter.so biquad.so charging.so footpad_sensor.so konami.so lcm.so led_driver.so leds.so main.so motor_data.so state.so torque_tilt.so utils.so conf/confparser.so conf/confxml.so conf/buffer.so ../../c_libs//stdperiph_stm32f4//src/misc.so ../../c_libs//stdperiph_stm32f4//src/stm32f4xx_adc.so ../../c_libs//stdperiph_stm32f4//src/stm32f4xx_dma.so ../../c_libs//stdperiph_stm32f4//src/stm32f4xx_exti.so ../../c_libs//stdperiph_stm32f4//src/stm32f4xx_flash.so ../../c_libs//stdperiph_stm32f4//src/stm32f4xx_rcc.so ../../c_libs//stdperiph_stm32f4//src/stm32f4xx_syscfg.so ../../c_libs//stdperiph_stm32f4//src/stm32f4xx_tim.so ../../c_libs//stdperiph_stm32f4//src/stm32f4xx_iwdg.so ../../c_libs//stdperiph_stm32f4//src/stm32f4xx_wwdg.so ../../c_libs//utils//rb.so ../../c_libs//utils//utils.so -nostartfiles -static -mfloat-abi=hard -mfpu=fpv4-sp-d16 -mcpu=cortex-m4 -lm -Wl,--gc-sections,--undefined=init -T ../../c_libs//link.ld -flto -o refloat.elf
/opt/arm-gnu-toolchain-13.2.Rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/bin/ld: warning: refloat.elf has a LOAD segment with RWX permissions
arm-none-eabi-objdump -D refloat.elf > refloat.list
arm-none-eabi-objcopy -O binary refloat.elf refloat.bin --gap-fill 0x00
python3 ../../c_libs//conv.py -f refloat.bin -n refloat > refloat.lisp
make[2]: Leaving directory '/workspace/custom/refloat/refloat/refloat'
vesc_tool --buildPkg "refloat.vescpkg:refloat.lisp:ui.qml:0:README-pkg.md:Refloat"
Read lisp script done
Read qml script done
Package Saved!
make[1]: Leaving directory '/workspace/custom/refloat/refloat'
cp custom/refloat/refloat/refloat.vescpkg build/refloat.vescpkg
Editor is loading...
Leave a Comment