Hi everybody,
My current setup is Eclipse with GNU ARM plugin and J-Link debug probe. My toolchain is GNU ARM which uses newlib library. I mostly use C++.
I'm evaluating SES at the moment and I have a couple of questions:
- Is there no std::array in provided STLPort C++ library?
- In which header can I find standard types like std::uint8_t? (STL uses <cstdint>)
- Can I use Newlib with SES?
I like the idea of using clang and have better debugging experience then what I can get with Eclipse. From that point of view the SES look quite appealing.
I seems that I would have to heavily modify my current projects to work with STLPort library (use of std::array and STL algorithms). Please correct me if I'm wrong...
Kind regards,
Jan
My current setup is Eclipse with GNU ARM plugin and J-Link debug probe. My toolchain is GNU ARM which uses newlib library. I mostly use C++.
I'm evaluating SES at the moment and I have a couple of questions:
- Is there no std::array in provided STLPort C++ library?
- In which header can I find standard types like std::uint8_t? (STL uses <cstdint>)
- Can I use Newlib with SES?
I like the idea of using clang and have better debugging experience then what I can get with Eclipse. From that point of view the SES look quite appealing.
I seems that I would have to heavily modify my current projects to work with STLPort library (use of std::array and STL algorithms). Please correct me if I'm wrong...
Kind regards,
Jan