• Error: L6218E: Undefined symbol Driver_MCI0, when RTE window for file system set
    I created blank project without errors. But if I select drivers in RTE window for file system (in RTE window no errors), I have very strange linker error. linking... .\Objects\fs_simple.axf: Error...
  • Error: L6218E: Undefined symbol Driver_MCI0, when RTE window for file system set
    I created blank project without errors. But if I select drivers in RTE window for file system (in RTE window no errors), I have very strange linker error. linking... .\Objects\fs_simple.axf: Error...
  • undefined symbol when linking over 45+ files
    Hi I ran into a odd problem yesterday when I add a code file to control the GPIO for a Cortex M3. All of the routines that were being called from the main code (4 of them) were called out by the...
  • undefined symbol when linking over 45+ files
    Hi I ran into a odd problem yesterday when I add a code file to control the GPIO for a Cortex M3. All of the routines that were being called from the main code (4 of them) were called out by the...
  • Undefined Symbol when using Macro
    Dear all, I have met a problem when using macro in my project. Here it is my case: In file "A.h": DelayX9Cyc macro n local loop1, loop2 if (n) <> 0 mov temp, #n ;;[3] loop1: djnz temp, loop2...