Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Segmentation fault encountered when trying to build a project with cmsis-build0.10 #1

@fred-r

Description

@fred-r

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

Metadata

Metadata

Assignees

Labels

BuildbugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions