久久久久久久999_99精品久久精品一区二区爱城_成人欧美一区二区三区在线播放_国产精品日本一区二区不卡视频_国产午夜视频_欧美精品在线观看免费

 找回密碼
 立即注冊

QQ登錄

只需一步,快速開始

搜索
查看: 7497|回復: 16
打印 上一主題 下一主題
收起左側

Keil uVision4漢化前編譯stm32單片機沒問題,漢化后編譯stm32單片機出錯

  [復制鏈接]
跳轉到指定樓層
樓主
10黑幣
Keil uVision4漢化前編譯stm32單片機沒問題,漢化后編譯stm32單片機出錯。已經嘗試重裝Keil uVision4軟件多次了,但是每次破解后,不漢化編譯stm32單片機程序就沒有錯誤,漢化后編譯同一個stm32單片機也會出錯,想請教一下大家有什么辦法解決Keil uVision4漢化后出現的這個問題嗎?下面是具體的詳情:
1、這是沒有漢化前,編譯stm32單片機程序的詳情:
Build target 'Target 1'
compiling main.c...
compiling stm32f10x_it.c...
compiling public.c...
compiling core_cm3.c...
compiling system_stm32f10x.c...
assembling startup_stm32f10x_hd.s...
compiling stm32f10x_gpio.c...
compiling stm32f10x_rcc.c...
compiling led.c...
linking...
Program Size: Code=2744 RO-data=336 RW-data=40 ZI-data=1632  
FromELF: creating hex file...
".\output\工程模板.axf" - 0 Error(s), 0 Warning(s).

2、這是漢化后,編譯stm32單片機程序出錯的詳情:


Build target 'Target 1'
compiling main.c...
main.c: Warning: C3910W: Old syntax, please use '--via'.
main.c: Warning: C3910W: Old syntax, please use '--cpu'.
main.c: Warning: C3910W: Old syntax, please use '--apcs'.
compiling stm32f10x_it.c...
stm32f10x_it.c: Warning: C3910W: Old syntax, please use '--via'.
stm32f10x_it.c: Warning: C3910W: Old syntax, please use '--cpu'.
stm32f10x_it.c: Warning: C3910W: Old syntax, please use '--apcs'.
compiling public.c...
public.c: Warning: C3910W: Old syntax, please use '--via'.
public.c: Warning: C3910W: Old syntax, please use '--cpu'.
public.c: Warning: C3910W: Old syntax, please use '--apcs'.
compiling core_cm3.c...
core_cm3.c: Warning: C3910W: Old syntax, please use '--via'.
core_cm3.c: Warning: C3910W: Old syntax, please use '--cpu'.
core_cm3.c: Warning: C3910W: Old syntax, please use '--apcs'.
compiling system_stm32f10x.c...
system_stm32f10x.c: Warning: C3910W: Old syntax, please use '--via'.
system_stm32f10x.c: Warning: C3910W: Old syntax, please use '--cpu'.
system_stm32f10x.c: Warning: C3910W: Old syntax, please use '--apcs'.
assembling startup_stm32f10x_hd.s...
startup_stm32f10x_hd.s: Warning: A3910W: Old syntax, please use '--via'.
startup_stm32f10x_hd.s: Warning: A3910W: Old syntax, please use '--cpu'.
startup_stm32f10x_hd.s: Warning: A3910W: Old syntax, please use '--apcs'.
startup_stm32f10x_hd.s: Warning: A3910W: Old syntax, please use '--list'.
startup_stm32f10x_hd.s: Warning: A3910W: Old syntax, please use '--list='.
startup_stm32f10x_hd.s: Warning: A3910W: Old syntax, please use '--xref'.
compiling stm32f10x_gpio.c...
stm32f10x_gpio.c: Warning: C3910W: Old syntax, please use '--via'.
stm32f10x_gpio.c: Warning: C3910W: Old syntax, please use '--cpu'.
stm32f10x_gpio.c: Warning: C3910W: Old syntax, please use '--apcs'.
compiling stm32f10x_rcc.c...
stm32f10x_rcc.c: Warning: C3910W: Old syntax, please use '--via'.
stm32f10x_rcc.c: Warning: C3910W: Old syntax, please use '--cpu'.
stm32f10x_rcc.c: Warning: C3910W: Old syntax, please use '--apcs'.
compiling led.c...
led.c: Warning: C3910W: Old syntax, please use '--via'.
led.c: Warning: C3910W: Old syntax, please use '--cpu'.
led.c: Warning: C3910W: Old syntax, please use '--apcs'.
linking...
.\output\工程模板.axf: Warning: L3910W: Old syntax, please use '--via'.
.\output\工程模板.axf: Warning: L3910W: Old syntax, please use '--ro_base'.
.\output\工程模板.axf: Warning: L3910W: Old syntax, please use '--entry'.
.\output\工程模板.axf: Warning: L3910W: Old syntax, please use '--rw_base'.
.\output\工程模板.axf: Warning: L3910W: Old syntax, please use '--strict'.
.\output\工程模板.axf: Warning: L3910W: Old syntax, please use '--map'.
.\output\工程模板.axf: Warning: L3910W: Old syntax, please use '--xref'.
.\output\工程模板.axf: Warning: L3910W: Old syntax, please use '--callgraph'.
.\output\工程模板.axf: Warning: L3910W: Old syntax, please use '--symbols'.
.\output\工程模板.axf: Warning: L3910W: Old syntax, please use '--info'.
.\output\工程模板.axf: Warning: L3910W: Old syntax, please use '--info'.
.\output\工程模板.axf: Warning: L3910W: Old syntax, please use '--info'.
.\output\工程模板.axf: Warning: L3910W: Old syntax, please use '--info'.
.\output\工程模板.axf: Warning: L3910W: Old syntax, please use '--list'.
.\output\工程模板.axf: Warning: L6310W: Unable to find ARM libraries.
FromELF: creating hex file...
.\output\工程模板: Warning: Q3910W: Old syntax, please use '--i32combined'.
.\output\工程模板: Warning: Q3912W: Option 'nodebug' is deprecated.
.\output\工程模板: Warning: Q3910W: Old syntax, please use '--output'.
".\output\工程模板.axf" - 1 Error(s), 48 Warning(s).


