User forums > Help

Can't find attiny441 in linux Code::Blocks avr toolchain

<< < (3/4) > >>

moricef:

--- Quote from: BlueHazzard on July 03, 2022, 02:03:06 am ---The list is onyl for convenience, you always can add the mcu flag by hand in the compiler options of the project....

About your problem in linux, how do you have installed codeblocks? Some kind of installations can lead to codeblocks being installed as sudo so you can not modify the file by non sudo user


--- Quote from: moricef on July 01, 2022, 06:16:10 pm ---BUT NOTHING in the processors list

--- End quote ---
What list are you talking about? The list in the new project wizard, or the list in the compiler settings?
How do you install codeblocks on windows? The different installation methods lead to different search paths for the files...

PS. i till try to update the list

--- End quote ---

Ok and thanks for your reply.
I've insalled Code::Blocks from Debian repositery with apt. So yes the permissions must be set to the user. Now it's ok with the copy of the wizard script under the user space.

I talk about the new project wizard but with your simple reply, now I understand : I must change the flag compiler in the compiler options of my project.

Many thanks for update the wizard list

BlueHazzard:
So i found out, that the wizard list is not stored in the script but in the dialogue itself.

I was wondering, is someone is using the fuse bits, because i think i will remove them... I think they make more confusion and complicate things rater than helping

Miguel Gimenez:
In options_avr-gcc.xml the ATtiny40 has two entries, the first with uppercase and the second with lowercase, is this correct?

Both generate the same flag,

--- Code: ----mmcu=attiny40
--- End code ---

BlueHazzard:

--- Quote from: Miguel Gimenez on July 04, 2022, 08:56:52 pm ---In options_avr-gcc.xml the ATtiny40 has two entries, the first with uppercase and the second with lowercase, is this correct?

Both generate the same flag,

--- Code: ----mmcu=attiny40
--- End code ---


--- End quote ---

Yea, this is wrong. There should only be one attiny40 entry

Miguel Gimenez:
Fixed in r12846.

There are some ATTiny in the XMega group.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version