lordmilko / i686-elf-tools

i386-, i686- and x86_64-elf GCC, GDB and Binutils
MIT License
242 stars 45 forks source link

Bad system call (core dumped) #12

Closed sasdallas closed 2 years ago

sasdallas commented 2 years ago

Hello!

I have recently downloaded an i686 toolchain from your Releases page, and extracted it to a directory.

However, when I go into the bin/ directory and run any program, I get an error. The error is Bad system call (core dumped). I don’t know why.

Thanks!

System Info: Ubuntu 20.04 x86_64 (Running in Docker container)

lordmilko commented 2 years ago

Hi @sasdallas,

Are you able to confirm what OS both the host and Docker container are running?

sasdallas commented 2 years ago

@lordmilko I can confirm /etc/os-release states Ubuntu, I don't know about Docker version.

lordmilko commented 2 years ago

Are you saying the host OS is Ubuntu? What OS does the Dockerfile say the container will be using

sasdallas commented 2 years ago

@lordmilko I’m not sure, I know the Docker container being used, it’s gitpod/workspace-full. If required, I can create a Dockerfile

sasdallas commented 2 years ago

@lordmilko Issue fixed! I had to manually compile them, release didn’t work for me. Thanks!