Hi all:
Apologies for a stupid question, but we all start from the bottom one day!
I am an experienced developper and know my way around Linux and gcc (which I use everyday at work).
I now have some applications I would like to port, and am not sure how I should go about compiling them so they work on my wrt54g. The code is really simple, and uses basic file io, sockets (although I could live without this) and a serial port (which I've successfully added to my wrt). No external libraries are required, etc.
How would I go about building this code? I have untarred and built the openwrt "distro" if it matters. I assome I need to use the "toolchain" somehow.
Thanks in advance.