当前位置:网站首页>更换gcc版本后,编译出现make[1]: cc: Command not found
更换gcc版本后,编译出现make[1]: cc: Command not found
2022-07-06 02:05:00 【EXEC_CHRONICLE_KEY】
更换了低版本的GCC后,编译mbedtls库会报这个错误
如果不想换回默认GCC版本,可以在makefile 中加上以下两句
export CC := gcc
export CXX := g++
如果提示bignum.c:1994: error: ‘for’ loop initial declarations are only allowed in C99 mode
bignum.c:1994: note: use option -std=c99 or -std=gnu99 to compile your code
可以改成
export CC := gcc -std=c99 -std=gnu99
export CXX := g++
边栏推荐
- Apicloud openframe realizes the transfer and return of parameters to the previous page - basic improvement
- Flowable source code comments (36) process instance migration status job processor, BPMN history cleanup job processor, external worker task completion job processor
- Selenium waiting mode
- I like Takeshi Kitano's words very much: although it's hard, I will still choose that kind of hot life
- Lecture 4 of Data Engineering Series: sample engineering of data centric AI
- Campus second-hand transaction based on wechat applet
- RDD partition rules of spark
- 0211 embedded C language learning
- PHP campus financial management system for computer graduation design
- NiO related knowledge (II)
猜你喜欢

leetcode3、實現 strStr()
![[depth first search notes] Abstract DFS](/img/d4/0cfb5254b0c0d04b4400b4628637d5.jpg)
[depth first search notes] Abstract DFS
![[depth first search] Ji Suan Ke: Betsy's trip](/img/b5/f24eb28cf5fa4dcfe9af14e7187a88.jpg)
[depth first search] Ji Suan Ke: Betsy's trip

The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower

How to generate rich text online

Selenium waiting mode

leetcode3、实现 strStr()

The intelligent material transmission system of the 6th National Games of the Blue Bridge Cup

MySQL index

0211 embedded C language learning
随机推荐
Genius storage uses documents, a browser caching tool
selenium 等待方式
It's wrong to install PHP zbarcode extension. I don't know if any God can help me solve it. 7.3 for PHP environment
Selenium element positioning (2)
Lecture 4 of Data Engineering Series: sample engineering of data centric AI
selenium 元素定位(2)
Know MySQL database
MySQL lethal serial question 1 -- are you familiar with MySQL transactions?
正则表达式:示例(1)
竞价推广流程
Global and Chinese markets hitting traffic doors 2022-2028: Research Report on technology, participants, trends, market size and share
[network attack and defense training exercises]
NLP fourth paradigm: overview of prompt [pre train, prompt, predict] [Liu Pengfei]
Social networking website for college students based on computer graduation design PHP
Computer graduation design PHP college classroom application management system
Flowable source code comments (36) process instance migration status job processor, BPMN history cleanup job processor, external worker task completion job processor
The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
Spark accumulator
[flask] official tutorial -part2: Blueprint - view, template, static file
[ssrf-01] principle and utilization examples of server-side Request Forgery vulnerability