Updating BCC.exe

BlitzMax Forums/Brucey's Modules/Updating BCC.exe

BLaBZ(Posted 2015) [#1]
I've downloaded and compiled the bcc.bmx from here
https://github.com/bmx-ng/bcc
And am receiving the following error.

Cannot find a valid GCC compiler. Please check your paths and environment.


I've updated the bmk.exe to the latest as well.

Any help is greatly appreciated!

Thanks!
Ben


Brucey(Posted 2015) [#2]
It is looking for your MinGW install.

It looks first in BlitzMax/MinGW32, then it looks at the MINGW environment variable. If those fail, it falls back to whatever BlitzMaxPath is (which isn't likely to work for finding gcc itself).

You life will probably be easier if you install a MinGW in BlitzMax/MinGW32. This way your bin and lib dirs don't require *any* MinGW stuff in them.