From 2ce352714d257c38aaff795d561f9a7d36a5df60 Mon Sep 17 00:00:00 2001 From: tidklaas Date: Thu, 15 Oct 2015 07:14:18 +0200 Subject: [PATCH] Add warning about using Debian workaround --- ports/cortex-m/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ports/cortex-m/README.md b/ports/cortex-m/README.md index d02bb48..580e6a3 100644 --- a/ports/cortex-m/README.md +++ b/ports/cortex-m/README.md @@ -31,6 +31,8 @@ a command line option to make. ships with broken nano support. To enable necessary workarounds, uncomment the line `#FIX_DEBIAN := true` in the Makefile or pass `FIX_DEBIAN=true` as a command line option to make. +If you are using this fix, be advised that when switching between nano +and regular builds, you will have to do a `make realclean` first. ## Code Layout The "classic" port components (code needed for task set-up and context