Quantcast
Channel: Keil Discussion Forum RSS Feed
Viewing all articles
Browse latest Browse all 3049

ARM: __attribute__((naked)) is this option available?

$
0
0
Hi I want to use this __attribute__((naked)) for one of my functions in keil, but it generates a warning that says main.c(6846): warning: #1207-D: unknown attribute "naked" This is my function prototype __attribute__((naked)) void myTestFunction(void) { } what's going on? what should I do to enable the naked!?

Viewing all articles
Browse latest Browse all 3049

Trending Articles