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."
topreacher@signature.slashdot.org 1% rm -rf sig
This might be good as it would allow a great technology(embedded linux) to gain more market share.
Also it will allow for a great chip manufature motorola and os to come together.
redundant
I used to work for a company that is now out of business that used to compete against both of these companies.
Lineo was the only company to come close to what we were doing in terms of execution speed and compatibility. It just boggles the mind that they sold out.
Though the company I was working for is now out of business, thanks to a very stupid CEO..
Meanwhile, a glance at Metrowerks website shows the company leaning strongly toward PDA applications, the market for which has been slumping as of late, and, as Gartner Dataquest's analysis tells it:
Note that the idea of Microsoft getting a leg up in "core infrastructure" integration means that the company also poses a threat to embedded applications for such "smart devices" as portable phones and videoconferencing technology.Though the overall outlook may seem bleak for these companies, a winner is someone who can look a challenge and see an opportunity. As a libertarian, I am anti-monolpoly, and thus I hope Metrowerks' leadership can show the kind of vision needed to put Lineo's intellectual capital to good use in counteracting the Microsoft menace.
::flails away with large clue-stick::
:)
Codewarrior has NOTHING to do with GNU.
- It was made pretty much from scratch by Metrowerks until Motorola bought them. (IOW, it has always been "proprietary".)
- It has always had a EULA. (It's not GPL'ed.)
It was originally just another Pascal compiler for Macintosh. Yes, the crappy old 68k Macs with the hack-job System n(where n is a fixed-point, one-place-after-the-decimal number less than 8). It was made into a frontend/backend IDE/plugin loader compiler with support for languages other than Pascal, most notably C++.
It became the de facto standard for Mac programming because Apple hadn't updated their MPW tools in years and Metrowerks updated for the PPC. (Yeah, that kind of "de facto" - the ubiquitous, Microsoft kind. Name a C++ compiler in widespread use for Windows development... now name one other than Visual C++. See?)
Codewarrior was the only decent way to make console apps for the Macintosh until MacOS X came out. CW has a thing called "SIOUX" - Simple Input/Output User eXchange" - a.k.a. a text console window. It worked pretty well, but things like system() were defined as:
void system(void *blah)
{
return 0;
}
You can see where that plan goes tits up... I believe they've updated their libraries to use OSX now, and give an error in HackOS 9.
The only thing you got right about Codewarrior is that it is overpriced. WAY overpriced. It retails for $400, and there's no upgrade path. It's $400 for CW Pro 5. 6 months later, CW Pro 6 comes out... another $400 if you want it. Lather, rinse, repeat.
All that having been said, it has a nice IDE...