I have some problems while trying to compile mspgcc under cygwin. 1) binutils : 'make install' exits with error like "can't find #inst.<number>" when installing linker. 'cd ld & make install' works fine.
2) gdbproxy: doesn't compile at all, because it can't find 'stdint.h'. If I copy stdint.h to gdbproxy src dir, it doesn't compile too, because of 'uint_8 redefinition'. Also, './configure' returns some warnings about 'missing' script, it says 'it may be too old...'. 3) pybsl doesn't work, it raises an exception "Sorry no implementation for your platform available." Maybe "if os.name == 'nt': #sys.platform == 'win32':" works incorrectly under WinXP? I've never used python before so I can't ever guess what's the problem. Any suggestions how to make it working?