You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
Hi,
I have installed CMSIS-Build 0.10.0 and tried to play around with the CB_Lab4Layer code.
I can successfully generate a cprj file as shown below:
$ ./gen_proj.sh App=AWS_MQTT_Demo Board=32F746GDISCOVERY Module=ESP8266 Socket=WiFi RTOS=RTX --layer=../Layer
Generate project from layers
Output: AWS_MQTT_Demo/32F746GDISCOVERY_ESP8266_WiFi_RTX
Project: AWS_MQTT_Demo.cprj
(cbuildgen): Build Process Manager 0.10.0 (C) 2020 ARM
M650: Command completed successfully.
But when trying to build the project I face a segmentation fault at the packlist stage:
$ cbuild.sh AWS_MQTT_Demo/32F746GDISCOVERY_ESP8266_WiFi_RTX/AWS_MQTT_Demo.cprj
(cbuild.sh): Build Invocation 0.10.0 (C) 2020 ARM
xmllint was not found, proceed without xml validation
/c/cbuild10/bin/cbuild.sh: line 265: 260836 Segmentation fault cbuildgen packlist "${projectdir}${project}.cprj" --toolchain="${toolchain}" --outdir="${outdir}" --intdir="${intdir}" ${quiet_opt}
Do you have any hints to solve this issue ?
Thanks & Regards,
F
red