搜索
bottom↓
回复: 26

SEGGER Embedded Studio 免费的ARM开发环境

[复制链接]

出0入0汤圆

发表于 2017-12-15 09:37:51 | 显示全部楼层 |阅读模式
SEGGER Embedded Studio 使用crossworks for ARM相同的开发编译器GCC,和相似的CPU packages文件。
对非商业用途完全免费,没有时间和代码限制。不用在找破解的编译器了,支持JLINK和模拟仿真。https://www.segger.com/downloads/embedded-studio/
调试界面简洁易用。
JLINK通杀所有的ARM核芯片,某宝只要几十元,这个和我一样穷人的福气呀。

阿莫论坛20周年了!感谢大家的支持与爱护!!

月入3000的是反美的。收入3万是亲美的。收入30万是移民美国的。收入300万是取得绿卡后回国,教唆那些3000来反美的!

出0入8汤圆

发表于 2017-12-15 09:39:39 | 显示全部楼层
关注一下,谢谢分享!

出0入0汤圆

发表于 2017-12-15 10:56:27 | 显示全部楼层
基于gcc本来就是免费没有限制的,不过制作成为一个方便使用的软件包,还全平台通用,支持,如果以后支持更多的 cpu就更好了。
目前clion 和qt creator换着用,还算可以。

出20入186汤圆

发表于 2017-12-15 10:56:27 | 显示全部楼层
关注一下,谢谢分享!           

出0入0汤圆

发表于 2017-12-15 11:18:39 | 显示全部楼层
谢谢分享!  

出0入0汤圆

发表于 2017-12-15 11:56:09 | 显示全部楼层
编译后的二进制代码质量还不敢恭维

出0入0汤圆

发表于 2017-12-15 12:23:26 来自手机 | 显示全部楼层
myxiaonia 发表于 2017-12-15 11:56
编译后的二进制代码质量还不敢恭维

对比过吗

出0入0汤圆

发表于 2017-12-15 13:48:14 | 显示全部楼层

是啊 用一个小项目比较了下  双方都开最高优化  gcc的编译器无法充分利用arm的通用寄存器

出0入12汤圆

发表于 2017-12-15 13:53:52 | 显示全部楼层
myxiaonia 发表于 2017-12-15 13:48
是啊 用一个小项目比较了下  双方都开最高优化  gcc的编译器无法充分利用arm的通用寄存器 ...

参数能提供一下?

出870入263汤圆

发表于 2017-12-15 16:48:27 | 显示全部楼层
myxiaonia 发表于 2017-12-15 13:48
是啊 用一个小项目比较了下  双方都开最高优化  gcc的编译器无法充分利用arm的通用寄存器 ...

网上对比的不少:IAR优于ARM Compiler优于GCC
但是,目标板运行linux的产品没办法,只能gcc。

出0入0汤圆

发表于 2017-12-15 17:21:17 | 显示全部楼层
刚才安装试了试,没发现比MDK优势的地方

出0入0汤圆

发表于 2017-12-15 19:14:15 来自手机 | 显示全部楼层
xingkong911 发表于 2017-12-15 17:21
刚才安装试了试,没发现比MDK优势的地方

因为你用盗版  唯一优势不要钱被你跳过了

出0入0汤圆

发表于 2017-12-15 19:16:19 来自手机 | 显示全部楼层
huangqi412 发表于 2017-12-15 19:14
因为你用盗版  唯一优势不要钱被你跳过了

确实,国人大多版权意识比较薄弱

出0入22汤圆

发表于 2017-12-15 20:02:17 来自手机 | 显示全部楼层
自动完成功能如何?真希望能够实现vs那种自动完成,真舒服。

出0入0汤圆

发表于 2017-12-15 20:07:43 | 显示全部楼层
多谢分享,下载试试看

出0入0汤圆

发表于 2017-12-15 20:39:10 | 显示全部楼层
早就用上了,在MAC上用,太方便了。不过编辑器太弱了,比MDK好不了多少,所以我用VisualStudio Code

出0入0汤圆

发表于 2017-12-16 01:09:40 | 显示全部楼层
mac可以用,这个很好

出0入8汤圆

发表于 2017-12-16 11:52:18 来自手机 | 显示全部楼层
nanfang2000 发表于 2017-12-15 20:39
早就用上了,在MAC上用,太方便了。不过编辑器太弱了,比MDK好不了多少,所以我用VisualStudio Code ...

能不能出个vs code单片机开发配置教程

出0入0汤圆

发表于 2017-12-16 11:53:32 | 显示全部楼层
armstrong 发表于 2017-12-15 16:48
网上对比的不少:IAR优于ARM Compiler优于GCC
但是,目标板运行linux的产品没办法,只能gcc。 ...

估计是要用linux库,这个确实比较麻烦的

出0入0汤圆

 楼主| 发表于 2017-12-16 14:49:07 | 显示全部楼层
工具没有什么最好,在于你对它的熟悉了解!GCC能发展到今天,而且这么多人在用,这说明了什么呢?

出0入0汤圆

 楼主| 发表于 2017-12-16 14:51:48 | 显示全部楼层
