Hello!
There are no hex files that are pre-made for the ble_app_interactive example. When I use VMware to run a Linux environment on Ubuntu to get an executable with gcc *.c -o cli.exe, There are just too many .h files and other files that I have to move around and try to debug. Also, in every IDE I to try to compile the code in, there are also a crazy number of .h files and weird bugs.
Here is what I would like to know:
- Can you tell me all the files I need in a project to compile and build the ble_app_interactrive executable file on SEGGER or on a Linux command line?
- How, specifically should the project be set up to execute?
- On the Linux command line, will creating an executable file work?
Cheers,
Ella