# Project Name TARGET = TestProject #where to load: APP_TYPE = BOOT_QSPI LDFLAGS += -u _printf_float # Sources CPP_SOURCES = TestProject.cpp # Library Locations LIBDAISY_DIR = ../../libDaisy/ DAISYSP_DIR = ../../DaisySP/ # Csound Library and Include Locations CSOUND_INCLUDE_DIR = /usr/local/csound_baremetal/include/csound CSOUND_LIB_DIR = /usr/local/csound_baremetal/lib # Full path to the Csound static library CSOUND_STATIC_LIB = $(CSOUND_LIB_DIR)/libcsound.a # Add to the existing flags C_INCLUDES += -I$(CSOUND_INCLUDE_DIR) LIBS += $(CSOUND_STATIC_LIB) LIBDIR += -L$(CSOUND_LIB_DIR) # Core location, and generic Makefile. SYSTEM_FILES_DIR = $(LIBDAISY_DIR)/core include $(SYSTEM_FILES_DIR)/Makefile Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here