We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
大家好,我已经成功申请了 Keil MDK 社区,但是在编译代码时,我仍然收到以下错误: .\test01.axf: error: L6047U: The size of this image (48940 bytes) exceeds the maximum allowed for this version of the linker
以下是我的帐户权限信息: IDE 版本:μVision V5.41.0.0 版权所有 (C) 2024 ARM Ltd 和 ARM Germany GmbH。保留所有权利 基于用户的许可:Keil MDK Community(非商业免费) 有效期至:2033 年 6 月 1 日。缓存截止时间: Mar 1 2025
Hello everyone, I have successfully applied for Keil MDK Community, but when compiling the code, I still get the following error: .\test01.axf: error: L6047U: The size of this image (48940 bytes) exceeds the maximum allowed for this version of the linker
Below is my account privilege information: IDE-Version: μVision V5.41.0.0 Copyright (C) 2024 ARM Ltd and ARM Germany GmbH. All rights reserved User-based license: Keil MDK Community (non-commercial free of charge) Valid until: Jun 1 2033. Cached until: Mar 1 2025
There is no such limit for an MDK Community license. Delete all of your *.o files in your project and perform a re-build, so that all *.o files are re-generated.