MicrochipTech / oa-tc6-lib

Microchip OPEN Alliance TC6 Protocol Driver for LAN8650/1 source code and example applications.
20 stars 7 forks source link

Build error on mac #18

Closed whaleygeek closed 3 months ago

whaleygeek commented 3 months ago

Demo.X won't build on Mac. This is because of some files in configuration.xml having backslashes instead of forward slashes, which means the build is not completely platform agnostic.

Fix is to change backslashes to forward slashes in all paths in configuration.xml

tkummermehr commented 3 months ago

Thanks for the pointing out this issue. I replaced all backslashes to forward slashes.