Convert Keil project to MCUxpresso

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Convert Keil project to MCUxpresso

2,526 次查看
ramazan_kurban3
Contributor III

Hi. I have a huge keil projectfor lpc1769 custom board and I switch my ide keil to MCUxpresso.My project have a 4 seperate source folder, startup folder, CMSIS and driver library folder. ı crete new project on mcuxpresso and copy paste all folders to the project but this gives  500 errors. Generaly bad instruction error . I includue all source folder in project properties/c c++ buil /  setting / includudes.

How can ı  import this project ?

Ekran Alıntısı.PNG

0 项奖励
2 回复数

2,306 次查看
ramazan_kurban3
Contributor III

My keil project has a lot of .s files. ı cant find how to make equivalent files for GNU of .s files and other files that i dont know. And i think that project need to makefiles and linker script how can ı generate this files ?

0 项奖励

2,305 次查看
BlackNight
NXP Employee
NXP Employee

Keil is using non-GNU assembler syntax.

It looks like you still have Keil assembly in your project:

You need to port that or use equivalent files for GNU.

0 项奖励