5,616 reputation
1337
bio website
location
age
visits member for 4 years
seen May 20 at 5:48
stats profile views 460

May
7
awarded  Yearling
Mar
24
revised Are there conclusive studies/experiments on C compilation using a C++ compiler?
added 646 characters in body
Mar
22
answered Cannot run make - created executables
Mar
4
comment Multi-core simulators/emulators advice
@tc. : Not hard to find; my company (Mentor Graphics) sells one. See techdesignforums.com/practice/technique/…. It's a box the size of a large closet, and costs a few million dollars -- but it also does multicore cycle-accurate simulations pretty darn quick. For the original poster's use, though, there are probably software solutions that are good enough.
Mar
4
comment Multi-core simulators/emulators advice
What's your budget? There are commercial offerings that do this, but they are Not Cheap.
Feb
26
answered Is there a Linux radio standard?
Feb
25
awarded  Necromancer
Feb
23
awarded  Nice Answer
Feb
21
answered Getting the most of the GPU in an Embedded Platform
Feb
18
reviewed Reject suggested edit on project-euler tag wiki excerpt
Feb
18
answered C - So what does “return 0” actually mean?
Feb
15
comment How to make GCC output to stdout?
As ergosys's answer implies, some invocations of GCC will output an assembly file, not binary. In my case I want to look at it!
Feb
5
revised Good newbie instructions for creating minimal complete bug examples?
added 229 characters in body
Feb
4
comment Efficiently converting 16-bits short to 8-bits char
@ChrisStratton: Yup -- which is why it's useful to read the generated assembly every so often, just to make sure what you think is happening is actually happening! Although the case you describe is pretty clearly a bug in GCC.
Feb
3
revised Efficiently converting 16-bits short to 8-bits char
Fixed obvious bugs
Feb
3
reviewed Approve suggested edit on QMessageBox halts QTimer
Feb
3
reviewed Approve suggested edit on SoundPool autorun
Feb
3
reviewed Reject suggested edit on div within a div background of parent div not working on nested div
Feb
3
reviewed Leave Closed Python skip First line(field) in loop using CSV file?
Feb
3
answered Efficiently converting 16-bits short to 8-bits char