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

ARM: Error using "new" in Keil

$
0
0
Hello, I'm working with STM32F446RE nucleo64, i have to apply my work (done in C++) in this board, i have a function that have the pointer "new", something like this: int *SmoothingOpt(int maxpq, int p, int q,int VAD_buff[]) { int *VAD_buff_s = new int[maxpq+1]; ..... ..... ..... ..... } error: use of undeclared identifier 'new' How can i solve this problem ? other idea ? Thanks in advance.

Viewing all articles
Browse latest Browse all 3049

Trending Articles