I am porting code from x86 to armv7. The code is consist of several custom libs: one of them is LibC, so I have my own implementation of memset and other similar functions. But I faced a crash on arm. class WindowFrameFake { public: WindowFrameFake(); ~WindowFrameFake() { } private: Vector<Button*> m_buttons1; Vector<Button*> m_buttons2; LG::Color m_color ..
Category : arm-none-eabi-gcc
A number of students + myself have been attempting to set up a Zephyr RTOS build environment under Windows 10, to build applications that target various ARM Cortex M boards. We have each followed the Zephyr "Getting Started Guide" and ran into the same problem. When compiling for a number of different boards (let’s just ..
A number of students + myself have been attempting to set up a Zephyr RTOS build environment under Windows 10, to build applications that target various ARM Cortex M boards. We have each followed the Zephyr "Getting Started Guide" and ran into the same problem. When compiling for a number of different boards (let’s just ..
Recent Comments