About 44,800,000 results
Open links in new tab
  1. What does compiling WITH_PIC (-DWITH_PIC, --with-pic) actually do?

    When compiling binaries from source, what are the real-world differences between generating PIC objects or not? At what point down the road would someone say, "I should have generated/used PIC …

  2. c++ - GCC -fPIC option - Stack Overflow

    Jul 16, 2022 · I have read about GCC's Options for Code Generation Conventions, but could not understand what "Generate position-independent code (PIC)" does. Please give an example to …

  3. pic - Adapting Compilation Chain from MPLAB X IDE to VS Code with …

    Dec 13, 2024 · My code builds fine in the MPLAB X IDE (v5.454), but for usability I want to use VS Code with the MPLAB extensions. My requirements include the use of the xc32 compiler v2.40. The …

  4. What is the relationship among PIC/PIE, no-PIC/no-PIE, statically ...

    May 13, 2024 · PIC and PIE is the same concept. If this is correct, I would like to use PIC to stand for PIC/PIE. PIC seems to be an "Attribute" of binary code, which type of binary code can be executed …

  5. What are the differences comparing PIE, PIC code and executable on …

    The test is on Ubuntu 12.04 64-bit. x86 architecture. I am confused about the concept Position Independent Executable (PIE) and Position Independent code (PIC), and I guess they are not …

  6. c - How to Enable UART Interrupt For PIC32MX? - Stack Overflow

    Feb 2, 2024 · I was trying to create a UART driver for the PIC32MX320F128H, when I noticed that any time the UART IRQ occured, it would crash the system. The Debugger told me that the program was …

  7. pic - MPLAB X IDE 6.15 Assembly Toolchain - Stack Overflow

    Sep 24, 2023 · For the PIC microcontroller's I prefer to work in assembly, however I am have issues setting it up. I installed MPLAB X IDE 6.15 and read that it doesn't come with any toolchains pre …

  8. How do you write and read to memory with PIC18? - Stack Overflow

    Use some external Flash or EEPROM and interface it to the External Memory Bus that's available on this PIC (see page 97 of the Family Datasheet). Remap the internal Flash to reserve a small portion …

  9. config - PIC16F886 - set configuration bits - Stack Overflow

    Sep 8, 2020 · I am getting syntax errors while trying to set the configuration bits on a PIC16F886. The problem is that there are two configuration words and two configurations have multiple bits. So it …

  10. c - I2C LCD1602 interfacing with PIC16F877A - Stack Overflow

    Mar 6, 2024 · My partner and I are currently building out an interface code set for a PIC16F877A microcontroller and a LCD1602 I2C screen We can onboard everything perfectly fine however …