Author Topic: Help!A problem about MinGW  (Read 3537 times)

lgy0790

  • Guest
Help!A problem about MinGW
« on: August 21, 2008, 06:08:13 pm »
Today when I was trying compiling a program with mingw32-make,I got such messages:
ld.exe: cannot find -lusb
collect2: ld returned 1 exit status
Since I haven't tried MinGW before,I don't know how to solve the problem.The source code is downloaded from this website:http://www.rockbox.org/twiki/bin/view/Main/OndaVX747

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: Help!A problem about MinGW
« Reply #1 on: August 22, 2008, 02:45:05 am »
The Code::Blocks forums are not for general programming or compiler questions. Please use whatever facilities the download site or the code's author made available.
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

lgy0790

  • Guest
Re: Help!A problem about MinGW
« Reply #2 on: August 22, 2008, 05:13:49 am »
Thank you.I'll try.