All Questions
3 questions
0
votes
0
answers
1k
views
GCC startup code _start does not end in main()
I could only find bits and pieces of information on the symbol _start, which is called from the target startup code in order to establish the C runtime environment. This would be necessary to ensure ...
0
votes
1
answer
1k
views
CMake and prebuilt linaro toolchain: crti.o not found
I want to cross compile for the raspberrypi2 using cmake and the precompiled linaro toolchain which I downloaded from here:
git clone https://github.com/raspberrypi/tools
When I try to do cmake on my ...
0
votes
1
answer
2k
views
Correct usage of strip tool
Unpacked Linaro GCC 6.2-2016.11 toolchain occupies almost 3.4 GB of disc space and I want to make it smaller. My target is armv7-a+vfpv3+hard_float so I have already removed things I do not need (like ...