Linux作为开发主机吗?

2 posts / 0 new
Last post
mattisfjallstrom
Offline
Last seen:2 years 10 months ago
Joined:2017-03-01 01:29
Linux作为开发主机吗?

Just getting started with the 14580 and 14583. There are versions of SmartSnippets studio and toolbox, and the SDK, for 64-bit Linux, but it seems the ARM gcc compiler included isn't built for a 64-bit system (it seems to be 32 bit, at least according to 'file'). I also keep seeing mentions of Keil here and there in the documentation, and as far as I can tell Keil tools are Windows only.

Is it possible to use Linux as a development host for Dialog Semiconductors platforms, or should I give up on that approach? If it's possible, then where do I find information about setup etc.?

Thanks in advance,

Mattis

Device:
MT_dialog
Offline
Last seen:2 months 1 week ago
Staff
Joined:2015-06-08 11:34
嗨mattisfjallstrom,

嗨mattisfjallstrom,

For the 58x family only keil compiler is supported and not the GNU tools (these tools are only supported for the 68x family). So in order to develop a 58x application you will need a windows machine. There is a document that mentions steps for porting the SDK from keil to the GNU but the document is quite obsolete and the procedure isn't that straight forward. So my recommendation would be to use keil for your application, in any case you can have a look at the (AN-B-024 : Porting a keil uVision project to the GNU chain tool), you will be able to find the Documents tab, at the application Notes section.

Thanks MT_dialog