Codewarrior compiler command line???2041 (12/14/2011 10:34:37 PM) comp.arch.embedded We are using CodeWarrior IDE v5.9.0 for a PPC project. We need to build some additional files externally, but CW is not forthcoming with the command line it is creating in the internal project file. (.mpc) I... Not
OMAP3530 privileged mode debugging with CCS4233 (5/26/2011 10:02:59 PM) comp.arch.embedded Is there anyone here who knows how to get TI Code Composer Studio to start a new project in Supervisor mode? The default is User mode which is great for linux but useless for anything else. Scott ______... Not
Subversion: svnserve or Apache?1653 (1/12/2011 12:52:59 AM) comp.arch.embedded I've been using subversion for a couple of years with svnserve. Last year or so with a version from Collabnet. Now the latest version from Collabnet only supports the Apache server. I feel like I have hear... Not
While(1) or for(;;) for infinite loops?15956 (12/4/2009 6:06:57 PM) comp.lang.c I assume this has come up before but I am getting nowhere with searches. To make an infinite loop, while(1) tends to generate lint/compiler warnings, for(;;) does not. Other than personal preference, are the... Not
va_args (va_start, va_end, va_list ) souce?1542 (11/7/2009 5:52:20 PM) comp.arch.embedded I'm trying to make a simplified printf that does not rely on stdarg.h and its accompanying baggage, so I need the source to the va_args functions. Including stdarg.h tends to pull in all sorts of extraneous l... Not
gcc - missing define?735 (10/24/2009 3:00:48 PM) comp.arch.embedded I'm building a project using gcc and coming up with a couple of missing defines. I've tried this with both native gcc with 686 for a target and ppc-elf-gcc with a ppc target. When it includes stdio.h there ... Not
OT - Project/Task/ToDoList tracking?431 (5/2/2009 4:51:46 PM) comp.arch.embedded Is anyone using a project/task/ToDoList tracking system that they like? I'm looking for a new/better way to track projects. Needs: Multi user, preferably client/server. Shared projects, tasks, lists. Should ... Not
MPC8349E-mITXE eval board046 (1/16/2009 5:28:40 PM) comp.arch.embedded Does anyone have a Freescale MPC8349E-mITXE that they would like to sell? I need one or two for an upcoming project. Scott ... Not
Manual needed TMS320C6416 TEB430 (12/3/2008 11:09:30 PM) comp.arch.embedded Does anyone have a manual for the TI TMS320C6416 TEB evaluation board. I have a board but seem to have lost the manual. Scott ... Not
OT - is there any decent DVD burning software? (+RANT)1041 (11/25/2008 4:45:04 PM) comp.arch.embedded I just spent 2 days with Nero 9. I read the reviews and lots of mags said it was better than Roxio 2009. Well - Nero 9 SUCKS - SUCKS - SUCKS - SUCKS - SUCKS! A 540MB download that doesn't include any manual... Not
QVGA touchscreen UI design tools?369 (10/26/2009 8:20:20 PM) comp.arch.embedded What tool options would the cognoscenti suggest for a UI design incorporating a QVGA touchscreen? Needs to have buttons, dynamic and static content etc., probably not animation or video. Probably ARM based, bu... speffSNIP(1031)
OT: Good SVN How-To?2841 (10/26/2009 9:40:09 PM) comp.arch.embedded A project I'm working on just shoved me over the threshold from RCS to SVN -- I just have to track multiple branches on this one. But I'm not a version control maven, I'm a @#$% algorithm guy! Any good SVN "... tim177(4404)
What coding standard are you using for C?5643 (11/4/2009 10:10:37 PM) comp.arch.embedded What coding standard are you using for C (if any)? Like naming variables, functions, constants, globals, locals, types etc.? for example: MyFunction(); myFunction(); My_Function() my_function() UART_read() ... gik(6)
RGMII interface - Rx - Ok, Tx - ?442 (11/5/2009 10:14:54 PM) comp.arch.embedded Hi, I am using a board with RGMII interface and facing some problems w.r.t reception(Rx) and transmission(Tx) of packets. I am trying to diagnose the problem. Is it possible that a port of a RGMII interface ca... karthikbalaguru79(791)
va_args (va_start, va_end, va_list ) souce?1542 (11/7/2009 5:52:20 PM) comp.arch.embedded I'm trying to make a simplified printf that does not rely on stdarg.h and its accompanying baggage, so I need the source to the va_args functions. Including stdarg.h tends to pull in all sorts of extraneous l... scott7146(164)
While(1) or for(;;) for infinite loops?15956 (12/4/2009 6:06:57 PM) comp.lang.c I assume this has come up before but I am getting nowhere with searches. To make an infinite loop, while(1) tends to generate lint/compiler warnings, for(;;) does not. Other than personal preference, are the... scott7146(164)
Subversion: svnserve or Apache?1653 (1/12/2011 12:52:59 AM) comp.arch.embedded I've been using subversion for a couple of years with svnserve. Last year or so with a version from Collabnet. Now the latest version from Collabnet only supports the Apache server. I feel like I have hear... scott7146(164)
undefined reference to sbrk541 (7/27/2011 4:27:26 PM) comp.arch.embedded I have tried to sort out the "unbdefined reference sbrk" message. First my system comfiguration, then my attempts. I have to build an executable (elf file) for powerpc with gnu-gcc 4.2.2. installed on windows X... domenico.dileo1(1)
Building uc/OS345 (10/16/2011 11:58:05 PM) comp.arch.embedded My goal is to gain experience working with an RTOS. After selecting uc/OS I have have the book and software. After installing the software and starting the book, I don't know how to build the kernnel. Chapter... b2(1)
Codewarrior compiler command line???2041 (12/14/2011 10:34:37 PM) comp.arch.embedded We are using CodeWarrior IDE v5.9.0 for a PPC project. We need to build some additional files externally, but CW is not forthcoming with the command line it is creating in the internal project file. (.mpc) I... scott7146(164)