Dear Renesas Team,
I have enabled GCC in RZ/Five and RZ/G2L smarc board, in RZ/G2L it is working fine, but in RZ/Five it is trowing an error not able to build anything, it is showing segmentation fault.
please find the below config file in local.conf
IMAGE_FEATURES += "tools-sdk"IMAGE_INSTALL_append = " gcc binutils"
please find the below picture of the segmentation fault.
Please help us to sort out this issue.
Thanks & Regards
Mahesh R
Hi MicBis,
i was trying to build wirepas-gateway package i.e, i was using the below command
pip3 install wirepas-gateway
Try :
CFLAGS="-O1" pip3 install wirepas-gateway
Thanks for your help, able to run wirepas-gateway package.
but for my understanding how did u get to know to change the optimisation level i.e to use
CFLAGS="-O1" pip3 install wirepas-gateway.