From: Jonathan Rajotte-Julien via lttng-dev <lttng-dev@lists.lttng.org>
To: "Weber, John" <jweber1@ball.com>
Cc: "'lttng-dev@lists.lttng.org'" <lttng-dev@lists.lttng.org>
Subject: Re: [lttng-dev] [EXTERNAL] Re: lttng 2.12 install
Date: Tue, 24 Nov 2020 15:21:38 -0500 [thread overview]
Message-ID: <20201124202138.GA769862@joraj-alpa> (raw)
In-Reply-To: <8602eba582ba4806b5bf307cceef521d@ball.com>
Hi John,
AFAIK, you should be able to do so using something similar to the following:
make CC="your_compiler" HOSTCC="your_compiler" ...
Cheers
On Tue, Nov 24, 2020 at 07:22:10PM +0000, Weber, John wrote:
> Hi, thanks for your reply. So, on my system there are 2 gcc's. one installed by the OS and the other by installation of devtooset-6. Upon checking the versions of both I have 4.8.5 installed by OS in /usr/bin the other one from devtoolset is 6.3.1. Your reference to check /proc/version shows that it sees 4.8.5. how can I manipulate the install to use the gcc from /opt/rh/devtoolset-6/root/bin/gcc (which is 6.3.1)
>
> ----------------------------
> John Weber
> Ball Aerospace
> ITS ND System Administrator
> 10 Longs Peak Dr., Broomfield, CO 80021
> C: 303-807-3608 P: 303-234-2103
> E: jweber1@ball.com
>
>
>
>
>
>
>
> -----Original Message-----
> From: Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>
> Sent: Friday, November 20, 2020 11:48 AM
> To: Weber, John <jweber1@ball.com>
> Cc: 'lttng-dev@lists.lttng.org' <lttng-dev@lists.lttng.org>
> Subject: [EXTERNAL] Re: [lttng-dev] lttng 2.12 install
>
> Hi John,
>
> This does not seems to be directly related to the lttng-modules project.
>
> This errors seems to arise because of the compiler you are using to compile lttng-modules (kernel modules). The RETPOLINE check is part of the kernel build system, not directly lttng-modules.
>
> I would recommend that you take a look at the /proc/version file and the compiler that was used to compile your kernel.
>
> Also note that EfficiOS [1] provide commercial support if you ever need more in-depth support.
>
> Cheers
>
> [1] https://urldefense.proofpoint.com/v2/url?u=https-3A__www.efficios.com_contact_&d=DwIBAg&c=jF7FvYH6t0RX1HrEjVCgHQ&r=t_BRyMysL9XIchJvkrT9wQ&m=EB0u_nTE1tUx4ZXA7ENPxCS2zGFrbf0ZpfI5DiP051o&s=JumKvFuRjeKw-8NQkpWd1nN8ZOHAo-JMUMiqWc2Oq9o&e=
>
> On Fri, Nov 20, 2020 at 05:43:00PM +0000, Weber, John via lttng-dev wrote:
> > Hi, I have a centos 7.8 workstation that I'm trying to install lttng-modules & lttng-tools from source. Based on your install instructions I'm working on installing the modules part first and its failing. I am getting the error:
> > Make entering directory /usr/src/kernels/3.10.0-1127.19.1.el7.x86_64
> > Arch/x86/Makefile:166 *** CONFIG_RETPOLINE=y, but not supported by the
> > compiler. Compiler update recommended... stop
> > Make: modules error 2
> >
> > Help, how can I get this program to install? Im stuck. Also, my work environment is classified so there is no access to internet from high side.
> >
> > ----------------------------
> > John Weber
> > Ball Aerospace
> > ITS ND System Administrator
> > 10 Longs Peak Dr., Broomfield, CO 80021
> > C: 303-807-3608 P: 303-234-2103
> > E: jweber1@ball.com
> >
> >
> > [cid:image001.jpg@01D6BF29.AD6C5250]
> >
> >
> > [cid:image002.jpg@01D6BF29.AD6C5250]<http://www.ball.com/aerospace>
> >
> > This message and any enclosures are intended only for the addressee.
> > Please notify the sender by email if you are not the intended
> > recipient. If you are not the intended recipient, you may not use,
> > copy, disclose, or distribute this message or its contents or
> > enclosures to any other person and any such actions may be unlawful.
> > Ball reserves the right to monitor and review all messages and enclosures sent to or from this email address.
>
>
>
>
> > _______________________________________________
> > lttng-dev mailing list
> > lttng-dev@lists.lttng.org
> > https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.lttng.org_c
> > gi-2Dbin_mailman_listinfo_lttng-2Ddev&d=DwIBAg&c=jF7FvYH6t0RX1HrEjVCgH
> > Q&r=t_BRyMysL9XIchJvkrT9wQ&m=EB0u_nTE1tUx4ZXA7ENPxCS2zGFrbf0ZpfI5DiP05
> > 1o&s=tlmdamhJeWU81ADw4gyy0TeCGIhuLXutgPxwQNZsQUk&e=
>
>
> --
> Jonathan Rajotte-Julien
> EfficiOS
>
> This message and any enclosures are intended only for the addressee. Please
> notify the sender by email if you are not the intended recipient. If you are
> not the intended recipient, you may not use, copy, disclose, or distribute this
> message or its contents or enclosures to any other person and any such actions
> may be unlawful. Ball reserves the right to monitor and review all messages
> and enclosures sent to or from this email address.
--
Jonathan Rajotte-Julien
EfficiOS
_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
next prev parent reply other threads:[~2020-11-24 20:22 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-20 17:43 [lttng-dev] " Weber, John via lttng-dev
2020-11-20 18:47 ` Jonathan Rajotte-Julien via lttng-dev
2020-11-24 19:22 ` [lttng-dev] [EXTERNAL] " Weber, John via lttng-dev
2020-11-24 20:21 ` Jonathan Rajotte-Julien via lttng-dev [this message]
2020-11-24 21:02 ` Weber, John via lttng-dev
2020-11-24 21:18 ` Jonathan Rajotte-Julien via lttng-dev
2020-11-24 21:41 ` Michael Jeanson via lttng-dev
2020-11-24 22:01 ` Weber, John via lttng-dev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201124202138.GA769862@joraj-alpa \
--to=lttng-dev@lists.lttng.org \
--cc=jonathan.rajotte-julien@efficios.com \
--cc=jweber1@ball.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox