I posted by mistake a similar question in sdcc-devel - sorry for spaming.
I'm trying to build sdcc in a Windows with mingw. Although ./configure
completes successfully, the make afterwards fails with missing constants:
simi.c:272:18: error: 'NO_ERROR' undeclared (first use in this function)
fwio.cc:118:20: error: 'ERROR_INVALID_HANDLE' was not declared in this scope
fwio.cc:122:20: error: 'ERROR_INVALID_FUNCTION' was not declared in this
scope
As another attempt I tried opening the Visual Studio solution file sdcc.sln
and building, but it targets Visual Studio 2010 and uses stdbool.h, which
only exists in more recent platform versions.
Are there any hints of what might be missing in my environment?
Thanks in advance,
Paulo
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user