This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

SDK10 feature "Section variables" with Microsoft compiler

Hi

We are using the SDK files in our hardware projects and in our simulation environments to verify the functionality of our platform. While doing tests with the new SDK 10 and specially the feature peer manager i struggled over the feature "Section variables" required for FDS and FStorage (both layers below the peer manager). The "Section variables" have support for Keil, IAR and GCC, but no other compilers.

I tried to add support for our Microsoft compiler (VS2015) but i failed. Section support is available, but i couldn't manage to make it work.

Will there be support for other compilers? Any idea how this can be done?

Regards Adrian

Parents
  • I've found a solution for the visual compiler. On the first view it looks good, but up to now i couldn't test it a lot. I'll update the issue after more tests.

    Update 20.06.2016: The solution was working in some architectures. On other systems the placement was different and it didn't work there. So at the end I gave up... If anyone has a good idea how to realize the section vars on visual compiler I'd love to here more about it.

Reply
  • I've found a solution for the visual compiler. On the first view it looks good, but up to now i couldn't test it a lot. I'll update the issue after more tests.

    Update 20.06.2016: The solution was working in some architectures. On other systems the placement was different and it didn't work there. So at the end I gave up... If anyone has a good idea how to realize the section vars on visual compiler I'd love to here more about it.

Children
Related