TweetFollow Us on Twitter

Mar 00 Factory Floor

Volume Number: 16 (2000)
Issue Number: 3
Column Tag: From the Factory Floor

CodeWarrior Update

by Richard Atwell

Codewarrior Release 5.3 Update

Just before the Christmas holiday, Metrowerks shipped its CodeWarrior Release 5.3 Update. We shipped two versions: one that contained pre-built libraries (37MB) and one that didn't (25MB) in order to make the download as small as possible for those with slower connections to the Internet.

We also updated some of our documentation (6MB) but only in PDF format. The update includes the C Compilers Reference, IDE User Guide, MSL C Reference, QuickStart Professional and Targeting Mac OS manuals. The manuals have been updated largely to document the AltiVec support in the tools.

There is also an update to the MetroNub for Java debugger plug-in. This plug-in previously shipped on the CodeWarrior Release 5 Reference CD in the pre-release folder. The MetroNub plug-in that the installer places in your Release 5 Metrowerks CodeWarrior folder is not intended to debug Java anymore. Instead, there is a separate plug-in called the SunJavaPlugin for Java targets. The release notes with the update say:

The only feature that the old Metronub/Java debugger plug-in provides that this new plug-in doesn't is the ability to debug already running Java code without launching the application/applet that uses it from CodeWarrior. In other words, with the new Sun Java debugger plug-in, all Java debugging must originate from the IDE. Attaching to an already running VM process is not supported.

If you don't require this support there's no need to install this extra update. Visit http://www.metrowerks.com/download/ for all the latest tools. The Release 5.3 Update is planned to be the last update before CodeWarrior Release 6.

IDE 4.0.4

With the introduction of the IDE 4.0.4 you may have noticed that there are several new plug-ins in the CodeWarrior Plugins:Debugger: folder. These are new symbolics plug-ins and each one contains target-level symbolics support that was previously included in the IDE application itself. Of interest to Mac developers are the SymSymbolics and JavaSymbolics plug-ins.

We've made these changes so development changes to one target don't adversely effect other targets. We hope this will keep the integrated debugger working for the Mac as we make required changes for the other targets that we support.

In addition to these structural changes, the debugger settings target preferences panel has changed in the latest IDE.


Figure 1.new Debugger Settings Panel.

When you open your existing projects you'll get a dialog confirmation that the project needs to be updated to the new settings. When you give the OK, each target will be updated and you'll see a project message such as:

The data for the "Debugger Settings" settings panel in target "PPC Debug MacOS Toolbox" of project "MyProject.mcp" has been updated to the latest version.

The two new options that require updating are Stop at temp breakpoint at application launch and Cache symbolics between runs.

Instead of the old "stop at main" debugger global settings preference, we now allow a target-specific preference to let the debugger stop at the "main" as before (default behavior) or at a user specified symbol.

Simply enter a function name that must be located in the symbolics (main, __start, NewBall) and the debugger will launch your program and stop at this function instead of a hard coded symbol name. This is especially useful because it allows you to start a debugging session and execute all the way until you reach a location such as the function you are currently debugging, then halt.

Caching symbolics between runs is what the integrated debugger always used to do. Our debugger used to keep symbolics loaded until a new build was created or the project was closed. With our MPW command line tools this posed a problem if the user built them, debugged, and then attempted to build with them again without closing the project: the tools could not write some of the output files since they were still being used by the debugger.

With this option off, symbolics are discarded between runs, which frees the symbolic files so that external programs may modify them. The further benefit is that if you were to kill and restart your program, symbolics would be discarded and reloaded. That could take some time if the SYM file is large.

Compilers And MSL

We shipped MSL 5.2 and new 2.3.2 compilers with the Release 5.3 Update. There are many new language features available in the front end and improvements to the PowerPC backend.

