• no_semihosting - sys_open still referenced
    Hi I am implement a project on the microsemi cortex M3 ARM with the RTX OS and the TCP stack. I have spend hours reading through posts on the forum and web about implementing no_semihosting and...
  • What Is the real CCLK referenced ? (used for IAP and FlashFS)
    Hardware : MCB2300 Board (LPC2378) Xtal : 12Mhz I read on some post that the CCLK to set in the IAP code is 12000 (KHz) http://www.keil.com/forum/10740/ When I give a look at the LPC_IAP2_512...
  • Forcing armlinker to include symbols from a library that are not referenced.
    I'm working on a project where I need to pull out some test specific information into an "meta-data" object file which will get parsed during a later process. This test data consists of a number of structures...
  • *** ERROR L104: MULTIPLE PUBLIC DEFINITIONS
    struct.h: #ifndef _STRUCT_H #define _STRUCT_H int i; #endif main.c: #include "struct.h" void main(void) { i = 1; } when compiled and linked,error is showed as follow: Build target...
  • lib_AT91SAM7S64.h: MULTIPLE PUBLIC DEFINITIONS
    The example code for AT91SAM7S64 contains #include <lib_AT91SAM7S64.h> and it works fine. When I include this in two or more .c files, I get lots of linker errors like *** ERROR L104: MULTIPLE...