Tiny Core Base > piCore Test Releases

piCore-12.0alpha1

<< < (4/9) > >>

Paul_123:
Bluetooth is next on my list......

aus9:
Any chance either of you Gentlemen could show your build flags here please?
I could ask for assistance by pm, but that might not help other submitters?

for example for 32 bit Arm I plan to use
export CFLAGS="-Os -pipe -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp"
export CXXFLAGS="-Os -pipe -fno-exceptions -fno-rtti -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp"
export LDFLAGS="-Wl,-O1"

Juanito:
piCore:
--- Code: ---CC="gcc -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp -Os -pipe" CXX="g++ -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp -Os -pipe -fno-exceptions -fno-rtti"
--- End code ---

piCore64:
--- Code: ---CC="gcc -march=armv8-a+crc -mtune=cortex-a72 -Os -pipe" CXX="g++ -march=armv8-a+crc -mtune=cortex-a72 -Os -pipe -fno-exceptions -fno-rtti"
--- End code ---

aus9:
thanks heaps for that.....sorry for being anal but what happened to the wiki entry suggesting we might need
LDFLAGS="-Wl,-O1"
http://wiki.tinycorelinux.net/doku.php?id=wiki:creating_extensions

Do we need it please?

Juanito:
I don't usually use it - maybe @curaga could comment?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version