Skip to content

Instantly share code, notes, and snippets.

View Reetok3's full-sized avatar

reetok99709 Reetok3

View GitHub Profile

https://github.com/Reetok3/mc-lang-3 第三回事前課題の3.4まで終わらました。 上のプログラムで、test4.mcを実行しようとすると、エラーが出てしまいます。

Error: unknown token when expecting an expression
Error: unknown token when expecting an expression
Error: unknown token when expecting an expression
Error: unknown token when expecting an expression
Error: unknown token when expecting an expression
Error: unknown token when expecting an expression

Ubuntu18.04にLLVMをインストールしたく、下の公式サイトに沿って、実行しているのですが、apt-keyコマンドでエラーが出てしまいます。 参考にしているサイト

バージョン情報

$ uname -a
Linux 5ec8707ea8b1 4.4.0-142-generic #168-Ubuntu SMP Wed Jan 16 21:00:45 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
$ apt --version
apt 1.6.12 (amd64)
@Reetok3
Reetok3 / a.md
Created September 24, 2019 12:53

Ubuntu18.04にLLVMをインストールしたく、下の公式サイトに沿って、実行しているのですが、apt-keyコマンドでエラーが出てしまいます。 参考にしているサイト

バージョン情報

$ uname -a
Linux 5ec8707ea8b1 4.4.0-142-generic #168-Ubuntu SMP Wed Jan 16 21:00:45 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
$ apt --version
apt 1.6.12 (amd64)
/*
* Copyright (c) 2000, 2002 - 2008 Apple Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
* Version 2.0 (the 'License'). You may not use this file except in
* compliance with the License. Please obtain a copy of the License at
* http://www.opensource.apple.com/apsl/ and read it before using this
$ uname -a
Darwin reetok99709-mbp.local 19.0.0 Darwin Kernel Version 19.0.0: Sun Aug 18 23:37:31 PDT 2019; root:xnu-6153.0.166~17/RELEASE_X86_64 x86_64
$ make --version
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

課題1.2のmakeで失敗してしまいます。

以下にバージョン、エラーを記載しました。

どのように対処すればいいのか教えていただけると嬉しいです。

環境、バージョン

環境、バージョンは以下のとおりです。

$uname -a                                                                                                                     20:41:07

課題1.2のmakeで失敗してしまいます。

以下にバージョン、エラーを記載しました。

どのように対処すればいいのか教えていただけると嬉しいです。

環境、バージョン

環境、バージョンは以下のとおりです。

$uname -a                                                                                                                     20:41:07

課題1.2のmakeで失敗してしまいます。

以下にバージョン、エラーを記載しました。

どのように対処すればいいのか教えていただけると嬉しいです。

環境、バージョン

環境、バージョンは以下のとおりです。

$uname -a                                                                                                                     20:41:07
@Reetok3
Reetok3 / homework1.md
Last active September 8, 2019 00:33
セキュリティミニキャンプ山梨2019第一回事前課題

つまずいたエラー・対策および解決策を並べました。

何か間違っている点があったら、ご指摘いただけると嬉しいです。

AppPkgというフォルダがWorkspace内で見つからない場合の対処

build.py...
 : error 000E: File/directory not found in workspace
 /home/*****/edk2/AppPkg (Please give file in absolute path or relative to WORKSPACE)
@Reetok3
Reetok3 / gist:a60387f036afe51206bfe55d45c4351f
Created September 7, 2019 15:24
セキュリティミニキャンプin山梨2019 第一回課題 エラー&解決策
つまずいたエラーと対策、解決策を並べました。
何か間違っている点などあったら、ご指摘いただけると嬉しいです。
## AppPkgというフォルダはWorkspace内で見つからないと言われる
```
build.py...
: error 000E: File/directory not found in workspace
/home/*****/edk2/AppPkg (Please give file in absolute path or relative to WORKSPACE)
```
###解決策