2021年3月20日 星期六

[MEMO] fix build error for GetCurrentInterruptNumber function from gcc to armcc

 最近要移植一些gcc的程式到Keil-MDK上, 其中有一個GetCurrentInterruptNumber的程式無法編譯成功, 會有以下的錯誤產生.

error:  #18: expected a ")"




所以我們必須把它改成armcc可以支援的方式, 如下所示:



2021年3月6日 星期六

[MEMO] How to fix build error: too many positional arguments" on Keil-MDK 5.30 and later

 1. 最近在study NXP LPC5528 MCU, 發現從官網上抓下來的example code在編譯的時候, 會出現error: too many positional arguments.