fdarling
fdarling
After a lot of research and experimentation with mostly broken example code, I managed to interface with a Yaskawa EtherCAT servo drive from a standalone C program using [EtherLab.org's "EtherCAT...
The reason you cannot push to GitHub is that you checked it out using the HTTPS method, and without using any credentials on the URL. If you had write access...
After patching an ungodly amount of improper use of signed/unsigned integers, unused variables, bad forward declarations, etc. I finally got this to build on Ubuntu 20.04 LTS! I imagine my...
I am using SDL2 currently because it is the version in the standard package repository for Debian 12 (bookworm), and it is typically available on every package manager. SDL2 is...
I too am having trouble, though the error message is different (I am on Linux though). Here is my `CMakeLists.txt`: ```cmake cmake_minimum_required(VERSION 3.13) project(daslang-test) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) # set(DAS_FLEX_BISON_DISABLED...