• how to force constants into hconst
    I am having a bit of a problem with constant arrays on the ds80c400 i.e. char y[] = {1,2,3,4}; Note: the ds80c400 has a 16M contiguous memory map. example 1: in the following code the array is...
  • force gcc to NOT use thumb?
    Note: This was originally posted on 11th December 2010 at http://forums.arm.com Hi. I'm using a Beagleboard with gcc I'm looking for the parameter to use to ask gcc to not use thumb instruction !!! does...
  • Force a function to not use xdata
    I have a function that uses xdata in one of it's helper functions. How do I prevent it from doing so?
  • Forcing FAR libraries
    I just ran across a case with C51 7.50 where the linker was not automatically selecting the far version of the library. My far pointers weren't working, despite the presence of XBANKING.A51. The problem...
  • Force code segment alignment
    Hello from Russia! Is there a way to make BL51 to align code segment at the start of BLOCK (2048 bytes). ASEG is not always convenient, and INBLOCK does not force placement at the start of block. ...