diff --git a/Pictures/error_pic/1.png b/Pictures/error_pic/1.png new file mode 100644 index 0000000000000000000000000000000000000000..0ab585f6420cb1e86805ca566f0d4444bb5770d6 Binary files /dev/null and b/Pictures/error_pic/1.png differ diff --git "a/\346\212\245\351\224\231\346\261\207\346\200\273.md" "b/\346\212\245\351\224\231\346\261\207\346\200\273.md" index 688828e123cc23ffbe204bcae526da502be6aae3..d1676be08497f73eff78fc4cc72e4e29e4680ddf 100644 --- "a/\346\212\245\351\224\231\346\261\207\346\200\273.md" +++ "b/\346\212\245\351\224\231\346\261\207\346\200\273.md" @@ -56,3 +56,18 @@ error: L6050U: The code size of this image exceeds the maximum allowed for this 参考文章:[如何解决Keil下出现error: L6050U: The code size of this image exceeds the maximum allowed for this versio](https://blog.csdn.net/qq_20250067/article/details/107619342) 撰写人:小企鹅
+### Target Build/Rebuild aborted. +这是我自己keil5出现的奇怪错误,显示的内容是 +``` +Target 'standard_robot' uses ARM-Compiler 'V5.06 update 7 (build 960)' which is not available. +Please review the installed ARM Compiler Versions: 'Manage Project Items - Folders/Extensions' to manage ARM Compiler Versions. 'Options for Target - Target' to select an ARM Compiler Version for the target. +Build aborted. +``` +看起来很头疼的问题,但是解决起来很简单 +进入`option for trget`(魔术棒)界面 + +![魔术棒](Pictures/error_pic/magic_bar.png) + +然后在红框处把选项改为`Use default compiler version`即可 + +![setting](Pictures/error_pic/1.png) \ No newline at end of file