Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 144 for gcc (2.49 sec)

  1. Fetch-and-Fill

    update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc- 4.8 100 $ sudo update-alternatives...commands to ensure gcc/g++ 4.8 is installed: $ gcc --version $ g++...
    www.96boards.org/documentation/consumer/dragonb...
    Registered: Fri Apr 04 04:39:08 GMT 2025
    - Last Modified: Mon Oct 16 03:24:01 GMT 2023
    - 1.4M bytes
    - Viewed (2)
  2. How to Cross Compile files on X86 Linux System ...

    toolchain $ sudo apt-get install gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf...toolchain $ sudo apt-get install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu...
    www.96boards.org/blog/cross-compile-files-x86-l... Cache
    Registered: Fri Apr 04 03:27:35 GMT 2025
    - Last Modified: Thu Jun 23 18:05:39 GMT 2016
    - 42.5K bytes
    - Viewed (1)
  3. Enabling SPI on Dragonboard 410c with SPIDEV - ...

    c $ gcc -o spidev_test spidev_test.c...
    www.96boards.org/documentation/consumer/dragonb... Cache
    Registered: Sat Apr 05 01:26:56 GMT 2025
    - Last Modified: Thu Nov 14 10:07:33 GMT 2024
    - 19.8K bytes
    - Viewed (0)
  4. How to build and test the Linux kernel locally ...

    name: arm64 build: {toolchain: gcc-13, target_arch: arm64, kconfig:...name: i386 build: {toolchain: gcc-13, target_arch: i386, kconfig:...
    www.linaro.org/blog/how-to-build-and-test-the-l... Cache
    Registered: Sat Apr 05 00:52:56 GMT 2025
    - Last Modified: Tue Apr 01 11:15:08 GMT 2025
    - 63.4K bytes
    - Viewed (0)
  5. Interfacing with Simple SPI HATS and Sensors - ...

    c Compile the code: gcc spi.c -o spi -lmraa Run the code:...
    www.96boards.org/documentation/mezzanine/shirat... Cache
    Registered: Sat Apr 05 03:09:05 GMT 2025
    - Last Modified: Thu Nov 14 10:07:41 GMT 2024
    - 17.2K bytes
    - Viewed (0)
  6. Interfacing with L298n Motor Controler - 96Boards

    sleep(5); } } ``` Compile using: gcc l298n.c <path-to-fpga_mezz_lib>/src/fpga_mezz.c...
    www.96boards.org/documentation/mezzanine/shirat... Cache
    Registered: Sat Apr 05 03:08:34 GMT 2025
    - Last Modified: Thu Nov 14 10:07:41 GMT 2024
    - 19.6K bytes
    - Viewed (0)
  7. Interfacing with I2C Shields and Sensors - 96Bo...

    c Compile the code: gcc i2c_mpu6050.c -o i2c_mpu6050...
    www.96boards.org/documentation/mezzanine/shirat... Cache
    Registered: Sat Apr 05 03:08:34 GMT 2025
    - Last Modified: Thu Nov 14 10:07:41 GMT 2024
    - 19.4K bytes
    - Viewed (0)
  8. MAX7219 LED Matrix RaspberryPi HAT - Shiratech ...

    c Compile: gcc spi.c -o spi.o -lmraa You should...
    www.96boards.org/blog/max7219-shiratech-fpga/ Cache
    Registered: Fri Apr 04 04:07:03 GMT 2025
    - Last Modified: Mon May 06 01:00:00 GMT 2019
    - 26.8K bytes
    - Viewed (0)
  9. Instructions for Enabling DMIC support in Drago...

    CROSS_COMPILE = <path to your GCC cross compiler>/aarch64-linux-gnu-...
    www.96boards.org/documentation/consumer/dragonb... Cache
    Registered: Sat Apr 05 01:25:48 GMT 2025
    - Last Modified: Thu Nov 14 10:07:33 GMT 2024
    - 25.1K bytes
    - Viewed (0)
  10. Devconf India - 2018 - 96Boards

    and gcc. Siddhesh also did a call for contributors for gcc and...major toolchain projects such as gcc, llvm, gdb, glibc, valgrind,...
    www.96boards.org/blog/devconf-india-2018/ Cache
    Registered: Fri Apr 04 04:00:27 GMT 2025
    - Last Modified: Fri Aug 17 00:01:00 GMT 2018
    - 36K bytes
    - Viewed (0)
Back to top