Domain: metrowerks.com
Stories and comments across the archive that link to metrowerks.com.
Stories · 13
-
Alternative Development Systems for the Mac
Carlos Camacho writes "Programmers new to the Mac platform, as well as newbie Mac coders often ask (or complain) about available development tools. Most often, Apple's Xcode is recommended since it is free, and a pretty slick package. For cross-platform work, Metrowerks CodeWarrior series has been with us since the early PowerPC days, and is very flexible in its support for multi-platforms. But with if you want to work in a language other than Objective-C,C, C++ or Java? Or learn an entirely new language? How does the Macintosh fare? iDevGames, a site devoted to Mac game developers, has put together a list of "alternative" development tools for Mac OS X. A good number of the tools listed are either free, or low-cost. So, if you're interested in playing around with Lua, Ruby, something similar to HyperCard, or one of the many BASICs, check out "Alternative Development Systems for the Mac."" -
Linux Takes On Automotive Apps
loconet writes "Linux Devices has released an article about Metrowerks setting out to drive Linux further into the automotive telematics market by launching what it calls "Automotive Grade Linux," a version of Linux enhanced with non-traditional features to address the specific requirements of automotive telematics." -
Sharp Zaurus SL-C860 Announced For Japan
An anonymous reader writes "LinuxDevices.com reports that Sharp will introduce a new member in its Linux-based Zaurus PDA family in the Japanese market on Nov. 27, 2003. The SL-C860 appears to be a more powerful and feature-rich version of the much-reviewed SL-C750/760. The device boasts a 400MHz Intel PXA255 processor equipped with 128MB of Flash memory (65MB available for user programs) along with 64MB of SDRAM memory, has a 640x480 resolution full-VGA color display, and runs an embedded Linux operating system based on Metrowerks's OpenPDA handheld device software stack." -
Motorola's Metrowerks Acquires Lineo
An anonymous reader writes "It's official: Following weeks of speculation, Motorola's Metrowerks embedded tools subsidiary today has finally announced that they are acquiring the key assets of Embedix Inc. (a.k.a. Lineo), one of the earliest and most popular providers of embedded Linux software and tools." -
Metrowerks Putting Linux on Hold
yamla writes "Metrowerks, developer of the CodeWarrior development tools, has decided to put their professional Linux tools on hold. Since being bought out by Motorola, they've changed product emphasis and although their Linux guy in R&D wants to go ahead, management has put the product on indefinite hold. I want to develop using CodeWarrior 5 for Linux but apparently, this program may now never see the light of day. " I've talked with some folks over at Metrowerks and have confirmed this - from what they've said, the earliest it would be out is next Fall. Click below to read their account - and remember that it's better to sign the various petitions around than it is to flame people.We currently have our plans for the Professional Linux on hold. Our head Linux guy in R&D wants to develop the product, but management has the project on hold. We have had some product changes since Motorola bought us out. You can keep checking the website for any news on the product, but the earliest it could possibly be release would be next Fall.
Sorry for any inconvenience this may cause you.
Metrowerks
-
NetHack 3.3.0 Released
bcombee writes "The NetHack DevTeam, after over three years of silence, has released two new versions of the classic hack-and-slash dungeon exploration game, Nethack. 3.3.0 is the all-new version with new character roles, separation of roles from race, new challenges for ethical play, and lots of new monsters and items." I thought rogue was the classic. Starving to death on the way back to the surface...ah, those were the days. -
CodeWarrior for Linux: Reviewed
Kurt has returned, continuing his reviews of Linux IDE [?] environments. After reviewing Code Fusion, he's reviewed Metrowerks CodeWarrior (for Suse). The full text of the review is below. CodeWarrior For SuSE
CodeWarrior for RedHat- Company:Metrowerks
- Rating:9/10
- Summary:Inexpensive solution for those looking for an IDE solution.
It is difficult to have worked in the tech industry without having come into contact with Metrowerks. Metrowerks CodeWarrior is the dominant compiler for MacOS, with ports to Windows, Solaris, a wide variety of microprocessors, and fairly recently, Linux. The current version of CodeWarrior for Linux, version 4.0, supports C and C++, with plans for Java support in late 1999. CodeWarrior is targeted at the beginning or hobbyist programmer. While CodeWarrior lacks some of the features of its more expensive competitors, it provides a basic, low cost solution.
CodeWarrior is by far the easiest installation I have ever performed on a Linux box. I threw in the CD, answered a couple of questions, and it installed it without a problem. While I already had EGCS installed on my machine, it is a prerequisite for installation. For those who do not have EGCS installed, the CD contains a copy and the installation guide includes instructions for setting it up.
Anyone who has used CodeWarrior on any other platform will be able to easily dive straight into CodeWarrior for Linux. The interface is exactly the same. For those without previous experience, the interface is logically laid out and very usable without depending on documentation. For those who have been weaned on Microsoft Visual Studio, the interface may feel a little MacOS-like, but overall everything is well designed and very easy to use.
In addition to the standard IDE features like integrated debugging, color coded source, and simplified project management, CodeWarrior has an important advantage in that its projects are cross platform compatible. Of course, it is still up to the programmer to develop cross platform code, it at least simplified the process of migrating code between plaforms.
In spite of all of its wonderful design elements, it is not without a few annoying elements. First, whenever you create a new project, it is always named "Hello." It doesn't matter if you create a project named "foo." You still need to go under the project settings and change the Target Name manually. While this may be simply picking nits, it is a rather annoying oversight.
While CodeWarrior is targeting to individuals and relatively small projects, even some of these people have learned the wonders of using a version control system to roll back a few idiotic changes. Unfortunately, the Linux port has very poor version control abilities. Straight out of the box, there is no source control functionality. Furthermore, Metrowerks does not provide any of the necessary plug-ins to add source control to the Linux version. According to a representative from Metrowerks, they have plans to provide the necessary interfaces, but no resources have yet been allocated to the project. The specification, however, is open so that anyone desiring could create the necessary plug-in. Anyone interested in developing the necessary plug-ins should go to http://www.metrowerks.com/pdf/Plugin_API_Ref.pdf.
CodeWarrior is a low cost solution ideal for Linux developers who absolutely have to have an IDE. For users who need a lot of the extra features that make the switch from vi to an IDE worth while, CodeWarrior is somewhat lacking. These developers may wish to look to Code Fusion or other similar products with a more complete set of tools.
For the small scale individual or hobbies programmer, CodeWarrior provides a friendly environment to develop programs in. While it lacks some of the more advanced features found in other IDEs, it is a well designed program with an excellent balance of features. For a mere fraction of the cost of many competitors' products, it also is well within the range of people who are on a tight budget.
-
CodeWarrior for Linux: Reviewed
Kurt has returned, continuing his reviews of Linux IDE [?] environments. After reviewing Code Fusion, he's reviewed Metrowerks CodeWarrior (for Suse). The full text of the review is below. CodeWarrior For SuSE
CodeWarrior for RedHat- Company:Metrowerks
- Rating:9/10
- Summary:Inexpensive solution for those looking for an IDE solution.
It is difficult to have worked in the tech industry without having come into contact with Metrowerks. Metrowerks CodeWarrior is the dominant compiler for MacOS, with ports to Windows, Solaris, a wide variety of microprocessors, and fairly recently, Linux. The current version of CodeWarrior for Linux, version 4.0, supports C and C++, with plans for Java support in late 1999. CodeWarrior is targeted at the beginning or hobbyist programmer. While CodeWarrior lacks some of the features of its more expensive competitors, it provides a basic, low cost solution.
CodeWarrior is by far the easiest installation I have ever performed on a Linux box. I threw in the CD, answered a couple of questions, and it installed it without a problem. While I already had EGCS installed on my machine, it is a prerequisite for installation. For those who do not have EGCS installed, the CD contains a copy and the installation guide includes instructions for setting it up.
Anyone who has used CodeWarrior on any other platform will be able to easily dive straight into CodeWarrior for Linux. The interface is exactly the same. For those without previous experience, the interface is logically laid out and very usable without depending on documentation. For those who have been weaned on Microsoft Visual Studio, the interface may feel a little MacOS-like, but overall everything is well designed and very easy to use.
In addition to the standard IDE features like integrated debugging, color coded source, and simplified project management, CodeWarrior has an important advantage in that its projects are cross platform compatible. Of course, it is still up to the programmer to develop cross platform code, it at least simplified the process of migrating code between plaforms.
In spite of all of its wonderful design elements, it is not without a few annoying elements. First, whenever you create a new project, it is always named "Hello." It doesn't matter if you create a project named "foo." You still need to go under the project settings and change the Target Name manually. While this may be simply picking nits, it is a rather annoying oversight.
While CodeWarrior is targeting to individuals and relatively small projects, even some of these people have learned the wonders of using a version control system to roll back a few idiotic changes. Unfortunately, the Linux port has very poor version control abilities. Straight out of the box, there is no source control functionality. Furthermore, Metrowerks does not provide any of the necessary plug-ins to add source control to the Linux version. According to a representative from Metrowerks, they have plans to provide the necessary interfaces, but no resources have yet been allocated to the project. The specification, however, is open so that anyone desiring could create the necessary plug-in. Anyone interested in developing the necessary plug-ins should go to http://www.metrowerks.com/pdf/Plugin_API_Ref.pdf.
CodeWarrior is a low cost solution ideal for Linux developers who absolutely have to have an IDE. For users who need a lot of the extra features that make the switch from vi to an IDE worth while, CodeWarrior is somewhat lacking. These developers may wish to look to Code Fusion or other similar products with a more complete set of tools.
For the small scale individual or hobbies programmer, CodeWarrior provides a friendly environment to develop programs in. While it lacks some of the more advanced features found in other IDEs, it is a well designed program with an excellent balance of features. For a mere fraction of the cost of many competitors' products, it also is well within the range of people who are on a tight budget.
-
Motorola to purchase Metrowerks
chigs writes to us with the news that Motorola, chip maker extraordinaire, is planning to purchase Metrowerks, creators of CodeWarrior. Hopefully this will not effect Metrowerks expansion into the Linux-area, but Motorola said it plans to leave Metrowerks as a stand-alone company. -
Metroworks release Cross Platform Game Framework
Zasteva writes "MacInTouch reports that GameCode, a cross platform (Windows and MacOS) C++ class framework for game development, has just been released by Metrowerks under their MWPL." Apparently a Linux version is in progress. Documentation is online. -
Metrowerks announces CodeWarrior Tools for Linux
An Anonymous Coward wrote in to tell us that Metrowerks has announced CodeWarrior for Linux. It's not yet on their website, but he got it through PointCast. It'll be released in Spring 1999 and costs $449. (Students get it for $119). Given the copyright on the announcement, we cannot post the press release. I hope they release a demo-version. update Thanks to "broohaha" for this link to the press release. -
Metrowerks License for linux
Metrowerks have released a JIT for LinuxPPC, and a source code license allowing people to modify it, and post patches or binaries -- but not the full source. Note that only people from the USA, Canada, Japan, Australia, and the European Union (only those countries in it today) will be granted this license. Also the license only lasts a year. Ed Blackdown is apparently happy over this, but I find the restrictions over length and countries very distasteful. kaffe is an OpenSource alternative. -
Metrowerks License for linux
Metrowerks have released a JIT for LinuxPPC, and a source code license allowing people to modify it, and post patches or binaries -- but not the full source. Note that only people from the USA, Canada, Japan, Australia, and the European Union (only those countries in it today) will be granted this license. Also the license only lasts a year. Ed Blackdown is apparently happy over this, but I find the restrictions over length and countries very distasteful. kaffe is an OpenSource alternative.