3、如果把沒有漢化前的UV4圖標程序重新替換掉漢化后的UV4圖標程序,編譯這個stm32程序就又沒有問題了。
4、想請教一下大家,又沒有辦法解決Keil uVision4漢化后出現的這個問題,有的話,麻煩告知指教一下,謝謝!
5、隨附件是我用于編譯的stm32的單片機程序。
工程模板.rar (1.36 MB, 下載次數: 12)



分享到:  QQ好友和群QQ好友和群 QQ空間QQ空間 騰訊微博騰訊微博 騰訊朋友騰訊朋友
收藏收藏1 分享淘帖 頂 踩
回復

使用道具 舉報

沙發
ID:94031 發表于 2020-2-20 09:57 | 只看該作者
漢化后出現問題,說明漢化有問題,那就不要漢化。
回復

使用道具 舉報

板凳
ID:695041 發表于 2020-2-20 10:33 | 只看該作者
是不是編程環境不同呢?為何不嘗試一下keil4的MDK版本呢。
順帶說明一下哈:uvision 是IDE開發環境,好比是筆殼子
編譯器和鏈接器好比是筆芯
MDK就是裝了ARM芯的筆
不同的芯寫不同顏色的字

而且,這支筆可以裝好多筆芯,比如裝了C51,再裝MDK,那么新建項目時選STM32的時候就是ARM環境,選51的就是C51環境 。
以上僅供參考,因為我是小白。
回復

使用道具 舉報

地板
ID:625113 發表于 2020-2-20 11:02 來自手機 | 只看該作者
ad和keil等仿真軟件我都沒漢化過,漢化容易出問題
回復

使用道具 舉報

5#
ID:426861 發表于 2020-2-20 11:49 | 只看該作者
不要漢化,keil這個軟件安裝路徑都不允許有中文的
回復

使用道具 舉報

6#
ID:450261 發表于 2020-2-20 12:11 | 只看該作者
xuyaqi 發表于 2020-2-20 09:57
漢化后出現問題,說明漢化有問題,那就不要漢化。

我理解你的意思,但是我個人覺得如果可以漢化還是挺不錯的,漢化版還是有相當一部分人有需要的,在學習、入門這款軟件方面會覺得比較方便,所以我還是希望能解決這個漢化后出現的問題的
回復

