Brew Question:
Download Job Interview Questions and Answers PDF
What guidelines should be followed when compiling an application in Thumb mode?
Answer:
The function AEEMod_Load() must be moved to a different source file and this file must be compiled in ARM mode. AEEMod_Load() must always be compiled in ARM mode.
All files that are compiled in thumb mode MUST have the INTERWORK compiler option turned on. If this option is NOT turned on in the make file, the app will very likely crash.
All files that are compiled in thumb mode MUST have the INTERWORK compiler option turned on. If this option is NOT turned on in the make file, the app will very likely crash.
Download Brew Interview Questions And Answers
PDF
Previous Question | Next Question |
What compilers can be used to compile BREW applications? | What to do if we installed ARM BREW Builder or ARM Development Suite into a path with spaces? |