A very simple scripts, but took me a while to found it. Basically in Trace32, I need to capture stack trace whenever a certain memory location is being written. I got tired of doing it manually, and have to copy & paste the stack trace everytime. Searching it in Google didn’t give me a clue, [...]
Monthly Archives: March 2009
Adding Custom Compilation Flags in XCode
I just found out how to add additional compilation Flags in XCode. It may looks stupid, but I couldn’t find it anywhere couple days ago . Basically just do “Get Info” on a project / target, and add user defined settings with this value : OTHER_CFLAGS and set the additional compilation flags : -DTARGET_OS_X -DMUDI_DEBUG [...]
Posted in software / tools Leave a comment