X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=ztyqLFy0R+gcxK8EmiexBYbGbxdTwcWivLdusWEhQRc=; b=hDiEURDpgAuaWmCt7ZCszkve5qUsDQkcbbRQ0u5BF6PHxBtJPJufR9a2uL0ouGXvWb ZAZtML+q/U94WdO0rC54sHwpW9vDgr3obkW1iZ1cAa/SYb+X5IyYlRM+FbeQe9anF/2+ 8W5rMHWUNpUTmNGEDi09sW+ARuGTb/2NZ1mBdPy6qluyJ96RVBGGLqv/MbzjtemwQ8Rn IFftmN1j4O//IDwj6Ce46a3wnyz46+iQ4xmEwZuH92vQvXi7QUneVVPxt8gcyiyTA6tr kZoLzFZK0ysD3TxPWyF4HUoRyU1A7o+tIMrd8WjqF3GrJies4APYeuofe3cMQnFEUBLw 2P8Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=ztyqLFy0R+gcxK8EmiexBYbGbxdTwcWivLdusWEhQRc=; b=2hJsaLt7tPMa+H0NCvYklae5uzPYuVFXZIHhtasNfmZ5aEdDbfWsWk5JtEDy0TsWad HFFNearull2+k1dl/f4cd4dOUrTrZppACk40PLpj8fAXC62fd2UiZLJ+eWJc8R/6ITQN x2fJ98vwyNdDrP1RxGyiwy9TEJbS+AvVqZ4sxi90TBFWfwmtwgdk62ysH3BxLuChzC2d KfWm+yAmSSFeqdxFC4fYK96TOOz+sRQ6oZVrMQzf7E2ALkVxWukQt5Rl9Pc/NBckWEPl tjuETQsheRbmWJ+mu9Bsmttf/x7s4J8WimqruPc8V41ywl1J57tVWHU0DSoMUMnekG+n RdhQ== X-Gm-Message-State: AFqh2krSd6dSEBYIL3Jg4Cd9IeBPBkadsfee8Q12QqqUnv5qXJLohE3n PU5fKmSCEe72UmtmL87R1SRW04p0X/IBXfDAPZmwRiVFWLc= X-Google-Smtp-Source: AMrXdXv/ktE5xKlHQsD5HMb8Aep7Mdb6RTEJn5LkS6kEStrepNvf7Th8H93M8wEiIfJrT7Qrl4dyKf20VJgKhoMT264= X-Received: by 2002:aa7:ccc2:0:b0:46f:dae1:957e with SMTP id y2-20020aa7ccc2000000b0046fdae1957emr5693272edt.20.1672869968487; Wed, 04 Jan 2023 14:06:08 -0800 (PST) MIME-Version: 1.0 From: "Dmitry (dmitry1976 AT gmail DOT com) [via geda-help AT delorie DOT com]" Date: Thu, 5 Jan 2023 01:05:56 +0300 Message-ID: Subject: [geda-help] gnetlist additional symbols repository To: geda-help AT delorie DOT com Content-Type: text/plain; charset="UTF-8" Reply-To: geda-help AT delorie DOT com Hello! I can't find how to teach gnetlist to find my custom components in a directory other than the system components directory. For example in /custom/path/mylib/ there are some .sym files with my custom components. For gschem can find them it is sufficient to add to gschemrc file string: (component-library "/custom/path/mylib/" "My Lib") But I can't find any way to make gnetlist use this directory. I've tried: gnetlist -L /custom/path/mylib/" gnetlist -c '(component-library "/custom/path/mylib/" "My Lib")' but gnetlist always says like this: WARNING: Found a placeholder/missing component, are you missing a symbol file? [vector2.sym] This may be a simple question and it is described in the documentation, but I could not find a solution. Please, help. -- Dmitry