• Position independent
    I tried to write position independent code with keil, but the interrupt handle seems does not work,the code is below DCD UART0_IRQHandler_Proc - . ; 21: UART0 UART0_IRQHandler_Proc PROC IMPORT...
  • position independant code
    I am trying to write the PIC. I wrote 2 programs in keil. 1 program is residing in the ROM (non PIC). And the second prgram (with-PI) I want to send over UART. I am trying to wrote the program and I...
  • Position Independent Code
    Hello, We have an STM32F37xx MCU (and the ST eval board) and we would like to create Position Independent code (the -fpic switch). Keil has a nice checkbox with "Read-Only Position Independent...
  • Positioning a function in a Position Independent Executable
    Hi, I am using ARM DS-5 version 5.21.1 and trying to develop a Position Independent Executable project. So far, compilation with --bare_metal_pie looks OK. Next, I would like to place a function (so...
  • Problem in generating position independent code with out TEXTREL
    Note: This was originally posted on 12th August 2010 at http://forums.arm.com Hi Experts, Issue:Not able to remove TEXTREL from our static library generated with --apcs /fpic option using armcc(RVCT 4...