Adding CFLAGS to a makefile

This page summarizes the projects mentioned and recommended in the original post on /r/AskProgramming

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • dump1090

    Dump1090 is a simple Mode S decoder for RTLSDR devices (by flightaware)

  • For rtl1090, is this one what you're looking at? I'm not super well-versed in SDR, so I'm not familiar with the state of the software stacks/standard forks/etc. That project built cleanly for me on GCC 11.2.1, though. It actually manually defines -fno-common in its Makefile though, so I'd guess I'm looking at a different version of the software.

  • dsd

    Digital Speech Decoder

  • For DSD, this one is the most likely project I found. I don't have time to track down the prereqs right now, but if that's the project you're looking at, the Makefile would be generated by CMake, and I'd hope that an up-to-date version of CMake would output a Makefile with appropriate CFLAGS for the version of compiler.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • dump1090

    Dump1090 is a simple Mode S decoder for RTLSDR devices

  • hi again and thanks for the help I appreciate it. I was actually looking at https://github.com/antirez/dump1090 but I'll give the one you linked a go instead because the other one hasn't been updated in years which could be part of the problem.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts