• 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 » How to pack structures with code composer 3.3 C compiler
Share
TI C/C++ Compiler
  • Forum
Options
  • Subscribe via RSS

How to pack structures with code composer 3.3 C compiler

How to pack structures with code composer 3.3 C compiler

This question is answered
pavan amancherla
Posted by pavan amancherla
on May 03 2012 10:51 AM
Prodigy10 points

We use code composer 3.3 C compiler with tms470 ARM processor. How do we pack structures to avoid padding?

We tried __attribute__ ((__packed__)), but the code did not compile.

code snippet -

__attribute__ ((__packed__))
struct ShadinFuelData_t
{
 INT8S UnitMeasure;
 INT8U TotalFuelRemainVal;
 FP32 TotalFuelRemain;
 INT8U TotalFuelFlowRateVal;
 FP32 TotalFuelFlowRate;
 INT8U Engine1FuelFlowRateVal;
 FP32 Engine1FuelFlowRate;
 INT8U Engine2FuelFlowRateVal;
 FP32 Engine2FuelFlowRate;
 INT8U TotalFuelUsedVal;
 FP32 TotalFuelUsed;
 INT8U Engine1FuelUsedVal;
 FP32 Engine1FuelUsed;
 INT8U Engine2FuelUsedVal;
 FP32 Engine2FuelUsed;
};

 

Errors at teh first two lines -

error: expected a type specifier
error: unnamed prototyped parameters not allowed when body is present
error: expected a "{"

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 May 03 2012 13:36 PM
    Verified Answer
    Verified by George Mock
    Guru70775 points

    What version of the TMS470 compiler are you using? The support for packed attribute is in 4.6.1 and higher. Please see this post. Note that is still only supported on ARM processors that implement unaligned access in the hardware, which I believe are Cortex A8 cores. If you are using ARM9, support for packed will appear in the next release of compile tools, v5.0.0 planned for June.


    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.
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