eide icon indicating copy to clipboard operation
eide copied to clipboard

An embedded development environment for mcs51/stm8/avr/cortex-m/riscv on VsCode.

Results 40 eide issues
Sort by recently updated
recently updated
newest added

EIDE.ARM.GCC.Install Director 无法适应linux环境下的安装路径, 我将其设置为/bin/,其自动补全为/bin/bin 并提示无法找到编译器gcc的安装位置 `无法找到编译器 'GCC' 的安装位置 !, [path]: '/bin/bin'`

keil安装AC6.21后armclang可以选择ARM语法,eide里armclang只能选GNU语法,希望能支持一下 ![PixPin_2024-01-24_21-09-48](https://github.com/github0null/eide/assets/91746341/f4f1b31b-55aa-4040-908c-e37f5ebb3bfc)

使用环境 操作系统版本:MacOS Ventura 13.4 操作系统平台(x86/x64):arm64 VsCode 版本:1.79.1 EIDE 插件版本:v3.13.2023060401,从v3.10.11(不含)之后的所有版本都不行 C/C++ 插件版本:v1.15.4 何种编译器(keil_c51/sdcc/armcc5/armgcc/...):sdcc 编译器版本(非编译问题可忽略):sdcc 4.2.0 #13081 描述问题 正在文件夹 STC8A.TEST 中执行任务: unify_builder -p /Users/zhangqi/Projects/MCS-51/STC8A.TEST/build/Debug/builder.params 从3.10.11升上来之后,就无法生成hex或bin了 ,甚至整个build/Debug目录也只生成了builder.params和unify_builder.log两个文件,并且unify_builder.log是空的。控制台最多只输出上面那一段话,就像是完全没有调用sdcc一样 屏幕截图 ![image](https://github.com/github0null/eide/assets/72839112/a1189bfa-633c-41c5-a7ae-1d3aa14227e2) 转载论坛链接:https://discuss.em-ide.com/d/533-v31011hex/4

**What are you doing?** Tell us what you were doing when the bug occurred. 当同时启用EIDE 与 LaTeX Workshop 时,在编写LaTeX文档后,使用latexmk 编译会使用EIDE的内置perl。由于EIDE内置的perl版本过低,会导致latexmk编译失败。因此需要关闭EIDE,十分麻烦。 **Describe the bug** A clear and concise description of what...

**What you want to do** I wanna use c++17 features while building the project **Describe the problem** The newest selection in the list was just "c++14" Arm Complier 6 was...

compilation failed at : "..\Middlewares\Third_Party\FreeRTOS\Source\portable\IAR\ARM_CM0\portasm.s", exit code: 3 command: "d:\IAR9\arm\bin\iasmarm.exe" -S --thumb -w+ -l .\build\DT630_V1\__\__\Middlewares\Third_Party\FreeRTOS\Source\portable\IAR\ARM_CM0\portasm.lst --cpu Cortex-M0 --endian little -r -s+ -n -o .\build\DT630_V1\__\__\Middlewares\Third_Party\FreeRTOS\Source\portable\IAR\ARM_CM0\portasm.o .\..\..\Middlewares\Third_Party\FreeRTOS\Source\portable\IAR\ARM_CM0\portasm.s at unify_builder.Program.Main(String[] args_) --- Error...

**What you want to do** Using µVision I can define the start and size of external memory. ![image](https://github.com/github0null/eide/assets/3590829/45a7cc6a-2cbc-4b0f-be9d-8ada25837907) Does eide have any way to also define this value? **Describe the...

**What are you doing?** 利用STM32标准库中的stm32f10x_flash.h提供的函数操作flash **Describe the bug** 编译错误,stm32f10x_flash.h内的函数全部提示undefined reference to XXXX,但使用其他库就不会有问题,例如使用stm32f10x_usart.h做串口通讯就不会出问题。 d:/apps/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: ./build/Debug/src/FlashStore.o: in function `FlashStore_Save': d:\Source\Test/./src/FlashStore.c:25: undefined reference to `FLASH_Unlock' d:/apps/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: d:\Source\Test/./src/FlashStore.c:26: undefined reference to `FLASH_ErasePage' d:/apps/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: d:\Source\Test/./src/FlashStore.c:28:...

![image](https://github.com/github0null/eide/assets/51937497/bce9b5ad-55aa-4e01-9c84-e8502cd3de24)

如题,希望在设置中新增一个接口,允许用户自主选择eide终端的字符编码(UTF-8/GB2312/Unicode等)