Skip to content

Comments

small bug correction in the gcc-options in the Makefile#40

Merged
phsauter merged 1 commit intopulp-platform:mainfrom
piussieber:main
Mar 20, 2025
Merged

small bug correction in the gcc-options in the Makefile#40
phsauter merged 1 commit intopulp-platform:mainfrom
piussieber:main

Conversation

@piussieber
Copy link
Contributor

The options for the libraries like "-lgcc" have to be mentioned after the main code files and not bevor, as their functions are ignored otherwhise. (https://gcc.gnu.org/onlinedocs/gcc/Link-Options.html#:~:text=It%20makes%20a%20difference%20where%20in%20the%20command%20you%20write%20this%20option)

@phsauter phsauter merged commit 7fc711b into pulp-platform:main Mar 20, 2025
1 check passed
@phsauter
Copy link
Collaborator

Great thanks!
I actually think I ran into this problem before without knowing it, so thanks for fixing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants