Author Topic: about C compiling on board  (Read 1453 times)

scoutme

  • Hero Member
  • *****
  • Posts: 579
    • View Profile
about C compiling on board
« on: September 07, 2004, 08:03:04 pm »
Hi all, I was trying to compile a simple c program (a simple academic tcp client), and g++, invoked by sciTe interface, doen't recognize things like

strerror, bcopy ecc

these are in the standard c library, right?

so, where can I find those libraries? What should I do?