Part Number: TMS320C6748
Tool/software: TI C/C++ Compiler
The binary that I built after my windows 10 upgrade, will not load, there are some differences in the map files from one that is working and one that is not. We use Cygwin to invoke our build. I've tried different ways of installing Cygwin, but none of them worked. I also had clearcase re-installed, but that did not work as well. Below is a diff in the .map files
< is the broken one
> is the working one
148,149c148,149
< xdc.meta 0 c0000000 000000e0 COPY SECTION
< c0000000 000000e0 bios-c674_pe674.oe674 (xdc.meta)
---
> xdc.meta 0 c0000000 000000e8 COPY SECTION
> c0000000 000000e8 bios-c674_pe674.oe674 (xdc.meta)
5016,5018c5016,5018
< c0000060 __ISA__
< c0000078 __PLAT__
< c0000090 __TARG__
---
> c0000068 __ISA__
> c0000080 __PLAT__
> c0000098 __TARG__
5033c5033
< c00000b8 __TRDR__
---
> c00000c0 __TRDR__
9260,9263c9260,9263
< c0000060 __ISA__
< c0000078 __PLAT__
< c0000090 __TARG__
< c00000b8 __TRDR__
---
> c0000068 __ISA__
> c0000080 __PLAT__
> c0000098 __TARG__
> c00000c0 __TRDR__