tfinnegan937

Results 8 issues of tfinnegan937

Upon running "Make", I receive the following set of errors: `rm -rf include-libpok mkdir -p include-libpok include-libpok/core include-libpok/arinc653 include-libpok/middleware include-libpok/libc include-libpok/protocols for v in arch.h errno.h libm.h core/allocator.h core/thread.h core/error.h...

I was able to get this working on the toolchain in the n64sdkmod repository for linux by making some modifications to the Makefile. This should be included by default, here,...

With Grub, when PXEBooting, you can distribute a specific grub.cfg to a specific board depending upon the board's MAC address. For example, if I had a board with an on-board...

**Describe the bug** I was attempting to parse the headers for SDL2 using the parser tool. I updated the Visual Studio 2022 profile with my SDL2 headers and include directories,...

Feature: C-Parser
Status: Triage

I am currently building a cross-compiled aarch64-unknown-none application. I would like to use post_build.rs to specify some additional post-build linker commands. I have the following config.toml in my project: ```toml...

Good afternoon! I'm sorry, I know that this isnt the correct way to do this, but I wanted to reach out to the repository owner for some questions and you...

I am building from main with the following CMakeLists.txt ```cmake cmake_minimum_required(VERSION 3.18) project(my_project LANGUAGES C CXX) add_executable(my_executable src/main.c) # gba-toolchain sets `CMAKE_SYSTEM_NAME` to `AdvancedGameBoy` if(CMAKE_SYSTEM_NAME STREQUAL AdvancedGameBoy) find_package(butano REQUIRED) find_package(librom...

Following the quickstart guide, I complete all of the steps up until the call to "npm install" to install the asset pipeline dependencies. It fails at that point. Below is...