Skip to content
View buu-huu's full-sized avatar
💭
Providing bugs since 2010
💭
Providing bugs since 2010

Highlights

  • Pro
Block or Report

Block or report buu-huu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
buu-huu/README.md

Hi there 👋

  • 📫 Reach me via GitHub

Pinned

  1. mecy mecy Public

    View and examine Mesocyclones detected by weather radars in Germany with data provided from the DWD (German Meteorological Service)

    C# 4 1

  2. bbb-gpioctl bbb-gpioctl Public

    Command-line interface for controlling GPIOs on the BeagleBone Black

    Rust 2

  3. mesodetect mesodetect Public

    View and examine Mesocyclones detected by weather radars in Germany with data provided from the DWD (German Meteorological Service)

    Java 3

  4. Crosscompile Rust Executables for Be... Crosscompile Rust Executables for Beaglebone Black
    1
    # Crosscompile Rust Executables for Beaglebone Black
    2
    This tutorial shows, how to crosscompile staticaly linked executables for the Beaglebone Black (ARM Architecture). Following these instructions helped getting rid of a message on the BBB like "libc.so.6 version GLIBC_2.32 not found"
    3
    
                  
    4
    ### Install linker
    5
    `$ sudo apt install gcc-arm-linux-gnueabihf`