Skip to main content

All Questions

0 votes
1 answer
87 views

gcc build error

when I configure gcc I got a error message could anyone help me ? plz.. messages.. checking whether the C compiler works... no configure: error: in `/home/kjs0625/gcc/gcc-13.1.0': configure: error: C ...
Rahul Nitin's user avatar
0 votes
0 answers
2k views

Can't find `C/C++: gcc build and debug active file`, when trying to compile C program in vscode classic on manajro

When I click the arrow button: I get these options: I'm looking to get the C/C++: gcc build and debug active file option. This is a freshly installed manjaro and vscode. Vscode was installed via ...
Manfred's user avatar
  • 25
0 votes
1 answer
939 views

Change console size

I'm trying to run linux kernel inside VMware from iso image compiled from sources. At the current moment I'm trying to start initramfs but for some reasons it crashes. My problem is I cannot know why ...
Юрий Баринов's user avatar
0 votes
0 answers
70 views

changing one compilation of make

Is it possible to change some specific compilation made when executing Make, say by appending some new option for the compiller used for one target? One thing I want to do is to modify options because ...
jeferson lemos's user avatar
1 vote
1 answer
43 views

Is installation only copying some files in some specific folders? [closed]

I am interested to know when I install something like opencv for example, it just copies some files/folders in some folders/directories like usr/local/include or usr/local/lib? Or maybe some extra ...
user3486308's user avatar
0 votes
1 answer
2k views

(Buildroot) "silentoldconfig" error on compile

I just moved an old buildroot folder from an old VM to a newer one to consolidate. I thought that simply moving the folder, along with any dependent folders, and making the appropriate path/name ...
lukemk1's user avatar
  • 39
0 votes
1 answer
521 views

build/install configure error can't create

I know it's been beat to death, but I'm at my wits end with this. I've followed all the entries that I can take. I'm trying to build this program on Debian 8.6. I added the blank line where I grep ...
Jana's user avatar
  • 1
3 votes
1 answer
4k views

How to enable access to the kernel config file through /proc/config.gz?

I see this on the Internet: General Setup ---> <*/M> Kernel .config support [*] Enable access to .config through /proc/config.gz But can't understand what's that mean? I have ...
user3486308's user avatar
1 vote
1 answer
326 views

Why can't avoid config before compile Linux kernel?

I copied myconfig file, into /tmp/build/.config And, make O=/tmp/build/ vmlinux. And it keeps asking me to config again. I tried to make O=/tmp/build menuconfig, and load the myconfig. Still, ...
wuyihao's user avatar
  • 168
0 votes
1 answer
3k views

How to turn off stack protector in linux kernel easily? [duplicate]

I wrote a simple module for the Linux Kernel and it has a stack buffer overflow vulnerability. I want to exploit the module, but I have to turn off the stack protector in the kernel first. How could I ...
user126623's user avatar
2 votes
1 answer
209 views

Linux kernel build : shouldn't make <manufacturername>defconfig yield the same .config file?

I'm building a cross compiled 3.2.15 kernel for a Marvell Armada 370 system. The vendor's default config file for this is armada_370_v7up_defconfig. So when I perform a make ...
SeanLabs's user avatar
  • 701
1 vote
0 answers
540 views

"un-select" behavior in kconfig

Are there any ways to generate the behavior of an "un-select" over an option? I don't want the option to disappear ("depends on" behavior), but just the opposite behavior of "select". Thank you very ...
Elena's user avatar
  • 11
7 votes
2 answers
3k views

Using Linux kernel config file from version to version

I have currently Linux Kernel 2.6, which works for my hardware. Now I want to compile Linux kernel 3.2 for the same hardware. Can I use the same .config of 2.6 directly for v3.2? Is there any ...
pppsandeep's user avatar
0 votes
1 answer
253 views

kernel config with strange dependancies

I am trying to build the Android Linux kernel from source following this README. The instructions very clearly state: 1.1 Required enabled config options: After building a standard defconfig, ...
Brad S's user avatar
  • 11
7 votes
3 answers
17k views

How do I determine which configuration options an rpm package is built with?

This is my first question and I'm still pretty new so please forgive me if I've missed or botched something, or if this is an obvious solution. I'm using CentOS 5.8 (yes I know it's ancient) and ...
bendobot's user avatar

15 30 50 per page