Uploaded image for project: 'LWIP based TCP/IP'
  1. LWIP based TCP/IP
  2. PSLWIP-342

Invalid packing #pragma directives in Packet Socket API header file

    Details

    • Account:
      SPC TCP_IP (SPCTCPIP)

      Description

      The Packet Socket API header file SOCK_API.h contains an syntax error when packing pragmas are enabled. The definitions

      #ifdef __HIL_PRAGMA_PACK_ENABLE
      __HIL_PRAGMA_PACK_1(sockapi)
      #endif
      ...
      #ifdef __HIL_PRAGMA_PACK_ENABLE
      #define __HIL_PRAGMA_UNPACK_1(sockapi)
      #endif

      will expand with Hilscher Definitions as:

      pack(push, sockapi, 1)
      ...
      /* empty */

      which is invalid and also does not result in the desired effect.

        Attachments

          Issue Links

            Expenses

              Activity

                Status Description

                  People

                  • Reporter:
                    MBommert Marc Bommert
                  • Votes:
                    0 Vote for this issue
                    Watchers:
                    0 Start watching this issue

                    Dates

                    • Created:
                      Updated:
                      Resolved: