`
anlx27
  • 浏览: 497562 次
  • 性别: Icon_minigender_2
  • 来自: 北京
社区版块
存档分类
最新评论

stm32 编译Error: L6218E: Undefined symbol Led_Turn_on_1 (referred from module.o)

阅读更多

FPLOCK_V1.axf: Error: L6218E: Undefined symbol Led_Turn_on_1 (referred from module.o)

 

一  我的原因是在module.c文件里写了含有Led_Turn_on_1的函数,之前也没定义,其实这段没用,让我注释掉后就好了。

 

后来我又遇见过几次类似的情况,总结起来都是在对应的.c文件里调用的函数与你之前定义过的函数名不符。

 

二 有很多人说  在keil里搜cortexm3_macro.s,复制到自己的工程文件下,加入编译即可。据说有用。请试试。

 

 

分享到:
评论

相关推荐

    Error: L6218E: Undefined symbol delay-init (referred from main.o

    这是我们需要添加的含有delay_init函数的源文件

    STM32新手常见的一个错误解决

    本文介绍了新入手STM32时常遇到的一个错误...\OutProj\test.axf: Error: L6218E: Undefined symbol SystemInit (referred from startup_stm32f10x_md.o).的解决方法。

    STM32调试问题解决办法

    在stm32调试过程中会遇到各种问题困扰我们,但是此文档给出了实际中最易于解决问题的办法,非常方便。

    应用BP神经网络逼近非线性函数

    多个自变量输入的非线性函数、逼近误差<5%

    STM32调试过程中常见的问题及解决方法

    编译工程时提示如下信息:main.axf: Error: L6218E: Undefined symbol __BASEPRICONFIG (referred from stm32f10x_nvic.o)... 解决办法:工程缺少“cortexm3_macro.s”文件,把cortexm3_macro.s和STM3210x.s全部...

    keil编译通过链接错误解决

    4. `.\Obj\STM3210C-EVAL.axf: Error: L6218E: Undefined symbol STM_EVAL_LEDToggle (referred from app.o)` 5. `.\Obj\STM3210C-EVAL.axf: Error: L6218E: Undefined symbol LCD_Clear (referred from bsp.o)` ...

    S32K144的hello_interrupt移植到MDK

    首先,S32K144是NXP推出的一款32位汽车级MCU,属于S32K系列,面向实时嵌入式控制应用,如汽车电机控制、传感器接口等。该芯片常用于需要高可靠性及低功耗的场合。在开发时,需要使用适合该系列的开发套件和软件包。 ...

    stm32开发问题集锦

    在链接过程中可能会遇到类似下面的错误提示:“..\obj\LowCostDA.axf:Error:L6218E:Undefined symbol assert_failed (referred from stm32f10x_flash.o)”。 **解决方案**: 1. 如果使用的是调试模式库(STM32F10xD...

    Fats 0.14最新版源码,

    实测可用。... (2) Error: L6218E: Undefined symbol get_fattime (referred from ff.o). 该错误为默认FATFS是使能RTC功能的,解决方式:这里可以将其关闭 ffconf.h #define FF_FS_NORTC 1 关闭

    stm32f10xxx.rar_STM32F103_The Family

    STM32F102xx, STM32F103xx and STM32F105xx/STM32F107xx will be referred to as STM32F10xxx throughout the document, unless otherwise specified. The STM32F10xxx is a family of microcontrollers with ...

    Reference manual:STM32L100xx, STM32L151xx, STM32L152xx and STM32L162xx

    STM32L162xx and STM32L100xx value line will be referred to as STM32L1xxxx throughout the document, unless otherwise specified. The STM32L1xxxx is a family of microcontrollers with different memory ...

    STM32F10x.zip

    The STM32F101xx, STM32F102xx, STM32F103xx and STM32F105xx/STM32F107xx will be referred to as STM32F10xxx throughout the document, unless otherwise specified. The STM32F10xxx is a family of ...

    wp_xatembed:这为您提供了一种将xat聊天嵌入WordPress博客的方法。 它与HTML5和Flash兼容

    xat聊天嵌入这提供了一种通过使用小标签将聊天组嵌入WordPress的方法。安装: 下载此插件: : 在您的WordPress插件管理...id="216013814" type="flash" height="400" width="550"] 名称是您的聊天名称ID是您的聊天ID。...

    MTK报错集锦

    例如,错误 `L6218E: Undefined symbol LCD_CtrlWrite_S6B33B1X (referred from MiscFunctions.obj)` 表示链接器在MiscFunctions.obj中引用了`LCD_CtrlWrite_S6B33B1X`这个符号,但在链接时未能找到该符号的定义。...

    STM32F10xxx参考手册(英文).pdf

    STM32F102xx, STM32F103xx and STM32F105xx/STM32F107xx will be referred to as STM32F10xxx throughout the document, unless otherwise specified. The STM32F10xxx is a family of microcontrollers with ...

    STM32F10xxx.rar_ARM application_Protection

    The STM32F101xx and ST32M103xx will be referred to as STM32F10x throughout the document. The STM32F10x is a family of microcontrollers with different memory sizes, packages and peripherals. For ...

    IAR常见错误详解IAR常见错误列表

    undefined external“UART1_ISR”referred in startup。 这是因为串口1中断向量没有定义,解决方法是定义串口1中断向量。 7. 头文件路径错误 Fatal Error[Pe005]: could not open source file "stdio.h" 这是...

    解决ads工程转到MDK(keil)可能出现的error

    Error: Undefined symbol Main (referred from 2440init.o) 以及“scatter-load file declares no heap or stack regions and __user_initial_stackheap is not defined”错误,这表明链接器未能找到`Main`符号或...

    STM32F Reference manual

    STM32F102xx, STM32F103xx and STM32F105xx/STM32F107xx will be referred to as STM32F10xxx throughout the document, unless otherwise specified. The STM32F10xxx is a family of microcontrollers with ...

    IAR安装、编译等错误、警告集

    - 在编译时遇到“undefined external“UART1_ISR”referred in startup”的错误,可能是因为你在代码中引用了一个未定义的中断服务例程。在这种情况下,你应该检查中断向量的定义,确认它们是否与实际使用的名称...

Global site tag (gtag.js) - Google Analytics