The new MDK 5.11 does not compile the previous programs that was created in MDK 5.10.
i install CMSIS 3.20.4 and the MDK Middleware 5.1.5 and select them for project but the compilation process ends with :
C:\Keil_v5\ARM\PACK\Keil\MDK-Middleware\5.1.5\FileSystem\Include\fs_config.h(10): error: #5: cannot open source input file "absacc.h": No such file or directory
Any ideas for solving this problem ?
Hi Jacob,
read the Release_Notes.htm file that comes with MDK 5.11.
Andreas
Thanks Andreas
I read it but i can not edit the C:\Keil_v5\ARM\PACK\Keil\MDK-Middleware\5.1.5\FileSystem\Include\fs_config.h(10) file because it is read only and a part of Middleware.
How can i do some thing to solve this ?
Yours Sincerely
Take a look to this appnote http://www.keil.com/appnotes/docs/apnt_266.asp
Installing this packs should do the job: http://www.keil.com/pack/ARM.CMSIS.3.20.4.pack http://www.keil.com/pack/Keil.MDK-Middleware.5.1.6.pack
Isn't absacc.h a C51 file?
http://www.keil.com/support/man/docs/c51/c51_absacc_h.htm
Thanks , i think that the problem have been solved
You mean it was the wrong toolchain?