From 345a12cd433c8aebe229d2ee60c2d96f8a5c0d81 Mon Sep 17 00:00:00 2001 From: Manuel Dipolt Date: Thu, 16 Jun 2022 15:28:12 +0200 Subject: [PATCH] Update README.md cflags needs to be set cause of new gcc (with armbian 22.04) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59e4216..8eb0124 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ https://github.com/LeMaker/RPi.GPIO_BP. sudo apt-get update sudo apt-get install python-dev cd /RPi.GPIO_BP - python setup.py install + CFLAGS="-fcommon" python setup.py install sudo python setup.py install Please be attention that you need use both python and sudo pytohn to make the RPi.GPIO_BP work well.