Here are some front-end highlights:

  • Support for the ISO C++ section 16.8 value for the predefined macro "__cplusplus". This is set to "199711L" to indicate conformance with the ISO C++ specification.
  • Support for #pragma fullpath_prepdump on|off|reset (default off). This option can be used to show the full path of any included files in the comments in a preprocessor dump. When turned off, only the filename portion of the path is shown.
  • Support for #pragma line_prepdump on|off|reset (default off). This option can be used to uncomment the "#line ..." directives in a preprocessor dump. This option it will also preserve the vertical line spacing by inserting empty lines.
  • "#pragma gcc_extensions on" now allows automatic struct/array variables to be initialized with non-const values, such as function parameters. (non-ANSI C)
  • #pragma warn_no_side_effect on|off| reset (default: off)
  • #pragma warn_resultnotused on|off|reset (default: off)
  • __option(<x>) will now return 'false' instead of an error message if <x> is an unknown option/#pragma.
  • #pragma opt_strength_reduction_strict on|off|reset (default: off). This option can be used to disable strength reduction optimizations that could be unsafe because the induction variable has an unsigned type smaller than the pointer type. Previously, this option was controlled solely by the ANSI strict setting.

Some PowerPC backend highlights:

  • Support #pragma function_align 4|8|16|32|64|128|reset allows specifying of the alignment of a function.
  • AltiVec constants are now pooled.
  • #pragma altivec_vrsave allon is now supported. It sets VRsave assuming that all AltiVec registers are in use, best used with "#pragma altivec_vrsave off" so only the parent routine updates the vrsave register.
  • Added "machine 7400" directive to inline assembler

Mac OS Support

We're continually updating the support folders new that we ship CDs less often. With the Release 5.2 Update we made several changes to MacOS Support:

  • Updated MacHeaders so they can be compiles with ANSI Strict ON. This usually means removing the // C++ style comments and replacing them with the /* C style comments.
  • Added a stub library for the PLStringFuncs that exist within StdCLib.
  • Added some common MPW files that are not part of Universal Interfaces.
  • Replaced fp.h with the modified Pro4 version that fixed problems when including cmath and fp.h in the wrong order.

As always, we welcome your feedback on any subject. Contact us through our newsgroup or send us email directly using the addresses below.


Richard Alexander David Atwell started at Metrowerks in 1998 when he signed up to join the ranks of those who use CodeWarrior to write CodeWarrior. If you are interested in doing the same you can reach him at ratwell@metrowerks.com.

 
AAPL
$476.68
Apple Inc.
+7.85
MSFT
$30.66
Microsoft Corpora
+0.31
GOOG
$609.85
Google Inc.
+3.08
MacTech Search:
Community Search:

Tweetbot Makes The Jump to iPad
As you may have already read, earlier today Tweetbot just released a fresh new release of their extremely popular iPhone Twitter client.  Going along with that, developer Tapbots has also announced that there is finally an iPad version of the... | Read more »
Tweetbot Reaches Version 2.0
Here at 148apps, we’re big fans of Tweetbot. Offering pretty much everything anyone could ever want from a Twitter client, it’s no wonder that we feel that way. I know I’m quietly hopeful that one day a desktop client as good as it will come along... | Read more »
Demolicious Review
Demolicious Review By Rob Rich on February 8th, 2012 Our Rating: :: ORDINANCE & CHAOSiPhone App - Designed for the iPhone, compatible with the iPad Nothing says “Circus” like firing cannon balls at explosives.   | Read more »
Settle in for a Serious Read with Longfo...
It may seem anathema in the early 21st century, but some people still prefer their news in-depth, thorough and well-written. But in a twitterpated sound-bite culture it’s difficult to find comprehensive news reporting much less an app that serves it... | Read more »
Elf Defense Review
Elf Defense Review By Rob Rich on February 8th, 2012 Our Rating: :: HABIT-FORMINGUniversal App - Designed for iPhone and iPad Call it a fluke or call it careful planning, but Elf Defense is a TD game that hits all the right notes.   | Read more »
Social And Location Aware News With Arou...
Regardless of the location, there’s bound to be something interesting going on somewhere. AroundNow seeks to provide an easy way of seeing exactly what’s going on locally at any time. | Read more »
Royal Trouble: Hidden Adventures Review
Royal Trouble: Hidden Adventures Review By Jennifer Allen on February 8th, 2012 Our Rating: :: CASUAL MYSTERYiPad Only App - Designed for the iPad A lighthearted casual adventure gaming experience that’s a small step up in... | Read more »

