当前位置:网站首页>更换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++
边栏推荐
- Redis daemon cannot stop the solution
- 01.Go语言介绍
- Thinking about the best practice of dynamics 365 development collaboration
- Competition question 2022-6-26
- Initialize MySQL database when docker container starts
- Minecraft 1.16.5 biochemical 8 module version 2.0 storybook + more guns
- 02. Go language development environment configuration
- SPI communication protocol
- This time, thoroughly understand the deep copy
- MySQL learning notes - subquery exercise
猜你喜欢

NiO related knowledge (II)

Online reservation system of sports venues based on PHP

2 power view
![[width first search] Ji Suan Ke: Suan tou Jun goes home (BFS with conditions)](/img/ec/7fcdcbd9c92924e765d420f7c71836.jpg)
[width first search] Ji Suan Ke: Suan tou Jun goes home (BFS with conditions)

Redis list

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

RDD partition rules of spark

Extracting key information from TrueType font files

Leetcode sum of two numbers

Use image components to slide through photo albums and mobile phone photo album pages
随机推荐
SQL statement
[width first search] Ji Suan Ke: Suan tou Jun goes home (BFS with conditions)
Method of changing object properties
How to use C to copy files on UNIX- How can I copy a file on Unix using C?
How does redis implement multiple zones?
SPI communication protocol
竞价推广流程
Audio and video engineer YUV and RGB detailed explanation
Executing two identical SQL statements in the same sqlsession will result in different total numbers
[solution] add multiple directories in different parts of the same word document
更改对象属性的方法
Global and Chinese markets of general purpose centrifuges 2022-2028: Research Report on technology, participants, trends, market size and share
[robot library] awesome robots Libraries
Xshell 7 Student Edition
Redis list
Leetcode sum of two numbers
leetcode3、实现 strStr()
Extracting key information from TrueType font files
论文笔记: 图神经网络 GAT
正则表达式:示例(1)