• 发文章

  • 发资料

  • 发帖

  • 提问

  • 发视频

创作活动
0
登录后你可以
  • 下载海量资料
  • 学习在线课程
  • 观看技术视频
  • 写文章/发帖/加入社区
返回

电子发烧友 电子发烧友

  • 全文搜索
    • 全文搜索
    • 标题搜索
  • 全部时间
    • 全部时间
    • 1小时内
    • 1天内
    • 1周内
    • 1个月内
  • 默认排序
    • 默认排序
    • 按时间排序
大家还在搜
  • REFERENCE MADE TO UNRESOLVED EXTERNAL

    本帖最后由 2230072985 于 2013-7-30 15:49 编辑 编译连接后有好多warning啊,怎么解决????

    2013-07-30 15:40

  • 谁能帮我解决啊error: unresolved symbols remain

    : unresolved symbols remain error: errors encountered during linking; "bishe.out" not built

    2018-06-21 08:18

  • 请问_ADC_cal unresolved symbols remain编译错误怎么解决

    \\GPOI_TEST\\GPIO_TEST\\Debug\\DSP2833x_SysCtrl.objerror: unresolved symbols remainerror: errors encountered

    2018-08-20 07:34

  • OMAPL138程序出现错误unresolved symbols remain

    网友的一个测试程序 unresolved symbol SysCfgRegistersUnlock, first referenced in C:/ti

    2018-06-21 07:34

  • 请问Unresolved symbol错误该怎么解决?

    请教大神一下,我将SYS/BIOS的Demo例程中的MMCSD_FATFS与LCD_TOUCH整合在了一个工程中。当我将MMCSD_FATFS的程序移到LCD_TOUCH的程序中时会出现以下错误。DescriptionResourcePathLocationTypeUnresolved symbol ti_sy***ios_family_c64p_EventCombiner_enableEvent__E in file ../../../Driver/MMCSD/Library/Debug/bios_psp_mmcsd.ae674.xdchelp/LCD_TOUCHC/C++ Problemunresolved symbol disk_register, first referenced in ../../../Driver/BLKMedia/Library/Debug/bios_psp_blkmedia.ae674LCD_TOUCH C/C++ ProblemUnresolved symbol ti_sy***ios_family_c64p_EventCombiner_disableEvent__E in file ../../../Driver/MMCSD/Library/Debug/bios_psp_mmcsd.ae674.xdchelp/LCD_TOUCHC/C++ Problemunresolved symbol configureMmcsd0, first referenced in ./main.objLCD_TOUCH C/C++ Problemunresolved symbol f_mkfs, first referenced in ./io.objLCD_TOUCH C/C++ Problemunresolved symbol disk_unregister, first referenced in ../../../Driver/BLKMedia/Library/Debug/bios_psp_blkmedia.ae674LCD_TOUCH C/C++ Problemunresolved symbol mmcsdPscInit, first referenced in ./main.objLCD_TOUCH C/C++ Problemunresolved symbol f_mount, first referenced in ../../../Driver/BLKMedia/Library/Debug/bios_psp_blkmedia.ae674LCD_TOUCH C/C++ Problemunresolved symbol mmcsdStorageInit, first referenced in ./main.objLCD_TOUCH C/C++ Problemunresolved symbol mmcsdStorageDeInit, first referenced in ./main.objLCD_TOUCH C/C++ Problem#10010 errors encountered during linking; "LCD_TOUCH.out" not builtLCD_TOUCH C/C++ Problem#10234-Dunresolved symbols remainLCD_TOUCH C/C++ Problem我根据网上提示添加了相关的头文件和库文件,错误中中指出的bios_psp_mmcsd.ae674,bios_psp_blkmedia.ae674等我都添加了,但是错误还在,不知道如何解决。当我将LCD_TOUCH程序移到MMCSD_FATFS程序中时,通过编译会产生如下的错误:DescriptionResourcePathLocationTypeUnresolved symbol ti_sy***ios_utils_Load_Module__state__V in file D:\CCS5.5\bios_6_37_03_30\packages\ti\sy***ios\lib\sy***ios\instrumented\sy***ios.ae674.xdchelp/MMCSD_FatFsC/C++ Problem#10010 errors encountered during linking; "MMCSD_FatFs.out" not builtMMCSD_FatFs C/C++ Problem#10234-Dunresolved symbols remainMMCSD_FatFs C/C++ Problem请大神帮忙指点一下。

    2019-07-19 14:31

  • 移植例程出现Unresolved symbol错误怎么办

    请问一下,我将sys/bios下的LCD_TOUCH例程移植到MMCSD_FATFS下时,出现错误Unresolved symbol ti_sy

    2020-04-24 11:34

  • unresolved symbols问题求助!

    2018-06-19 01:13

  • Unresolved symbol错误

    2019-06-18 12:46

  • ccs 报错 unresolved symbol remain的问题怎么解决?

    本帖最后由 一只耳朵怪 于 2018-5-22 14:37 编辑 /* * main.c *///display the frequency and amplitude#ifndef__LCD_MODULE_H__#define__LCD_MODULE_H__#endif#ifndef TARGET_IS_BLIZZARD_RB1#define TARGET_IS_BLIZZARD_RB1#endif#ifndef PART_TM4C123GH6PM#define PART_TM4C123GH6PM#endif#include#include#include "inc/hw_types.h"#include "inc/hw_memmap.h"#include "driverlib/debug.h"#include "driverlib/gpio.h"#include"driverlib/sysctl.h"#include "driverlib/timer.h"#include"driverlib/rom.h"#include "inc/tm4c123gh6pge.h"#include "LCD_module.h"extern uint8_t LCD_ASCII[127][16];float Frequency=12345.12,Amplitude=0;void display(void)[uint8_t i;uint8_t temp_frequency[7];// uint8_t temp_amplitude[4];LCD_string_16x8(1,1,"Frequency:");//get the value of the arraytemp_frequency[0]=(int)Frequency/10000;//10ktemp_frequency[1]=((int)Frequency%10000)/1000;//1ktemp_frequency[2]=((int)Frequency/100)%10;//100temp_frequency[3]=((int)Frequency/10)%10;//10temp_frequency[4]=(int)Frequency%10;//1temp_frequency[5]=((int)Frequency*10)%10;//0.1temp_frequency[6]=((int)Frequency*100)%10;//0.01//display the frequency for(i=1;i

    2018-05-22 05:05

  • 很多unresolved symbols remain无法解决

    请问这些错误应该怎么解决呢,菜鸟不太懂,希望各位大大帮忙解决一下,谢谢

    2018-09-03 16:58