Home :: Books :: Computers & Internet  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet

Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical
Reference
Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
IXP1200 Programming

IXP1200 Programming

List Price: $49.95
Your Price: $49.95
Product Info Reviews

<< 1 >>

Rating: 4 stars
Summary: Maybe it's just me, but...
Review: I'm using Windows 98. After installing the SDK, the Developer's Workbench would not allow me to create a Microengine C file nor add one to a project. The Workbench doesn't recognize the C compiler at all. The C compiler does get installed though. To use Microengine C, I have to run the compiler (uccl) in a DOS window. Here's a what I stuck into a batch file:

uccl -I c:\ixp1200\uEngineC\Include -Od -Ob1 -S -Fa -Qipo_obj -Zi %1

For the example in Chapter 3, add "-Qnthreads=1" in there to limit the code to a single thread. After compiling, you'll be left with an assembly language file (ending in .UC). This is the file you add to your project.

Of course, since the Workbench can't read in the C code, you can't use the C names for setting Data Watches and when you single-step, it will be via assmbly language instructions not lines of C. Still, it beats just sitting there and reading about all this!

Rating: 5 stars
Summary: An All Around Great Book!
Review: This book is an excellent resource. I very much appreciated the technical expertise of the authors, two obviously intellegent and practical engineers. A highly informative read for anyone working with the ixp12xx, I wish all technical books were written with such clarity and attention to detail!

Rating: 5 stars
Summary: An All Around Great Book!
Review: This book is an excellent resource. I very much appreciated the technical expertise of the authors, two obviously intellegent and practical engineers. A highly informative read for anyone working with the ixp12xx, I wish all technical books were written with such clarity and attention to detail!

Rating: 3 stars
Summary: But is the microC usefull?
Review: This book was certainly an excellent overview of designing applications for the IXP1200, and got me quite excited about the prospect of using Intel's microC to code applications for the board. Untill I found out that one can't program ACEs in microC that is.

What is the use of microC (all the book really covers) when you can't even use it to compeltely projects in the main paradigm of the embeded environment? This book would have deserved a 5/5 if the examples and projects had been in IXP1200 microcode instead.

Rating: 3 stars
Summary: But is the microC usefull?
Review: This book was certainly an excellent overview of designing applications for the IXP1200, and got me quite excited about the prospect of using Intel's microC to code applications for the board. Untill I found out that one can't program ACEs in microC that is.

What is the use of microC (all the book really covers) when you can't even use it to compeltely projects in the main paradigm of the embeded environment? This book would have deserved a 5/5 if the examples and projects had been in IXP1200 microcode instead.


<< 1 >>

© 2004, ReviewFocus or its affiliates