build failure explained?

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/qc-linux-modems@lists.osmocom.org/.

Jean Pierre TOSONI jp.tosoni at acksys.fr
Mon Sep 25 13:35:58 UTC 2017


To whoever updates the osmocom wiki:

This page: http://osmocom.org/projects/quectel-modems/wiki/Qualcomm_OE_MSM
seems to complain about "forward-slashes in the CFLAGS ?!?"

code:
	export EXTRA_CFLAGS="${CFLAGS/Os/O2}"

This syntax is a bash shell substitution construct that replaces "Os" with "O2" in CFLAGS, result in EXTRA_CFLAGS. Probably to adapt to a flavor of gcc.

Maybe that busybox was not compiled with the bash compatibility option?

Regards,
Jean-Pierre



More information about the qc-linux-modems mailing list