昨天又发布了更新
Version 3.34
Build

Added missing __powidf2 and __powisf2 compiler helper functions.
Updated the LLVM/Clang tools build to use the 5.0.0 source release.
Added EmbeddedStudioVersionNumber system macro.
The inttypes.h header file now includes stdint.h as per the c99 standard.
Added "Math Errno" project option.
Dependency files are now deleted on project rebuild/clean.
Does not link Externally Built Executable projects that have a specified Load File.
Does not compile files in Externally Built Executable projects that do not have compile command(s).
Debug

Added missing JLinkDevices.xml file and accompanying flash loaders.
J-Link Control Panel window now works with multiple J-Links attached.
Fixed generation of symbols when address_symbol and size_symbol attributes are used in a memory map or section placement files.
Fixed crash with IAR v8 generated elf files.
Fixed usage of brackets in debug watch expressions.
Additional load files can be relative to the project directory.
Fixed crash when scrolling the disassembly window with the mouse wheel when debugger is not running.
Documented the file format for the "Type Interpretation File" project property.
Updated shipped J-Link software to V6.22d.
IDE

Environment option descriptions are now selectable.
Improved performance of text editor brace matching in long files.
Added Text Editor > Formatting > Additional Formatting Styles environment option.
Added case sensitivity, whole word and regular expression options to code edit's incremental search dialog.
Code editor's incremental search dialog no longer resets find dialog settings.
Fixed drag and drop of file onto a project explorer file node from an external program.
Fixed loss of focus when an expanded project explorer node is deleted.
Fixed renaming of build configurations not applying when clicking on another build configuration after change.
Fixed crash when pressing Ctrl+Shift+T.
Modified macOS text editor cursor key mapping to be more like other macOS text editors.
Double clicking on company logo images in package manager and new project wizard now has no effect.
Fixed update of registers window status message when no registers are selected.
Fixed display of multi-line messages in output window's task view.
Code editor suggestions now inserted on all lines when in block edit mode.
Code editor replace all now only replaces text within block when in block selection mode.
WebKit web browser now uses display scaling factor.
Show Large Icons In Toolbars option now applies to docking windows.
Added keyboard shortcut editor to environment options dialog.
Fixed crash that occured when cancelling the new project wizard when on the edit common project settings page.
Fixed code editor suggestion popup not restoring opacity when ctrl key is released.
Pasting of a block selection is now done as a block insertion even if text editor is not in block edit mode.
Fixed text terminal not staying at end of file when maximum line limit is reached.
Licensing

Fix macro expansion of "Target Device" on license check.
Do license check when active project is changed.
License check now applies to "Library" project types based on the "Core Type".
Fixed installation of license strings containing UNICODE characters.
Fixed wireless network interfaces not being included in list of network adapters on Windows.

出0入0汤圆

发表于 2017-12-16 15:43:07 | 显示全部楼层
安哥卖了十几个JLINK,吃了官司被罚了5万

出0入0汤圆

发表于 2017-12-16 16:47:13 来自手机 | 显示全部楼层
huangqi412 发表于 2017-12-15 19:14
因为你用盗版  唯一优势不要钱被你跳过了

公司买了套正版的

出0入0汤圆

发表于 2020-1-7 16:01:56 | 显示全部楼层
license 哪里申请呢?

出0入0汤圆

发表于 2022-2-10 00:10:22 | 显示全部楼层
kdtcf 发表于 2017-12-16 15:43
安哥卖了十几个JLINK,吃了官司被罚了5万

现在准备转到DAP了,  JLINK 还是太贵了.

出0入0汤圆

发表于 2022-2-10 10:56:28 | 显示全部楼层
zlo 发表于 2022-2-10 00:10
现在准备转到DAP了,  JLINK 还是太贵了.

我也在用DAP

出0入42汤圆

发表于 2022-8-16 09:33:55 | 显示全部楼层
刚去官网看了,收费的。价格1980欧元。https://www.segger.com/purchase/pricing/embedded-studio/
回帖提示: 反政府言论将被立即封锁ID 在按“提交”前,请自问一下:我这样表达会给举报吗,会给自己惹麻烦吗? 另外:尽量不要使用Mark、顶等没有意义的回复。不得大量使用大字体和彩色字。【本论坛不允许直接上传手机拍摄图片,浪费大家下载带宽和论坛服务器空间,请压缩后(图片小于1兆)才上传。压缩方法可以在微信里面发给自己(不要勾选“原图),然后下载,就能得到压缩后的图片】。另外,手机版只能上传图片,要上传附件需要切换到电脑版(不需要使用电脑,手机上切换到电脑版就行,页面底部)。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|Archiver|amobbs.com 阿莫电子技术论坛 ( 粤ICP备2022115958号, 版权所有:东莞阿莫电子贸易商行 创办于2004年 (公安交互式论坛备案:44190002001997 ) )

GMT+8, 2024-4-25 15:20

© Since 2004 www.amobbs.com, 原www.ourdev.cn, 原www.ouravr.com

快速回复 返回顶部 返回列表