DJGPP cross compilers (Announce)
> Hi, I tested the mingw32-standalone version and I have some problem with
> paths. I setup the system path for:
Hi,
If you want to use short compiler executable name (like gcc, g++), you also have to set the environment variable GCC_EXEC_PREFIX .
In your case, it should be:
PATH=N:/DJGPP/i586-pc-msdosdjgpp/bin;%PATH%
set GCC_EXEC_PREFIX=N:/DJGPP/lib/gcc/
You can also see README.md in https://github.com/andrewwutw/build-djgpp
(In the section "Use DJGPP compiler?)
Complete thread:
- DJGPP cross compilers - RoBoardLab, 19.02.2014, 15:22 (Announce)
- DJGPP cross compilers - RayeR, 23.02.2014, 04:33
- DJGPP cross compilers - RoBoardLab, 24.02.2014, 10:42
- DJGPP cross compilers - RayeR, 25.02.2014, 02:05
- DJGPP cross compilers - RoBoardLab, 24.02.2014, 10:42
- DJGPP cross compilers - RayeR, 23.02.2014, 04:33