From 5f7250578948fe3758ad44434e47e43f2afde24d Mon Sep 17 00:00:00 2001 From: bluew <13798471+bluewww@users.noreply.github.com> Date: Wed, 14 Jul 2021 18:46:56 +0200 Subject: [PATCH] Revert "Added documentation of workaround for GCC 11.1.0" --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index f6224b7b..b7b7ca71 100644 --- a/README.md +++ b/README.md @@ -179,13 +179,6 @@ and then set up the necessary environment variables with source env/pulpissimo.sh ``` -There exists a bug in GCC 11.1.0 which fails the sdk build with the error `'this' pointer is null [-Werror=nonnull]`. -If you encounter this bug use the following temporary workaround instead to build the SDK: - -``` -VP_WORKAROUND_NONNULL_BUG=yes make build-pulp-sdk -``` - ### Building the RTL simulation platform Note you need Questasim or Xcelium to do an RTL simulation of PULPissimo (verilator support planned, but not finished). Intel Modelsim for Intel FPGAs