• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Development Tools » TI C/C++ Compiler » TI C/C++ Compiler - Forum » #pragma pack()
Share
TI C/C++ Compiler
  • Forum
Options
  • Subscribe via RSS

#pragma pack()

#pragma pack()

This question is answered
Yael Oz
Posted by Yael Oz
on Dec 19 2011 01:20 AM
Expert3425 points

Hi,

I'm trying porting code from IAR to CCS v5.

I tried looking at your user manual (IAR to CCS migration) but didn't find anything regarding this issue.

How can I convert this to CCS code?

#pragma pack(1)

typedef struct _my_struct

{

long iSocket;

long iStatus;

}my_struct;

 

Thanks.

Report Abuse
  • Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
All Replies
  • AartiG
    Posted by AartiG
    on Dec 19 2011 10:11 AM
    Guru68925 points

    The MSP430 v4.0.0 compiler has support for the GCC "packed" variable attribute. The Compiler Users Guide documents this support (see section 5.1.5). Note that in addition to changing the code you need to also enable the --gcc compiler option in the project build options.


    If a post answers your question please mark it with the "Verify Answer" button

    Search the wikis for common questions: CGT, BIOS,  CCSv3, CCSv4
    Track a known bug with SDOWP. Enter the bug id in the "Find Record ID" box

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Yael Oz
    Posted by Yael Oz
    on Dec 20 2011 03:22 AM
    Expert3425 points

    When I create a CCS project and open the build project options - > discovery options, I can't see GCC option (only assembly sources, C++ sources and C sources).

    How can I enable -gcc compiler option on a CCS project?

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Bernhard Weller
    Posted by Bernhard Weller
    on Dec 20 2011 06:31 AM
    Genius4915 points

    In you main menu, go to: Project -> Properties -> Build -> MSP430 Compiler -> Advanced Options -> Language Options 

    There you can enable the GCC language extension support. (That is for CCSv5.1)

    --------------------------------------------------------------------------------------
    Use the verify answer button to mark your questions as solved.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Yael Oz
    Posted by Yael Oz
    on Dec 20 2011 06:57 AM
    Expert3425 points

    Thank you.

    I added gcc as you suggested but I receive the following error:

    "This Project was created using a compiler that is not currently installed: null[MSP430]. Please install the compiler of this version, or migrate the project to one of the available compiler versions."

    Can you please advice?

    I'm using Version: 5.1.0.09000
    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Bernhard Weller
    Posted by Bernhard Weller
    on Dec 20 2011 07:38 AM
    Genius4915 points

    I'm pretty sure that is not related to the GCC option, I just turned it on in one of my projects and it compiled fine. Have you maybe accidentally changed something else - the general tab of the project properties contains a field where you can select the compiler to be used - maybe something is wrong there?

    Or you can create a new project (like the LED-blink example) build it, turn on the option and build it again. If it works the first time but not the second time, something is wrong with your installation (probably), if it builds fine both times - something is wrong in the settings of your original project. 

     

    --------------------------------------------------------------------------------------
    Use the verify answer button to mark your questions as solved.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Yael Oz
    Posted by Yael Oz
    on Dec 20 2011 07:43 AM
    Verified Answer
    Verified by Yael Oz
    Expert3425 points

    I deleted my project and recreated it with the –gcc marked.

    My project now compiled successfully. (with packed)

    Thanks for all your help!

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use