Price Scanner via MacPrices.net

15″ MacBook Pro sale prices, $101 off 15″ 2.2GHz m...
 B&H Photo has the 15″ 2.2GHz MacBook Pro on sale today for $1698 including free shipping plus NY sales tax only. Their price is $101 off MSRP. Adorama has the 15″ 2.2GHz MacBook Pro on sale for... Read more
Apple refurbished iMacs available starting at $999
The Apple Store has Apple Certified Refurbished iMacs available for up to $340 off the price of new models. An Apple one-year warranty is included with each model, and shipping is free: - 27″ 3.1GHz... Read more
MacBooks up to $200 off at Apple Store for Educati...
Purchase a new MacBook Pro or MacBook Air at The Apple Store for Education and take up to $200 off MSRP. All teachers, students, and staff of any educational institution qualify for the discount.... Read more
13″ 2.4GHz White MacBook (refurbished) available f...
The Apple Store has restocked Apple Certified Refurbished 13″ 2.4GHz White MacBooks for $849 including free shipping. Their price is $150 off original MSRP for new models and includes Apple’s one-... Read more
Mac mini Server on sale for $942, $57 off MSRP
B&H Photo has Mac mini Servers on sale for $942.95 including free shipping plus NY sales tax only. Their price is $57 off MSRP, and it’s the lowest price we’ve seen for this model from any Apple... Read more
Apple drops prices on refurbished iPod nanos to $9...
The Apple Store has Apple Certified Refurbished iPod nanos available starting at $99 – a $10 price drop. Each nano comes with an Apple one-year warranty, and shipping is free: - 16GB iPod nano (all... Read more
Open-box special: 13″ MacBook Air for $230 off MSR...
MacMall has open-box return 13″ 128GB MacBook Airs available for $1069.21 including free FedEx overnight shipping. That’s $230 off the cost of new models. Apple’s one-year warranty and all materials... Read more
Apple now offering refurbished Oct ’11 13″ MacBook...
 The Apple Store is now offering Apple Certified Refurbished October 2011 13″ MacBook Pros for up to $230 off the cost of new models, including free shipping. Apple’s one-year warranty is standard... Read more

Jobs Board

MAC Service Desk Technician at Technisou...
Available Ref ID: 1001703119 Visit Us www.technisource.com MAC Service Desk Technician JOB DESCRIPTION MAC Service Desk ... Apple Mac OS 10.X operating systems Strong knowledge of Mac hardware... Read more
iPhone App Developer at Elance.com (Gads...
I need an iPhone app developer to update and existing application with a new design and a few feature changes. You will ... the new design PSD, feature request details, existing app files and API... Read more
Help Desk / Windows & MAC Support Te...
Superior Technical Resources is looking for a Help Desk / Windows & MAC Support Technician to work for a very successful ... Candidate will have experience working in a Microsoft and Apple... Read more
iPad and iPhone App Developer at Boxee (...
This position will be involved throughout the entire application development lifecycle. You must be confident, take ownership of your projects, work efficiently without management, be personable, and... Read more
Apple/MAC Technology Consultant at Human...
Role: Apple / Mac Technology Consultant Assignment: Technical Services Location: Louisville, KY Are you a fit? Are you ... at an enterprise scale? Assignment Capsule: The Apple / Mac Consultant in... Read more
All contents are Copyright 1984-2011 by Xplain Corporation. All rights reserved. Theme designed by Icreon.