From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x632.google.com (mail-ej1-x632.google.com [IPv6:2a00:1450:4864:20::632]) by sourceware.org (Postfix) with ESMTPS id E6BCD38582BC for ; Wed, 12 Oct 2022 12:17:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E6BCD38582BC Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ej1-x632.google.com with SMTP id d26so30478353eje.10 for ; Wed, 12 Oct 2022 05:17:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=80lTn1djUGaSAQDRL6Mu1cRM+23VHylhC5J5GI8x9NI=; b=FPSbwGIvIZFkOF04JsNsDQdtKAf7AaykfQLxa2FR1Atuf6iaBGOhmmemLkBhm2kEXR OsH+EJocijQvwYv66jlbqvla/kAzPHX3Q4vEu57rugY47XpGUNXwDGZ85tJcNpN0EJyF 9dUTGBdcfFryFIxHEujo57byGe5phwW4zN+e1vLbvUl2QdBfrTPIXglWMy42CisMiaU5 aAgSlPVajavilSXPEKV0/EJjE0o2SqldoU4FZE2UoMBbNw4MMNNL3SNMFzs1ShRoO4aj Voq8ZsOPGmNNkvVsWvLuFv+vLb9ycRwAoeYuZoBTWdEHzZDb0bcFEs7wuQqEZnDtsG7V BvhQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=80lTn1djUGaSAQDRL6Mu1cRM+23VHylhC5J5GI8x9NI=; b=fLeK9Dhjhe7mSvD/6n57cdCRRZEu1eQF3eYwzahHLuLX5G8y1SbK9MDNwibnuOunjL Uh1SI115Ze2xMpwFO4kaG8shNdVcTmvdSAR+xF5ZcxiEj0pmksFSFivGeTHeY2VyZ844 DN0qLlmh0tRGlkuWs3keWpIO962DD3SKOuPNQ0yiCyDMBcuLMh79frF4sybxcDwrU7lW Et9NH88C9VzG6TYnKQj88339SQa0xBW+cVz6NpE31R6ksJ7NN1QLcSE08dpEguxVOpNz oEenuALizQY99Gxwv450d9hnPEs+MGdJdIF0zJBhcrX4QxQ8y9neZxCFjozOB/PTzeZY m0tg== X-Gm-Message-State: ACrzQf1xW3ZFzoi9b/Tl7auZ+2pt8bst0hQurv0DJpGZtofGZQK3qgXh JW4ijfeNN+JNLhru1v7AnCyKd6wLxmxH6eB+d1c= X-Google-Smtp-Source: AMsMyM4Sy/mAqqbtWC1aT7g1S7rxWF/Aqg8zg62D2DIUleHLomLFF+uBBPARyoXJnX1Z+la1QzFKTS/RwUt/4yr6KtI= X-Received: by 2002:a17:906:9745:b0:78d:480f:cee7 with SMTP id o5-20020a170906974500b0078d480fcee7mr22392967ejy.192.1665577075371; Wed, 12 Oct 2022 05:17:55 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: David Edelsohn Date: Wed, 12 Oct 2022 08:17:43 -0400 Message-ID: Subject: Re: How to get started with the contribution To: zunzarrao deore Cc: gcc@gcc.gnu.org Content-Type: multipart/alternative; boundary="000000000000ec72f605ead56199" X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_05,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --000000000000ec72f605ead56199 Content-Type: text/plain; charset="UTF-8" On Wed, Oct 12, 2022 at 1:43 AM zunzarrao deore via Gcc wrote: > Respected Sir/ Mam , > I am Zunzarrao Deore, a computer science undergrad. I have just entered my > second year at D.Y. Patil college of engineering, Pune. I am new to open > source contribution but I am well aware of programming languages like C++, > Python, html and CSS also I have moderate knowledge of Data Structures and > Algorithms. > I would like to contribute to your organizations but could you tell me how > to get started ? > Hoping to hear from you soon. > Thanks for your interest in GCC. Welcome! A good place to start is the GCC Wiki Getting Started page: https://gcc.gnu.org/wiki/#Getting_Started_with_GCC_Development David Malcolm has written a wonderful introduction to GCC for newcomers: https://gcc-newbies-guide.readthedocs.io/en/latest/ and browse other recent answers to similar questions in the archives of this mailing list. Thanks, David > Regards > Zunzarrao. > --000000000000ec72f605ead56199--