Ev3dev: 銆怮銆慉 question about gcc and build-essential

Created on 14 May 2016  路  6Comments  路  Source: ev3dev/ev3dev

today,I install the gcc by sudo apt-get install gcc
Now,it can compile and run the C program.
But,the person from Internet said:"You must install build-essential"
Must I install it?If I install it.What can it do?

question

All 6 comments

@LEXUGE Actually, these questions about Linux should not be asked at here, as they are not related to ev3dev. You should ask these questions like on stackexchange.com.

I actually don't install gcc and build-essential on my ev3dev environment. You should install it to a development machine (A machine for developing programs)

@dlech

Must I install it?If I install it.What can it do?

You can do whatever you want to. build-essential also installs make which is useful when compiling more than one file. Beyond that, I don't really know what else it provides. This is not my area of expertise.

@dlech So,I only install gcc.Can it work to compile one file?I think I don't dev big project/

yes

thank you.the C program can run on the EV3

Was this page helpful?
0 / 5 - 0 ratings

Related issues

fferri picture fferri  路  9Comments

dlech picture dlech  路  5Comments

osmado picture osmado  路  6Comments

mrgolfr picture mrgolfr  路  8Comments

dlech picture dlech  路  5Comments