Skip to content
This repository has been archived by the owner on Aug 11, 2019. It is now read-only.

commit [1c8701f] fails to compile #15

Closed
EastAPOLO opened this issue Jan 21, 2018 · 2 comments
Closed

commit [1c8701f] fails to compile #15

EastAPOLO opened this issue Jan 21, 2018 · 2 comments

Comments

@EastAPOLO
Copy link
Collaborator

stefan:[~/sources/lambdaOS]$ make -j10
make: *** No rule to make target 'target/x86_64-lambda/debug/liblambdaOS.a', needed by 'build/kernel-x86_64.bin'.  Stop.
make: *** Waiting for unfinished jobs....
   Compiling bit_field v0.7.0
   Compiling once v0.3.3
   Compiling bitflags v1.0.1
   Compiling siphasher v0.2.2
   Compiling spin v0.4.6
   Compiling volatile v0.1.0
   Compiling byteorder v0.5.3
error: Error loading target specification: Could not find specification for target "x86_64-lambda"
  |
  = help: Use `--print target-list` for a list of built-in targets

error: Error loading target specification: Could not find specification for target "x86_64-lambda"
  |
  = help: Use `--print target-list` for a list of built-in targets

error: Error loading target specification: Could not find specification for target "x86_64-lambda"
  |
  = help: Use `--print target-list` for a list of built-in targets

error: Error loading target specification: Could not find specification for target "x86_64-lambda"
  |
  = help: Use `--print target-list` for a list of built-in targets

error: Could not compile `once`.
warning: build failed, waiting for other jobs to finish...
error: Could not compile `bitflags`.
warning: build failed, waiting for other jobs to finish...
error: Could not compile `siphasher`.
warning: build failed, waiting for other jobs to finish...
error: Error loading target specification: Could not find specification for target "x86_64-lambda"
  |
  = help: Use `--print target-list` for a list of built-in targets

error: Could not compile `bit_field`.
warning: build failed, waiting for other jobs to finish...
error: Error loading target specification: Could not find specification for target "x86_64-lambda"
  |
  = help: Use `--print target-list` for a list of built-in targets

error: Could not compile `volatile`.
warning: build failed, waiting for other jobs to finish...
error: Could not compile `spin`.
warning: build failed, waiting for other jobs to finish...
error: build failed
make: *** [Makefile:49: kernel] Error 101
@robert-w-gries
Copy link
Contributor

See related issue phil-opp/blog_os#379.

I committed a fix in phil-opp/blog_os#381

@toor
Copy link
Owner

toor commented Jan 22, 2018

@robert-w-gries Thanks, you beat me to it. I've been meaning to get around to setting this in the Makefile, but I guess since people other than me are actually trying to build this now, I might as well fix it sooner.

@toor toor closed this as completed in 1cca3c3 Jan 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants