码迷,mamicode.com
首页 > 系统相关 > 详细

The problems when using a new ubuntu 18.04

时间:2019-02-02 19:22:47      阅读:244      评论:0      收藏:0      [点我收藏+]

标签:when   head   problems   ems   ubunt   use   auto   load   vim   

1. gcc and binutils must be installed.

 

errors: “CONFIG_X86_X32 enabled but no binutils support”

sudo apt-get install gcc

sudo apt-get install binutils

 

2. makefile in vs code, the tab key will be auto relaced by blank. so you can use vim or gedit to modify the makefile.

 

3. vs code install

download the package from official web.

sudo dpkg -i xx.deb

sudo apt-get update

sudo apt-get install libgconf-2-4 when this lib is not installed.

 

4. cc1: error: code model kernel does not support PIC mode

sudo gedit ../../../linux-headers-4.15.0-29/arch/x86/Makefile

 

The problems when using a new ubuntu 18.04

标签:when   head   problems   ems   ubunt   use   auto   load   vim   

原文地址:https://www.cnblogs.com/zjbfvfv/p/10348887.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!