-
Is it possible to compile assembly language with Microsoft Visual Studio Code?
The commands would look something like this:
`
sudo nasm -f elf64 helloWorld.asm
`
`
ld helloWorld.o -…
-
Historically, when handling issues like "the tools on the system we are delivering the toolchain to, for a particular target arch, have lots of individual quirks", Rust has had two primary moves:
- A…
-
```
CMake Error at /home/marvin/cmake-3.22.1/Modules/Internal/CPack/CPackDeb.cmake:340 (message):
CPackDeb: dpkg-shlibdeps: 'dpkg-shlibdeps: error: cannot find library
libmuonpi-core.so. neede…
-
As rust uses memory, uses C(ve, ringe) code and unsafe (cve) blocks, I think this repo should have a custom memory safe compiler that doesn't use anything
My first implementation in x86_64 Linux FA…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR40649](https://bugs.llvm.org/show_bug.cgi?id=40649) |
| Status | NEW |
| Importance | P enhancemen…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR17612](https://bugs.llvm.org/show_bug.cgi?id=17612) |
| Status | NEW |
| Importance | P normal |
|…
-
A simple test on s390x shows that a .hash table with 4 byte entries is created by mold:
```
$ gcc -fuse-ld=mold -Wl,--hash-style=sysv -shared -o libXYZ.so XYZ.o
$ readelf -S libXYZ.so | grep -A1 -e…
-
"Instructions for objconv" file contains the following text:
> -fXXX Convert file to format XXX. XXX = COFF, OMF, ELF or MAC.
> PE is accepted as a synonym for COFF. The word size, 32 or 64, may b…
-
**Description**
My VM with Ubuntu v20.04.6 LTS crashes afte rstarting the install script and gets a kernel panic, which i can't recover.
**To Reproduce**
Steps to reproduce the behavior:
1. VM wit…
-
```
$ CC="gcc -m32" CXX="g++ -m32" ; ./configure --archs="-arch i386 -arch x86_64"
Checking for gcc...
Compiler error reporting is too harsh for ./configure (perhaps remove -Werror).
** ./configure ab…
tele1 updated
7 years ago