g0orx / pihpsdr

Raspberry Pi standalone code for HPSDR (Protocol 1 and Protocol 2)
GNU General Public License v2.0
110 stars 72 forks source link

gpio configure error --- but gpio is remed out .... #20

Closed KC7NOA closed 7 years ago

KC7NOA commented 7 years ago

GPIO is remed out in Makefile

kc7noaa@odroid64:~/Downloads/pihpsdr$ make rm -f version.o gcc -g -Wno-deprecated-declarations -D odroid -D LIMESDR -D SHORT_FRAMES -D GIT_DATE='"2017-02-22"' -D GIT_VERSION='"v1.1.3-beta"' -O3 pkg-config --cflags gtk+-3.0 -c -o version.o version.c gcc -o pihpsdr audio.o band.o configure.o frequency.o discovered.o discovery.o filter.o version.o main.o new_menu.o rx_menu.o exit_menu.o radio_menu.o ant_menu.o display_menu.o dsp_menu.o pa_menu.o cw_menu.o oc_menu.o xvtr_menu.o equalizer_menu.o step_menu.o meter_menu.o band_menu.o bandstack_menu.o mode_menu.o filter_menu.o noise_menu.o agc_menu.o vox_menu.o diversity_menu.o freqent_menu.o tx_menu.o vfo_menu.o test_menu.o meter.o mode.o old_discovery.o new_discovery.o old_protocol.o new_protocol.o new_protocol_programmer.o rx_panadapter.o tx_panadapter.o property.o radio.o receiver.o rigctl.o toolbar.o transmitter.o sliders.o vfo.o waterfall.o button_text.o vox.o update.o store.o store_menu.o memory.o led.o lime_discovery.o lime_protocol.o -lrt -lm -lwdsp -lpthread -lasound pkg-config --libs gtk+-3.0 -lSoapySDR
configure.o: In function save_cb': /home/kc7noaa/Downloads/pihpsdr/configure.c:108: undefined reference toENABLE_VFO_ENCODER' /home/kc7noaa/Downloads/pihpsdr/configure.c:108: undefined reference to ENABLE_VFO_ENCODER' /home/kc7noaa/Downloads/pihpsdr/configure.c:109: undefined reference toVFO_ENCODER_A' /home/kc7noaa/Downloads/pihpsdr/configure.c:109: undefined reference to VFO_ENCODER_A' /home/kc7noaa/Downloads/pihpsdr/configure.c:110: undefined reference toVFO_ENCODER_B' /home/kc7noaa/Downloads/pihpsdr/configure.c:110: undefined reference to VFO_ENCODER_B' /home/kc7noaa/Downloads/pihpsdr/configure.c:111: undefined reference toENABLE_VFO_PULLUP' /home/kc7noaa/Downloads/pihpsdr/configure.c:111: undefined reference to ENABLE_VFO_PULLUP' /home/kc7noaa/Downloads/pihpsdr/configure.c:113: undefined reference toENABLE_E1_ENCODER' /home/kc7noaa/Downloads/pihpsdr/configure.c:113: undefined reference to ENABLE_E1_ENCODER' /home/kc7noaa/Downloads/pihpsdr/configure.c:114: undefined reference toE1_ENCODER_A' /home/kc7noaa/Downloads/pihpsdr/configure.c:114: undefined reference to E1_ENCODER_A' /home/kc7noaa/Downloads/pihpsdr/configure.c:115: undefined reference toE1_ENCODER_B' /home/kc7noaa/Downloads/pihpsdr/configure.c:115: undefined reference to E1_ENCODER_B' /home/kc7noaa/Downloads/pihpsdr/configure.c:116: undefined reference toENABLE_E1_PULLUP' /home/kc7noaa/Downloads/pihpsdr/configure.c:116: undefined reference to ENABLE_E1_PULLUP' /home/kc7noaa/Downloads/pihpsdr/configure.c:118: undefined reference toENABLE_E2_ENCODER' /home/kc7noaa/Downloads/pihpsdr/configure.c:118: undefined reference to ENABLE_E2_ENCODER' /home/kc7noaa/Downloads/pihpsdr/configure.c:119: undefined reference toE2_ENCODER_A' /home/kc7noaa/Downloads/pihpsdr/configure.c:119: undefined reference to E2_ENCODER_A' /home/kc7noaa/Downloads/pihpsdr/configure.c:120: undefined reference toE2_ENCODER_B' /home/kc7noaa/Downloads/pihpsdr/configure.c:120: undefined reference to E2_ENCODER_B' /home/kc7noaa/Downloads/pihpsdr/configure.c:121: undefined reference toENABLE_E2_PULLUP' /home/kc7noaa/Downloads/pihpsdr/configure.c:121: undefined reference to ENABLE_E2_PULLUP' /home/kc7noaa/Downloads/pihpsdr/configure.c:123: undefined reference toENABLE_E3_ENCODER' /home/kc7noaa/Downloads/pihpsdr/configure.c:123: undefined reference to ENABLE_E3_ENCODER' /home/kc7noaa/Downloads/pihpsdr/configure.c:124: undefined reference toE3_ENCODER_A' /home/kc7noaa/Downloads/pihpsdr/configure.c:124: undefined reference to E3_ENCODER_A' /home/kc7noaa/Downloads/pihpsdr/configure.c:125: undefined reference toE3_ENCODER_B' /home/kc7noaa/Downloads/pihpsdr/configure.c:125: undefined reference to E3_ENCODER_B' /home/kc7noaa/Downloads/pihpsdr/configure.c:126: undefined reference toENABLE_E3_PULLUP' /home/kc7noaa/Downloads/pihpsdr/configure.c:126: undefined reference to ENABLE_E3_PULLUP' /home/kc7noaa/Downloads/pihpsdr/configure.c:128: undefined reference toENABLE_MOX_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:128: undefined reference to ENABLE_MOX_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:129: undefined reference toMOX_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:129: undefined reference to MOX_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:131: undefined reference toENABLE_S1_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:131: undefined reference to ENABLE_S1_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:132: undefined reference toS1_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:132: undefined reference to S1_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:134: undefined reference toENABLE_S2_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:134: undefined reference to ENABLE_S2_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:135: undefined reference toS2_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:135: undefined reference to S2_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:137: undefined reference toENABLE_S3_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:137: undefined reference to ENABLE_S3_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:138: undefined reference toS3_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:138: undefined reference to S3_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:140: undefined reference toENABLE_S4_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:140: undefined reference to ENABLE_S4_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:141: undefined reference toS4_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:141: undefined reference to S4_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:143: undefined reference toENABLE_S5_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:143: undefined reference to ENABLE_S5_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:144: undefined reference toS5_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:144: undefined reference to S5_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:146: undefined reference toENABLE_S6_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:146: undefined reference to ENABLE_S6_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:147: undefined reference toS6_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:147: undefined reference to S6_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:149: undefined reference toENABLE_FUNCTION_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:149: undefined reference to ENABLE_FUNCTION_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:150: undefined reference toFUNCTION_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:150: undefined reference to FUNCTION_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:156: undefined reference togpio_save_state' configure.o: In function configure_gpio': /home/kc7noaa/Downloads/pihpsdr/configure.c:170: undefined reference togpio_restore_state' /home/kc7noaa/Downloads/pihpsdr/configure.c:181: undefined reference to ENABLE_VFO_ENCODER' /home/kc7noaa/Downloads/pihpsdr/configure.c:181: undefined reference toENABLE_VFO_ENCODER' /home/kc7noaa/Downloads/pihpsdr/configure.c:190: undefined reference to VFO_ENCODER_A' /home/kc7noaa/Downloads/pihpsdr/configure.c:190: undefined reference toVFO_ENCODER_A' /home/kc7noaa/Downloads/pihpsdr/configure.c:199: undefined reference to VFO_ENCODER_B' /home/kc7noaa/Downloads/pihpsdr/configure.c:199: undefined reference toVFO_ENCODER_B' /home/kc7noaa/Downloads/pihpsdr/configure.c:204: undefined reference to ENABLE_VFO_PULLUP' /home/kc7noaa/Downloads/pihpsdr/configure.c:204: undefined reference toENABLE_VFO_PULLUP' /home/kc7noaa/Downloads/pihpsdr/configure.c:212: undefined reference to ENABLE_E1_ENCODER' /home/kc7noaa/Downloads/pihpsdr/configure.c:212: undefined reference toENABLE_E1_ENCODER' /home/kc7noaa/Downloads/pihpsdr/configure.c:221: undefined reference to E1_ENCODER_A' /home/kc7noaa/Downloads/pihpsdr/configure.c:221: undefined reference toE1_ENCODER_A' /home/kc7noaa/Downloads/pihpsdr/configure.c:230: undefined reference to E1_ENCODER_B' /home/kc7noaa/Downloads/pihpsdr/configure.c:230: undefined reference toE1_ENCODER_B' /home/kc7noaa/Downloads/pihpsdr/configure.c:235: undefined reference to ENABLE_E1_PULLUP' /home/kc7noaa/Downloads/pihpsdr/configure.c:235: undefined reference toENABLE_E1_PULLUP' /home/kc7noaa/Downloads/pihpsdr/configure.c:243: undefined reference to ENABLE_E2_ENCODER' /home/kc7noaa/Downloads/pihpsdr/configure.c:243: undefined reference toENABLE_E2_ENCODER' /home/kc7noaa/Downloads/pihpsdr/configure.c:252: undefined reference to E2_ENCODER_A' /home/kc7noaa/Downloads/pihpsdr/configure.c:252: undefined reference toE2_ENCODER_A' /home/kc7noaa/Downloads/pihpsdr/configure.c:261: undefined reference to E2_ENCODER_B' /home/kc7noaa/Downloads/pihpsdr/configure.c:261: undefined reference toE2_ENCODER_B' /home/kc7noaa/Downloads/pihpsdr/configure.c:266: undefined reference to ENABLE_E2_PULLUP' /home/kc7noaa/Downloads/pihpsdr/configure.c:266: undefined reference toENABLE_E2_PULLUP' /home/kc7noaa/Downloads/pihpsdr/configure.c:274: undefined reference to ENABLE_E3_ENCODER' /home/kc7noaa/Downloads/pihpsdr/configure.c:274: undefined reference toENABLE_E3_ENCODER' /home/kc7noaa/Downloads/pihpsdr/configure.c:283: undefined reference to E3_ENCODER_A' /home/kc7noaa/Downloads/pihpsdr/configure.c:283: undefined reference toE3_ENCODER_A' /home/kc7noaa/Downloads/pihpsdr/configure.c:292: undefined reference to E3_ENCODER_B' /home/kc7noaa/Downloads/pihpsdr/configure.c:292: undefined reference toE3_ENCODER_B' /home/kc7noaa/Downloads/pihpsdr/configure.c:297: undefined reference to ENABLE_E3_PULLUP' /home/kc7noaa/Downloads/pihpsdr/configure.c:297: undefined reference toENABLE_E3_PULLUP' /home/kc7noaa/Downloads/pihpsdr/configure.c:305: undefined reference to ENABLE_MOX_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:305: undefined reference toENABLE_MOX_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:314: undefined reference to MOX_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:314: undefined reference toMOX_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:321: undefined reference to ENABLE_S1_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:321: undefined reference toENABLE_S1_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:330: undefined reference to S1_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:330: undefined reference toS1_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:338: undefined reference to ENABLE_S2_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:338: undefined reference toENABLE_S2_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:347: undefined reference to S2_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:347: undefined reference toS2_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:354: undefined reference to ENABLE_S3_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:354: undefined reference toENABLE_S3_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:363: undefined reference to S3_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:363: undefined reference toS3_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:370: undefined reference to ENABLE_S4_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:370: undefined reference toENABLE_S4_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:379: undefined reference to S4_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:379: undefined reference toS4_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:386: undefined reference to ENABLE_S5_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:386: undefined reference toENABLE_S5_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:395: undefined reference to S5_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:395: undefined reference toS5_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:402: undefined reference to ENABLE_S6_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:402: undefined reference toENABLE_S6_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:411: undefined reference to S6_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:411: undefined reference toS6_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:418: undefined reference to ENABLE_FUNCTION_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:418: undefined reference toENABLE_FUNCTION_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:427: undefined reference to FUNCTION_BUTTON' /home/kc7noaa/Downloads/pihpsdr/configure.c:427: undefined reference toFUNCTION_BUTTON' collect2: error: ld returned 1 exit status Makefile:363: recipe for target 'pihpsdr' failed make: *** [pihpsdr] Error 1

might be a push issue ? or odroid's version of the python gpio wrapper needs installed .. not sure

KC7NOA commented 7 years ago

OMG -- tired, bone head mistakes ....

make clean before trying to do another make ....