mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2026-04-04 13:57:32 +00:00
New BeagleboneBlack branch of FreeDV/smart-sdr.
This commit is contained in:
parent
e686679197
commit
1f92b51e61
20 changed files with 100 additions and 620 deletions
|
|
@ -6,10 +6,12 @@
|
|||
C_SRCS += \
|
||||
../SmartSDR_Interface/cmd_basics.c \
|
||||
../SmartSDR_Interface/cmd_engine.c \
|
||||
../SmartSDR_Interface/discovery_client.c \
|
||||
../SmartSDR_Interface/hal_buffer.c \
|
||||
../SmartSDR_Interface/hal_listener.c \
|
||||
../SmartSDR_Interface/hal_vita.c \
|
||||
../SmartSDR_Interface/io_utils.c \
|
||||
../SmartSDR_Interface/sched_waveform.c \
|
||||
../SmartSDR_Interface/smartsdr_dsp_api.c \
|
||||
../SmartSDR_Interface/status_processor.c \
|
||||
../SmartSDR_Interface/traffic_cop.c \
|
||||
|
|
@ -19,10 +21,12 @@ C_SRCS += \
|
|||
OBJS += \
|
||||
./SmartSDR_Interface/cmd_basics.o \
|
||||
./SmartSDR_Interface/cmd_engine.o \
|
||||
./SmartSDR_Interface/discovery_client.o \
|
||||
./SmartSDR_Interface/hal_buffer.o \
|
||||
./SmartSDR_Interface/hal_listener.o \
|
||||
./SmartSDR_Interface/hal_vita.o \
|
||||
./SmartSDR_Interface/io_utils.o \
|
||||
./SmartSDR_Interface/sched_waveform.o \
|
||||
./SmartSDR_Interface/smartsdr_dsp_api.o \
|
||||
./SmartSDR_Interface/status_processor.o \
|
||||
./SmartSDR_Interface/traffic_cop.o \
|
||||
|
|
@ -32,10 +36,12 @@ OBJS += \
|
|||
C_DEPS += \
|
||||
./SmartSDR_Interface/cmd_basics.d \
|
||||
./SmartSDR_Interface/cmd_engine.d \
|
||||
./SmartSDR_Interface/discovery_client.d \
|
||||
./SmartSDR_Interface/hal_buffer.d \
|
||||
./SmartSDR_Interface/hal_listener.d \
|
||||
./SmartSDR_Interface/hal_vita.d \
|
||||
./SmartSDR_Interface/io_utils.d \
|
||||
./SmartSDR_Interface/sched_waveform.d \
|
||||
./SmartSDR_Interface/smartsdr_dsp_api.d \
|
||||
./SmartSDR_Interface/status_processor.d \
|
||||
./SmartSDR_Interface/traffic_cop.d \
|
||||
|
|
@ -47,7 +53,7 @@ C_DEPS += \
|
|||
SmartSDR_Interface/%.o: ../SmartSDR_Interface/%.c
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: GCC C Compiler'
|
||||
arm-angstrom-linux-gnueabi-gcc -I"/src/flex/smartsdr-dsp/DSP_API/CODEC2_FREEDV" -I"/src/flex/smartsdr-dsp/DSP_API" -I"/src/flex/smartsdr-dsp/DSP_API/SmartSDR_Interface" -O3 -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp -ftree-vectorize -Wall -c -fmessage-length=0 -lpthread -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
arm-linux-gnueabihf-gcc -I"/home/graham/workspace/smartsdr-dsp/DSP_API" -I"/home/graham/workspace/smartsdr-dsp/DSP_API/SmartSDR_Interface" -I"/home/graham/workspace/smartsdr-dsp/DSP_API/CODEC2_FREEDV" -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue