[Scons-users] PlatformIO: Compilation bug on Windows with installed MSVC
Ivan Kravets
me at ikravets.com
Wed Dec 10 17:07:03 EST 2014
Dear developers,
I have an issue with PlatformIO project: https://github.com/ivankravets/platformio/issues/18
Can anyone me explain how to avoid this strange "code line"?
tools=["default", "gcc", "g++", "ar", "gnulink", "platformio"]
The SCons part of source code is here:
https://github.com/ivankravets/platformio/tree/develop/platformio/builder
1. Entry point: https://github.com/ivankravets/platformio/blob/develop/platformio/builder/main.py
2. PlatformIO SCons Tool: https://github.com/ivankravets/platformio/blob/develop/platformio/builder/tools/platformio.py
2. For example, Atmel AVR build script: https://github.com/ivankravets/platformio/blob/develop/platformio/builder/scripts/atmelavr.py
Is it right solution in my situation?
Thanks a lot!
With best regards, Ivan Kravets
- "Creativity comes from talent and never from knowledge" (c)
________________________
http://www.ikravets.com
More information about the Scons-users
mailing list