使用道具 舉報

7#
ID:450261 發表于 2020-2-20 12:15 | 只看該作者
NUDE 發表于 2020-2-20 10:33
是不是編程環境不同呢?為何不嘗試一下keil4的MDK版本呢。
順帶說明一下哈:uvision 是IDE開發環境,好比 ...

謝謝回復!但是我安裝的就是MDK版本的,因為編譯stm32單片機要用MDK版本的才可以,我安裝的是Keil uVision4的MDK412版本的
回復

使用道具 舉報

8#
ID:450261 發表于 2020-2-20 12:18 | 只看該作者
Keil uVision4這款軟件使用比較廣泛,也有很多人有漢化,大家漢化后有出現我這個問題嗎?
回復

使用道具 舉報

9#
ID:546770 發表于 2020-2-20 14:32 | 只看該作者
不要漢化了吧,既然要編程,以后肯定要看芯片手冊的,躲不了英語的。
回復

使用道具 舉報

10#
ID:679425 發表于 2020-2-20 14:58 | 只看該作者
是不是有什么環境不同呢?
回復

使用道具 舉報

11#
ID:387641 發表于 2021-2-24 22:09 | 只看該作者
uVision4以后都很難漢化的!因為有部分菜單加密了常規反編譯難搞定,目前網上發的漢化版都有問題的!
回復

使用道具 舉報

12#
ID:879348 發表于 2021-2-25 08:21 | 只看該作者
為什么要漢化呢?就那幾個單詞
回復

使用道具 舉報

13#
ID:517951 發表于 2021-2-25 08:45 | 只看該作者
不需要漢化, 菜單上的那些單詞天天見,見多了就不陌生了. 漢化之后就見不到這些單詞, 該認識的還是一直不認識.
回復

使用道具 舉報

14#
ID:235954 發表于 2021-2-25 11:28 | 只看該作者
用英文習慣了,功能鍵經常使用就那幾個,也不用記很多單詞
回復

使用道具 舉報

15#
ID:886442 發表于 2021-2-25 16:46 | 只看該作者
漢化版用起來容易出問題,沒有漢化的軟件其實用起來也不是那么難,keil的話很簡單,幾個英文單詞而已。
回復

使用道具 舉報

16#
ID:649504 發表于 2024-3-24 21:46 來自手機 | 只看該作者
我也遇到此類問題,主要是target選項卡漢化后變了!
回復

使用道具 舉報

17#
ID:43600 發表于 2024-3-26 01:54 | 只看該作者
就是漢化出問題~別漢化。
回復

使用道具 舉報

您需要登錄后才可以回帖 登錄 | 立即注冊

本版積分規則

手機版|小黑屋|51黑電子論壇 |51黑電子論壇6群 QQ 管理員QQ:125739409;技術交流QQ群281945664

Powered by 單片機教程網

快速回復 返回頂部 返回列表
主站蜘蛛池模板: 亚洲成人999 | 国产91精品网站 | 五月婷六月丁香 | 亚洲第一网站 | 国产美女一区二区 | 影音先锋中文字幕在线观看 | 亚洲国产一区二区三区 | 婷婷综合色 | 男女一区二区三区 | 高清黄色网址 | 欧美小视频在线观看 | 国产精品视频网站 | 亚洲视频在线一区 | 欧美一级在线免费 | 日本三级网站在线观看 | 久久在线 | 日韩欧美国产精品一区二区三区 | 成人在线观看欧美 | 日韩三级在线 | 欧美精品久久久久久久久久 | 国产精品99久久久久久动医院 | 成人免费视频观看视频 | 毛片视频免费 | 午夜精品久久久久久久久久久久久 | 欧美精品 在线观看 | 岛国av一区二区三区 | 成人在线中文字幕 | 亚洲欧美一区二区三区在线 | 国产aⅴ爽av久久久久久久 | 国产精品久久久久久久久久久久久 | 国产麻豆乱码精品一区二区三区 | 欧美一级在线免费观看 | 欧美激情五月 | 亚洲精品3 | 欧美激情精品久久久久久变态 | 精品在线一区二区 | a级大毛片 | 久久av一区二区 | 亚洲日韩视频 | 精品一区二区三区在线观看国产 | 亚洲欧美日韩国产 |