• anyone figured this one out
    in a mixed environment I have a common .h which inlude things like #ifdef CCODE struct RALPH #endif so far so good. now this, which, of course does not work: #ifdef CCODE struct RALPH #endif...
  • Interrupt vector issues ( cant figure it out!)
    Hello, I am having issues implementing the ISR routine on the CORTEX-M3, this exact setup works when I use it with RTX but not as standalone code. When I compile it says cancpp.axf: Error: L6218E: Undefined...
  • can't figure out how to compile, link my program for my lpc1768 board
    I'm reading OReilly embedded programming book. After reaching 2.7. Initialize the Hardware i have problem understanding things. i didn't understand some part about 2.7. and locating and linking. i was...
  • Out of Memory while linking
    Note: This was originally posted on 5th September 2010 at http://forums.arm.com hi While doing a ARM build using RVCT 2.2 patch 686, I am getting the following error Fatal error: L6000U: Out of memory...
  • cannot link...says "?C_START" unresolved
    I am using c51 compiler and uv2. I wrote a small program for 89c51ed2. I included startup.a51 in the project but unable to build the project. It gives me a warning saying "unresolved external symbol C_START...