Skip to content
Snippets Groups Projects
Commit 97543cda authored by John Hodge's avatar John Hodge
Browse files

Notes - Update to cross compile notes

parent b56cd220
Branches
Tags
No related merge requests found
Cross Compiling
CC=i586-elf-gcc CPPFLAGS="-I /home/tpg/Projects/Acess2/Usermode/include/" CFLAGS="-Wl,-T,/home/tpg/Projects/Acess2/Usermode/Output/i386/Libs/acess.ld -nostartfiles -nodefaultlibs -lld-acess -lc" ./configure --host=i586-elf
CC=i586-elf-gcc CPPFLAGS="-I /home/tpg/Projects/Acess2/Usermode/include/ -DARCHDIR_is_x86" CFLAGS="-Wl,-T,/home/tpg/Projects/Acess2/Usermode/Output/i386/Libs/acess.ld -nostartfiles -nodefaultlibs -lld-acess -lc" ./configure --host=i586-elf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment