I have been doing C/C++ development for Windows/Linux for over a decade now, but all on x86/x86_64, not on other archs like mips. I have recently started to gain interest about developing tools on tomato routers, so I started to compile tomato firmware from source and got that to work. I have also written a small Hello World program and used mipsel-linux-gcc to compile and have gotten that to run on the router (via SSH). Now I want to do something more exciting.. like controlling a USB-attached bluetooth.. and that is where I have hit a wall and perhaps some experts here can guide me. For example, what headers/libraries do I need to include and how? Do I need to recompile the kernel to include bluetooth kernel support?
Any help would be greatly appreciated…
