dvhdr / launchpad-pro

Open source firmware for the Launchpad Pro grid controller
BSD 3-Clause "New" or "Revised" License
446 stars 101 forks source link

Error trying to build app.c #41

Closed shossa3 closed 6 years ago

shossa3 commented 6 years ago

I get the following errors when trying to build app.c. I am including the app_defs.h and app.h header files. Not sure what's going on. Does anyone have any suggestions?

"_hal_plot_led", referenced from:

  _app_surface_event in app.o

  _app_cable_event in app.o

  _app_init in app.o

"_hal_read_flash", referenced from:

  _app_init in app.o

"_hal_send_midi", referenced from:

  _app_surface_event in app.o

  _app_midi_event in app.o

  _app_aftertouch_event in app.o

  _app_timer_event in app.o

"_hal_write_flash", referenced from:

  _app_surface_event in app.o

"_main", referenced from:

 implicit entry/start for main executable

ld: symbol(s) not found for architecture x86_64

clang: error: linker command failed with exit code 1 (use -v to see invocation)

dvhdr commented 6 years ago

This ought to be fixed now (you were building the macOS project, right?)